Searched refs:__fstat64 (Results 1 – 13 of 13) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A 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)
|
/sysdeps/mach/hurd/ |
A D | fstat64.c | 26 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function 35 hidden_def (__fstat64) 36 weak_alias (__fstat64, fstat64)
|
A D | fstat.c | 29 return __fstat64 (fd, &buf64) ?: stat64_conv (buf, &buf64); in __fstat()
|
A D | fxstat64.c | 33 return __fstat64 (fd, buf); in __fxstat64()
|
A D | Versions | 68 __stat64; __fstat64;
|
A D | dl-sysdep.c | 511 check_no_hidden(__fstat64); 513 __fstat64 (int fd, struct stat64 *buf) in __fstat64() function 523 libc_hidden_def (__fstat64)
|
/sysdeps/posix/ |
A D | isfdtype.c | 32 result = __fstat64 (fildes, &st); in isfdtype()
|
A D | posix_fallocate.c | 51 if (__fstat64 (fd, &st) != 0) in posix_fallocate()
|
A D | fpathconf.c | 136 if (__fstat64 (fd, &st) < 0 in __fpathconf()
|
A D | posix_fallocate64.c | 51 if (__fstat64 (fd, &st) != 0) in __posix_fallocate64_l64()
|
A D | getcwd.c | 95 # define __fstat64 fstat macro
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 32 ld.so: __fstat64
|
/sysdeps/pthread/ |
A D | sem_routines.c | 81 if (__fstat64 (fd, &st) == 0) in __sem_check_add_mapping()
|
Completed in 15 milliseconds