Searched refs:stat64 (Results 1 – 25 of 116) sorted by relevance
12345
/sysdeps/unix/sysv/linux/ |
A D | xstat64.c | 34 ___xstat64 (int vers, const char *name, struct stat64 *buf) in ___xstat64() 43 struct stat64 st64; in ___xstat64() 44 int r = INLINE_SYSCALL_CALL (stat64, name, &st64); in ___xstat64() 76 return INLINE_SYSCALL_CALL (stat64, name, buf); in ___xstat64()
|
A D | glob64-lstat-compat.c | 40 # define struct_stat struct stat64 41 # define struct_stat64 struct stat64
|
A D | xstat.c | 56 struct stat64 buf64; in __xstat() 57 int r = INLINE_SYSCALL_CALL (stat64, name, &buf64); in __xstat()
|
A D | stat64.c | 35 __stat64 (const char *file, struct stat64 *buf) in hidden_def() 47 weak_alias (__stat64, stat64)
|
A D | glob64.c | 35 # define struct_stat struct stat64 36 # define struct_stat64 struct stat64
|
A D | oldglob.c | 32 #define struct_stat struct stat64 33 #define struct_stat64 struct stat64
|
A D | stat_t64_cp.h | 23 struct stat64 *st64)
|
A D | struct_stat_time64.h | 23 # define __stat64_t64 stat64
|
A D | fxstatat64.c | 34 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64() 44 struct stat64 st64; in __fxstatat64()
|
A D | statx_cp.h | 19 extern void __cp_stat64_statx (struct stat64 *to, struct statx *from)
|
A D | globfree64.c | 31 # define stat stat64
|
A D | statx_cp.c | 27 __cp_stat64_statx (struct stat64 *to, struct statx *from) in __cp_stat64_statx() 29 memset (to, 0, sizeof (struct stat64)); in __cp_stat64_statx()
|
A D | fxstat64.c | 34 ___fxstat64 (int vers, int fd, struct stat64 *buf) in ___fxstat64() 43 struct stat64 st64; in ___fxstat64()
|
/sysdeps/mach/hurd/ |
A D | stat64.c | 25 __stat64 (const char *file, struct stat64 *buf) in __stat64() 40 weak_alias (__stat64, stat64)
|
A D | lstat.c | 27 struct stat64 buf64; in __lstat()
|
A D | fstat.c | 28 struct stat64 buf64; in __fstat()
|
A D | stat.c | 27 struct stat64 buf64; in __stat()
|
A D | lxstat64.c | 29 __lxstat64 (int vers, const char *file, struct stat64 *buf) in __lxstat64()
|
A D | xstat64.c | 28 __xstat64 (int vers, const char *file, struct stat64 *buf) in __xstat64()
|
A D | fxstat64.c | 28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | xstat64.c | 29 __xstat64 (int vers, const char *name, struct stat64 *buf) in __xstat64() 34 return INLINE_SYSCALL_CALL (stat64, name, buf); in __xstat64()
|
/sysdeps/generic/ |
A D | ldconfig.h | 81 extern int search_aux_cache (struct stat64 *stat_buf, int *flags, 85 extern void add_to_aux_cache (struct stat64 *stat_buf, int flags, 96 struct stat64 *stat_buf);
|
A D | struct_stat_time64.h | 4 #define __stat64_t64 stat64
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | fxstat64.c | 27 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64()
|
A D | lxstat64.c | 26 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64()
|
Completed in 14 milliseconds
12345