Query: fnmatch
OS: sunos
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fnmatch.h(3HEAD) Headers fnmatch.h(3HEAD)NAMEfnmatch.h, fnmatch - filename-matching typesSYNOPSIS#include <fnmatch.h>DESCRIPTIONThe <fnmatch.h> header defines the following constants: FNM_NOMATCH The string does not match the specified pattern. FNM_PATHNAME Slash in string only matches slash in pattern. FNM_PERIOD Leading period in string must be exactly matched by period in pattern. FNM_NOESCAPE Disable backslash escaping. FNM_NOSYS Reserved.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOfnmatch(3C), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 fnmatch.h(3HEAD)
Related Man Pages |
---|
fnmatch(3) - osx |
fnmatch(3) - centos |
fnmatch(3c) - opensolaris |
fnmatch(3) - debian |
fnmatch(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
fnmatch shell script |