strigi/src/streams
fnmatch.cpp File Reference
#include <ctype.h>#include "strigi_fnmatch.h"#include <string.h>
Include dependency graph for fnmatch.cpp:

Go to the source code of this file.
Defines | |
| #define | EOS '\0' |
Functions | |
| int | fnmatch (const char *pattern, const char *string, int flags) |
| int | fnmatch_test (const char *pattern) |
| int | is_fnmatch (const char *pattern) |
| static const char * | rangematch (const char *, int, int) |
Define Documentation
| #define EOS '\0' |
Definition at line 46 of file fnmatch.cpp.
Function Documentation
| int fnmatch | ( | const char * | pattern, | |
| const char * | string, | |||
| int | flags | |||
| ) |
Definition at line 50 of file fnmatch.cpp.
| int fnmatch_test | ( | const char * | pattern | ) |
Definition at line 204 of file fnmatch.cpp.
| int is_fnmatch | ( | const char * | pattern | ) |
Definition at line 237 of file fnmatch.cpp.
| static const char * rangematch | ( | const char * | pattern, | |
| int | test, | |||
| int | flags | |||
| ) | [static] |
Definition at line 154 of file fnmatch.cpp.
KDE 4.4 API Reference