#include <cstring>
#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ModuleData.h>
Go to the source code of this file.
Functions | |
char * | __wrap_strtok (char *str, const char *delim) |
FILE * | __wrap_fopen (const char *path, const char *mode) |
int | __wrap_open (const char *path, int flags, mode_t mode) |
|
wrapper around fopen() to make paths relative Definition at line 39 of file libc.cc. References resolve_case_insensitive_path(). |
|
wrapper around open() to make paths relative Definition at line 52 of file libc.cc. References fd, and resolve_case_insensitive_path(). |
|
make strtok thread safe Definition at line 32 of file libc.cc. References MOD_DATA. |