libusual
0.1
|
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() |
Theme include for strings.
#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.