Searched refs:FL (Results 1 – 1 of 1) sorted by relevance
29 #define FL(n) __real_##n macro85 int FL(open)(const char* path, int flags, mode_t mode);92 DIR* FL(opendir)(const char* path);101 int FL(chdir)(const char* path);108 int FL(mkdir)(const char* path, mode_t mode);115 int FL(unlink)(const char* path);122 int FL(rmdir)(const char* path);129 int FL(remove)(const char* path);136 int FL(truncate)(const char* path, off_t len);188 int FL(stat)(const char* fn, struct stat* s);[all …]
Completed in 3 milliseconds