#include <string.h>
Go to the source code of this file.
|
| #define | EOS '\0' |
| |
| #define | FNM_NOMATCH 1 |
| |
| #define | FNM_PATHNAME (1 << 0) /* No wildcard can ever match '/'. */ |
| |
| #define | FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ |
| |
| #define | FNM_PERIOD (1 << 2) /* Leading '.' is matched only explicitly. */ |
| |
◆ EOS
◆ FNM_NOESCAPE
| #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ |
◆ FNM_NOMATCH
◆ FNM_PATHNAME
| #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match '/'. */ |
◆ FNM_PERIOD
| #define FNM_PERIOD (1 << 2) /* Leading '.' is matched only explicitly. */ |
◆ fnmatch()