FNMATCH.H(7) Miscellaneous Information Manual FNMATCH.H(7)

fnmatch.hfilename-matching types

#include <fnmatch.h>

The <fnmatch.h> header shall define the following symbolic constants:

The string does not match the specified pattern.
<slash> in string only matches <slash> in pattern .
Leading <period> in string must be exactly matched by <period> in pattern .
Disable backslash escaping.

The following shall be declared as a function and may also be defined as a macro. A function prototype shall be provided.

int fnmatch(const char *, const char *, int);

None.

None.

None.

XSH fnmatch(3)

First released in Issue 4. Derived from the ISO POSIX-2 standard.

The FNM_NOSYS constant is marked obsolescent.

The obsolescent FNM_NOSYS constant is removed.

This reference page is clarified with respect to macros and symbolic constants.

January 1, 2016 posix.fail