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

Go to the source code of this file.
Functions | |
| int | isblank (char c) |
| int | mkstemp (char *tmpl) |
| int | setenv (const char *name, const char *value, int overwrite) |
| int | strcasecmp (const char *sa, const char *sb) |
| const char * | strcasestr (const char *big, const char *little) |
| int | strncasecmp (const char *sa, const char *sb, int l) |
Function Documentation
| int isblank | ( | char | c | ) |
Definition at line 125 of file compat.cpp.
| int mkstemp | ( | char * | tmpl | ) |
Definition at line 139 of file compat.cpp.
| int setenv | ( | const char * | name, | |
| const char * | value, | |||
| int | overwrite | |||
| ) |
Definition at line 31 of file compat.cpp.
| int strcasecmp | ( | const char * | sa, | |
| const char * | sb | |||
| ) |
Definition at line 53 of file compat.cpp.
| const char* strcasestr | ( | const char * | big, | |
| const char * | little | |||
| ) |
Definition at line 92 of file compat.cpp.
| int strncasecmp | ( | const char * | sa, | |
| const char * | sb, | |||
| int | l | |||
| ) |
Definition at line 71 of file compat.cpp.
KDE 4.4 API Reference