QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
fnmatch.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define __P(args)   ()
 
#define FNM_CASEFOLD   (1 << 4) /* Compare without regard to case. */
 
#define FNM_FILE_NAME   FNM_PATHNAME /* Preferred GNU name. */
 
#define FNM_LEADING_DIR   (1 << 3) /* Ignore `/...' after a match. */
 
#define FNM_NOESCAPE   (1 << 1) /* Backslashes don't quote special chars. */
 
#define FNM_NOMATCH   1
 
#define FNM_PATHNAME   (1 << 0) /* No wildcard can ever match `/'. */
 
#define FNM_PERIOD   (1 << 2) /* Leading `.' is matched only explicitly. */
 

Functions

int fnmatch __P ((const char *__pattern, const char *__string, int __flags))
 

Macro Definition Documentation

#define __P (   args)    ()
#define FNM_CASEFOLD   (1 << 4) /* Compare without regard to case. */
#define FNM_FILE_NAME   FNM_PATHNAME /* Preferred GNU name. */
#define FNM_LEADING_DIR   (1 << 3) /* Ignore `/...' after a match. */
#define FNM_NOESCAPE   (1 << 1) /* Backslashes don't quote special chars. */
#define FNM_NOMATCH   1
#define FNM_PATHNAME   (1 << 0) /* No wildcard can ever match `/'. */
#define FNM_PERIOD   (1 << 2) /* Leading `.' is matched only explicitly. */

Function Documentation

int fnmatch __P ( (const char *__pattern, const char *__string, int __flags)  )