Home
last modified time | relevance | path

Searched refs:__stat64 (Results 1 – 18 of 18) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dstat64.c35 __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 Dglob-lstat-compat.c36 #define GLOB_STAT64 __stat64
37 #define GLOB_LSTAT64 __stat64
A Dglob64-lstat-compat.c43 # define GLOB_STAT64 __stat64
44 # define GLOB_LSTAT64 __stat64
A Doldglob.c35 #define GLOB_STAT64 __stat64
36 #define GLOB_LSTAT64 __stat64
A Dglob.c25 #define GLOB_STAT64 __stat64
A Dglob64.c38 # define GLOB_STAT64 __stat64
A Dpathconf.c114 if (__stat64 (mntbuf.mnt_dir, &fsst) >= 0 in distinguish_extX()
/sysdeps/mach/hurd/
A Dstat64.c25 __stat64 (const char *file, struct stat64 *buf) in __stat64() function
39 hidden_def (__stat64)
40 weak_alias (__stat64, stat64)
A Dstat.c28 return __stat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __stat()
A Dxstat64.c33 return __stat64 (file, buf); in __xstat64()
A DVersions24 __stat64;
68 __stat64; __fstat64;
A Dptsname.c74 if (__stat64 (peername, stp) < 0) in __ptsname_internal()
A Ddl-sysdep.c525 check_no_hidden(__stat64);
527 __stat64 (const char *file, struct stat64 *buf) in __stat64() function
540 libc_hidden_def (__stat64)
/sysdeps/gnu/
A Dglob64-lstat-compat.c35 #define __stat(file, buf) __stat64 (file, buf)
43 #define GLOB_LSTAT64 __stat64
A Dglob-lstat-compat.c33 #define GLOB_LSTAT64 __stat64
A Dglob64.c15 #define __stat(file, buf) __stat64 (file, buf)
/sysdeps/mach/hurd/i386/
A Dlocalplt.data33 ld.so: __stat64
/sysdeps/posix/
A Dtempname.c66 # define __stat64(file, buf) stat (file, buf) macro

Completed in 17 milliseconds