Home
last modified time | relevance | path

Searched refs:__fstat64 (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfstat64.c41 __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/
Dfstat64.c22 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function
31 hidden_def (__fstat64)
32 weak_alias (__fstat64, fstat64)
Dmkdirat.c39 if (__fstat64 (fd, &st) != 0) in mkdirat()
Dmkfifoat.c40 if (__fstat64 (fd, &st) != 0) in mkfifoat()
Dopenat.c45 if (__fstat64 (fd, &st) != 0) in __openat()
Dopenat64.c43 if (__fstat64 (fd, &st) != 0) in __openat64()
DVersions152 __fstat64;
Dfts.c1120 if (__fstat64(newfd, &sb)) { in fts_safe_changedir()
/glibc-2.36/sysdeps/mach/hurd/
Dfstat64.c26 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function
35 hidden_def (__fstat64)
36 weak_alias (__fstat64, fstat64)
Dfstat.c29 return __fstat64 (fd, &buf64) ?: stat64_conv (buf, &buf64); in __fstat()
Dfxstat64.c33 return __fstat64 (fd, buf); in __fxstat64()
Ddl-sysdep.c509 check_no_hidden(__fstat64);
511 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function
521 libc_hidden_def (__fstat64)
DVersions68 __stat64; __fstat64;
/glibc-2.36/include/sys/
Dstat.h35 extern int __fstat64 (int __fd, struct stat64 *__buf);
44 hidden_proto (__fstat64)
51 # define __fstat64_time64 __fstat64
/glibc-2.36/nscd/
Dgai.c35 #undef __fstat64
36 #define __fstat64 fstat64 macro
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlocalplt.data32 ld.so: __fstat64
/glibc-2.36/sysdeps/posix/
Dgetcwd.c95 # define __fstat64 fstat macro
/glibc-2.36/ChangeLog.old/
DChangeLog.223356 (__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 …]
DChangeLog.2329420 (__fstat64): Modified function.
29428 [__TIMESIZE != 64](__fstat64): Modified function.
DChangeLog.1894440 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and