Интерактивная система просмотра системных руководств (man-ов)
fnmatch.h (3)
>> fnmatch.h (3) ( Solaris man: Библиотечные вызовы ) fnmatch.h (3) ( POSIX man: Библиотечные вызовы )
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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- ATTRIBUTES
-
- SEE ALSO
-