Searched refs:p_fstatat (Results 1 – 1 of 1) sorted by relevance
99 static int (*p_fstatat) (int fildes, const char *path, struct stat64 *buf, int flag) = NULL; in fstatat64() local100 if (p_fstatat == 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 17 milliseconds