Home
last modified time | relevance | path

Searched refs:p_fstat (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/scripts/source/
H A Dgetuid.c56 static int (*p_fstat) (int fildes, struct stat *buf) = NULL; in fstat() local
57 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 11 milliseconds