Searched refs:p_fstat (Results 1 – 1 of 1) sorted by relevance
56 static int (*p_fstat) (int fildes, struct stat *buf) = NULL; in fstat() local57 if (p_fstat == NULL) in fstat()58 p_fstat = (int (*)(int fildes, struct stat *buf)) in fstat()60 ret = (*p_fstat)(fildes, buf); in fstat()
Completed in 6 milliseconds