Home
last modified time | relevance | path

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

/io/
A Dfstatat.c22 __fstatat (int fd, const char *file, struct stat *buf, int flag) in __fstatat() function
39 weak_alias (__fstatat, fstatat)
A Dstat.c23 return __fstatat (AT_FDCWD, file, buf, 0); in __stat()
A Dlstat.c23 return __fstatat (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat()
A Dfstat.c29 return __fstatat (fd, "", buf, AT_EMPTY_PATH); in __fstat()
A Dftw.c141 # define FSTATAT __fstatat

Completed in 5 milliseconds