Searched refs:__fstatat64 (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fstatat64.c | 175 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flags) in hidden_def() 186 hidden_def (__fstatat64) 187 weak_alias (__fstatat64, fstatat64) 190 strong_alias (__fstatat64, __fstatat) 191 weak_alias (__fstatat64, fstatat) 192 strong_alias (__fstatat64, __GI___fstatat);
|
/glibc-2.36/io/ |
D | fstatat64.c | 22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64() function 38 hidden_def (__fstatat64) 39 weak_alias (__fstatat64, fstatat64)
|
D | stat64.c | 23 return __fstatat64 (AT_FDCWD, file, buf, 0); in __stat64()
|
D | lstat64.c | 23 return __fstatat64 (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat64()
|
D | fstat64.c | 29 return __fstatat64 (fd, "", buf, AT_EMPTY_PATH); in __fstat64()
|
D | ftw64.c | 27 #define FSTATAT __fstatat64
|
D | statx_generic.c | 60 int ret = __fstatat64 (fd, path, &st, flags & ~clear_flags); in statx_generic()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fstatat64.c | 28 __fstatat64 (int fd, const char *filename, struct stat64 *buf, int flag) in __fstatat64() function 42 libc_hidden_def (__fstatat64) 43 weak_alias (__fstatat64, fstatat64)
|
D | fstatat.c | 29 return (__fstatat64 (fd, filename, &buf64, flag) in __fstatat()
|
D | fxstatat64.c | 36 return __fstatat64 (fd, filename, buf, flag); in __fxstatat64()
|
/glibc-2.36/include/sys/ |
D | stat.h | 40 extern int __fstatat64 (int dirfd, const char *pathname, struct stat64 *buf, 46 hidden_proto (__fstatat64) 53 # define __fstatat64_time64 __fstatat64
|
/glibc-2.36/sysdeps/posix/ |
D | getcwd.c | 96 # define __fstatat64 fstatat macro
|
/glibc-2.36/posix/ |
D | glob.c | 76 # define GLOB_FSTATAT64 __fstatat64
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 3363 (__fstatat64): Remove. 3364 (__fstatat64): Modified function. 6802 [! _ISOMAC][NO_RTLD_HIDDEN](__fstatat64): Remove. 8400 (__fstatat64): Remove function. 8402 [__TIMESIZE != 64](__fstatat64): New. 8628 (__fstatat64): Modified function. 9291 [! _ISOMAC](__fstatat64): Remove. 9304 [! _ISOMAC][NO_RTLD_HIDDEN](__fstatat64): New. 9310 [! _ISOMAC](__fstatat64): New function. 9346 (__fstatat64): New. [all …]
|
D | ChangeLog.21 | 10481 Linux: Use __fstatat64 in fchmodat implementation
|
D | ChangeLog.18 | 94441 __fstatat64 macros.
|