Searched refs:__stat64 (Results 1 – 18 of 18) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | stat64.c | 35 __stat64 (const char *file, struct stat64 *buf) in hidden_def() 46 hidden_def (__stat64) 47 weak_alias (__stat64, stat64) 50 strong_alias (__stat64, __stat) 51 weak_alias (__stat64, stat)
|
A D | glob-lstat-compat.c | 36 #define GLOB_STAT64 __stat64 37 #define GLOB_LSTAT64 __stat64
|
A D | glob64-lstat-compat.c | 43 # define GLOB_STAT64 __stat64 44 # define GLOB_LSTAT64 __stat64
|
A D | oldglob.c | 35 #define GLOB_STAT64 __stat64 36 #define GLOB_LSTAT64 __stat64
|
A D | glob.c | 25 #define GLOB_STAT64 __stat64
|
A D | glob64.c | 38 # define GLOB_STAT64 __stat64
|
A D | pathconf.c | 114 if (__stat64 (mntbuf.mnt_dir, &fsst) >= 0 in distinguish_extX()
|
/sysdeps/mach/hurd/ |
A D | stat64.c | 25 __stat64 (const char *file, struct stat64 *buf) in __stat64() function 39 hidden_def (__stat64) 40 weak_alias (__stat64, stat64)
|
A D | stat.c | 28 return __stat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __stat()
|
A D | xstat64.c | 33 return __stat64 (file, buf); in __xstat64()
|
A D | Versions | 24 __stat64; 68 __stat64; __fstat64;
|
A D | ptsname.c | 74 if (__stat64 (peername, stp) < 0) in __ptsname_internal()
|
A D | dl-sysdep.c | 525 check_no_hidden(__stat64); 527 __stat64 (const char *file, struct stat64 *buf) in __stat64() function 540 libc_hidden_def (__stat64)
|
/sysdeps/gnu/ |
A D | glob64-lstat-compat.c | 35 #define __stat(file, buf) __stat64 (file, buf) 43 #define GLOB_LSTAT64 __stat64
|
A D | glob-lstat-compat.c | 33 #define GLOB_LSTAT64 __stat64
|
A D | glob64.c | 15 #define __stat(file, buf) __stat64 (file, buf)
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 33 ld.so: __stat64
|
/sysdeps/posix/ |
A D | tempname.c | 66 # define __stat64(file, buf) stat (file, buf) macro
|
Completed in 16 milliseconds