|
rpm 5.3.12
|

Go to the source code of this file.
Defines | |
| #define | __const |
| #define | FNM_PATHNAME (1 << 0) |
| #define | FNM_NOESCAPE (1 << 1) |
| #define | FNM_PERIOD (1 << 2) |
| #define | FNM_FILE_NAME FNM_PATHNAME |
| #define | FNM_LEADING_DIR (1 << 3) |
| #define | FNM_CASEFOLD (1 << 4) |
| #define | FNM_EXTMATCH (1 << 5) |
| #define | FNM_NOMATCH 1 |
Functions | |
| int | fnmatch (__const char *__pattern, __const char *__name, int __flags) |
| #define FNM_CASEFOLD (1 << 4) |
Definition at line 48 of file fnmatch.h.
Referenced by glob_in_dir(), and mireSetGOptions().
| #define FNM_EXTMATCH (1 << 5) |
Definition at line 49 of file fnmatch.h.
Referenced by initGlobs().
| #define FNM_NOESCAPE (1 << 1) |
Definition at line 42 of file fnmatch.h.
Referenced by glob_in_dir().
| #define FNM_NOMATCH 1 |
Definition at line 53 of file fnmatch.h.
Referenced by mireRegexec().
| #define FNM_PATHNAME (1 << 0) |
Definition at line 41 of file fnmatch.h.
Referenced by initGlobs(), and mtreeVWalk().
| #define FNM_PERIOD (1 << 2) |
Definition at line 43 of file fnmatch.h.
Referenced by fnmatch(), glob_in_dir(), and initGlobs().
| int fnmatch | ( | __const char * | __pattern, |
| __const char * | __name, | ||
| int | __flags | ||
| ) |
1.7.4