Searched refs:__fstat64 (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fstat64.c | 41 __fstat64 (int fd, struct stat64 *buf) in hidden_def() 58 hidden_def (__fstat64) 59 weak_alias (__fstat64, fstat64) 62 strong_alias (__fstat64, __fstat) 63 weak_alias (__fstat64, fstat)
|
/glibc-2.36/io/ |
D | fstat64.c | 22 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function 31 hidden_def (__fstat64) 32 weak_alias (__fstat64, fstat64)
|
D | mkdirat.c | 39 if (__fstat64 (fd, &st) != 0) in mkdirat()
|
D | mkfifoat.c | 40 if (__fstat64 (fd, &st) != 0) in mkfifoat()
|
D | openat.c | 45 if (__fstat64 (fd, &st) != 0) in __openat()
|
D | openat64.c | 43 if (__fstat64 (fd, &st) != 0) in __openat64()
|
D | Versions | 152 __fstat64;
|
D | fts.c | 1120 if (__fstat64(newfd, &sb)) { in fts_safe_changedir()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fstat64.c | 26 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function 35 hidden_def (__fstat64) 36 weak_alias (__fstat64, fstat64)
|
D | fstat.c | 29 return __fstat64 (fd, &buf64) ?: stat64_conv (buf, &buf64); in __fstat()
|
D | fxstat64.c | 33 return __fstat64 (fd, buf); in __fxstat64()
|
D | dl-sysdep.c | 509 check_no_hidden(__fstat64); 511 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function 521 libc_hidden_def (__fstat64)
|
D | Versions | 68 __stat64; __fstat64;
|
/glibc-2.36/include/sys/ |
D | stat.h | 35 extern int __fstat64 (int __fd, struct stat64 *__buf); 44 hidden_proto (__fstat64) 51 # define __fstat64_time64 __fstat64
|
/glibc-2.36/nscd/ |
D | gai.c | 35 #undef __fstat64 36 #define __fstat64 fstat64 macro
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | localplt.data | 32 ld.so: __fstat64
|
/glibc-2.36/sysdeps/posix/ |
D | getcwd.c | 95 # define __fstat64 fstat macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 3356 (__fstat64): Remove. 3357 (__fstat64): Modified function. 6798 [! _ISOMAC][NO_RTLD_HIDDEN](__fstat64): Remove. 6811 (__fstat64): New function. 8394 (__fstat64): Remove function. 8396 [__TIMESIZE != 64](__fstat64): New. 9287 [! _ISOMAC](__fstat64): Remove. 9300 [! _ISOMAC][NO_RTLD_HIDDEN](__fstat64): New. 9307 [! _ISOMAC](__fstat64): New function. 9333 (__fstat64): New. [all …]
|
D | ChangeLog.23 | 29420 (__fstat64): Modified function. 29428 [__TIMESIZE != 64](__fstat64): Modified function.
|
D | ChangeLog.18 | 94440 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
|