Searched refs:__fstatat (Results 1 – 5 of 5) sorted by relevance
/io/ |
A D | fstatat.c | 22 __fstatat (int fd, const char *file, struct stat *buf, int flag) in __fstatat() function 39 weak_alias (__fstatat, fstatat)
|
A D | stat.c | 23 return __fstatat (AT_FDCWD, file, buf, 0); in __stat()
|
A D | lstat.c | 23 return __fstatat (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat()
|
A D | fstat.c | 29 return __fstatat (fd, "", buf, AT_EMPTY_PATH); in __fstat()
|
A D | ftw.c | 141 # define FSTATAT __fstatat
|
Completed in 5 milliseconds