QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
fnmatch.c File Reference

Macros

#define _GNU_SOURCE
 
#define FOLD(c)   ((flags & FNM_CASEFOLD) && isupper (c) ? tolower (c) : (c))
 

Functions

int fnmatch (char *pattern, const char *string, int flags) const
 

Macro Definition Documentation

#define _GNU_SOURCE
#define FOLD (   c)    ((flags & FNM_CASEFOLD) && isupper (c) ? tolower (c) : (c))

Function Documentation

int fnmatch ( char *  pattern,
const char *  string,
int  flags 
) const