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(7) for descriptions of the following attributes:


+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+

SEE ALSO


fnmatch(3C), attributes(7), standards(7)

September 10, 2004 FNMATCH.H(3HEAD)

tribblix@gmail.com :: GitHub :: Privacy