This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | __const |
| #define | __P(protos) () |
| #define | _FNMATCH_H 1 |
| #define | FNM_CASEFOLD (1 << 4) |
| #define | FNM_FILE_NAME FNM_PATHNAME |
| #define | FNM_LEADING_DIR (1 << 3) |
| #define | FNM_NOESCAPE (1 << 1) |
| #define | FNM_NOMATCH 1 |
| #define | FNM_PATHNAME (1 << 0) |
| #define | FNM_PERIOD (1 << 2) |
Functions | |
| int fnmatch | __P ((__const char *__pattern, __const char *__name, int __flags)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 59 of file fnmatch.h. Referenced by __P(). |
|
|
|
|
|
|
|
|
Definition at line 65 of file fnmatch.h. Referenced by __P(). |
|
|
|
|
|
|
|
|
|
1.3.9.1