fnmatch(3head) [opensolaris man page]
fnmatch.h(3HEAD) Headers fnmatch.h(3HEAD) NAME
fnmatch.h, fnmatch - filename-matching types SYNOPSIS
#include <fnmatch.h> DESCRIPTION
The <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. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
fnmatch(3C), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 fnmatch.h(3HEAD)
Check Out this Related Man Page
fnmatch.h(3HEAD) Headers fnmatch.h(3HEAD) NAME
fnmatch.h, fnmatch - filename-matching types SYNOPSIS
#include <fnmatch.h> DESCRIPTION
The <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. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
fnmatch(3C), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 fnmatch.h(3HEAD)