strigi/src/streams
compat.h File Reference
#include <strigi/strigiconfig.h>
Include dependency graph for compat.h:

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