libc.cc File Reference

#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)


Function Documentation

FILE* __wrap_fopen const char *  path,
const char *  mode
 

wrapper around fopen() to make paths relative

Definition at line 39 of file libc.cc.

References resolve_case_insensitive_path().

int __wrap_open const char *  path,
int  flags,
mode_t  mode
 

wrapper around open() to make paths relative

Definition at line 52 of file libc.cc.

References fd, and resolve_case_insensitive_path().

char* __wrap_strtok char *  str,
const char *  delim
 

make strtok thread safe

Definition at line 32 of file libc.cc.

References MOD_DATA.


Generated on Sun Dec 2 23:04:31 2007 for openSDK by  doxygen 1.3.9.1