Searched refs:fildes (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/setup_native/scripts/source/ |
H A D | getuid.c | 39 int fchown (int fildes, uid_t owner, gid_t group) {return 0;} in fchown() argument 53 int fstat(int fildes, struct stat *buf) in fstat() argument 56 static int (*p_fstat) (int fildes, struct stat *buf) = NULL; in fstat() 58 p_fstat = (int (*)(int fildes, struct stat *buf)) in fstat() 60 ret = (*p_fstat)(fildes, buf); in fstat() 96 int fstatat64(int fildes, const char *path, struct stat64 *buf, int flag) in fstatat64() argument 99 static int (*p_fstatat) (int fildes, const char *path, struct stat64 *buf, int flag) = NULL; in fstatat64() 101 p_fstatat = (int (*)(int fildes, const char *path, struct stat64 *buf, int flag)) in fstatat64() 103 ret = (*p_fstatat)(fildes, path, buf, flag); in fstatat64()
|
Completed in 206 milliseconds