libusual  0.1
Defines | Functions
usual/fnmatch.h File Reference

Theme include for strings. More...

Defines

#define FNM_PATHNAME
 Do not allow wildcard to match '/'.
#define FNM_NOESCAPE
 Treat '\' as literal value.
#define FNM_PERIOD
 Do not allow wildcard to match leading '.
#define FNM_CASEFOLD
 (GNU) Match case-insensitively
#define FNM_LEADING_DIR
 (GNU) Match leading directory in path
#define FNM_NOMATCH
 Returned on no match.

Functions

int fnmatch (const char *pat, const char *str, int flags)
 Compat: fnmatch()

Detailed Description

Theme include for strings.


Define Documentation

#define FNM_PATHNAME

Do not allow wildcard to match '/'.

#define FNM_NOESCAPE

Treat '\' as literal value.

#define FNM_PERIOD

Do not allow wildcard to match leading '.

'

#define FNM_CASEFOLD

(GNU) Match case-insensitively

#define FNM_LEADING_DIR

(GNU) Match leading directory in path

#define FNM_NOMATCH

Returned on no match.


Function Documentation

int fnmatch ( const char *  pat,
const char *  str,
int  flags 
)

Compat: fnmatch()