Searched refs:__fstatat (Results 1 – 7 of 7) sorted by relevance
/sysdeps/mach/hurd/ |
A D | fstatat.c | 26 __fstatat (int fd, const char *filename, struct stat *buf, int flag) in __fstatat() function 32 weak_alias (__fstatat, fstatat)
|
A D | fxstatat.c | 33 return __fstatat (fd, filename, buf, flag); in __fxstatat()
|
/sysdeps/unix/sysv/linux/ |
A D | stat.c | 27 return __fstatat (AT_FDCWD, file, buf, 0); in __stat()
|
A D | lstat.c | 27 return __fstatat (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat()
|
A D | fstat.c | 33 return __fstatat (fd, "", buf, AT_EMPTY_PATH); in __fstat()
|
A D | fstatat.c | 27 __fstatat (int fd, const char *file, struct stat *buf, int flag) in __fstatat() function 61 weak_alias (__fstatat, fstatat)
|
A D | fstatat64.c | 19 #define __fstatat __redirect___fstatat macro 182 #undef __fstatat 189 strong_alias (__fstatat64, __fstatat)
|
Completed in 8 milliseconds