ReactOS 0.4.15-dev-7942-gd23573b
fnmatch.h File Reference
#include <schily/mconfig.h>
Include dependency graph for fnmatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FNM_NOMATCH   1 /* Match failed. */
 
#define FNM_ERROR   2 /* An error occured */
 
#define FNM_NOSYS   3 /* Function (XPG4) not supported */
 
#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */
 
#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */
 
#define FNM_PERIOD   0x04 /* Period must be matched by period. */
 
#define FNM_IGNORECASE   0x10 /* Ignore case when making comparisons */
 
#define FNM_CASEFOLD   FNM_IGNORECASE
 
#define FNM_LEADING_DIR   0x20 /* Ignore /<tail> after Imatch. */
 
#define fnmatch   js_fnmatch
 

Functions

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

Macro Definition Documentation

◆ FNM_CASEFOLD

#define FNM_CASEFOLD   FNM_IGNORECASE

Definition at line 87 of file fnmatch.h.

◆ FNM_ERROR

#define FNM_ERROR   2 /* An error occured */

Definition at line 65 of file fnmatch.h.

◆ FNM_IGNORECASE

#define FNM_IGNORECASE   0x10 /* Ignore case when making comparisons */

Definition at line 81 of file fnmatch.h.

◆ FNM_LEADING_DIR

#define FNM_LEADING_DIR   0x20 /* Ignore /<tail> after Imatch. */

Definition at line 90 of file fnmatch.h.

◆ FNM_NOESCAPE

#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */

Definition at line 72 of file fnmatch.h.

◆ FNM_NOMATCH

#define FNM_NOMATCH   1 /* Match failed. */

Definition at line 62 of file fnmatch.h.

◆ FNM_NOSYS

#define FNM_NOSYS   3 /* Function (XPG4) not supported */

Definition at line 68 of file fnmatch.h.

◆ FNM_PATHNAME

#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */

Definition at line 75 of file fnmatch.h.

◆ FNM_PERIOD

#define FNM_PERIOD   0x04 /* Period must be matched by period. */

Definition at line 78 of file fnmatch.h.

◆ fnmatch

#define fnmatch   js_fnmatch

Definition at line 96 of file fnmatch.h.

Function Documentation

◆ __PR()

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