Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 116) sorted by relevance

12345

/sysdeps/unix/sysv/linux/
A Dxstat64.c34 ___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 Dglob64-lstat-compat.c40 # define struct_stat struct stat64
41 # define struct_stat64 struct stat64
A Dxstat.c56 struct stat64 buf64; in __xstat()
57 int r = INLINE_SYSCALL_CALL (stat64, name, &buf64); in __xstat()
A Dstat64.c35 __stat64 (const char *file, struct stat64 *buf) in hidden_def()
47 weak_alias (__stat64, stat64)
A Dglob64.c35 # define struct_stat struct stat64
36 # define struct_stat64 struct stat64
A Doldglob.c32 #define struct_stat struct stat64
33 #define struct_stat64 struct stat64
A Dstat_t64_cp.h23 struct stat64 *st64)
A Dstruct_stat_time64.h23 # define __stat64_t64 stat64
A Dfxstatat64.c34 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64()
44 struct stat64 st64; in __fxstatat64()
A Dstatx_cp.h19 extern void __cp_stat64_statx (struct stat64 *to, struct statx *from)
A Dglobfree64.c31 # define stat stat64
A Dstatx_cp.c27 __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 Dfxstat64.c34 ___fxstat64 (int vers, int fd, struct stat64 *buf) in ___fxstat64()
43 struct stat64 st64; in ___fxstat64()
/sysdeps/mach/hurd/
A Dstat64.c25 __stat64 (const char *file, struct stat64 *buf) in __stat64()
40 weak_alias (__stat64, stat64)
A Dlstat.c27 struct stat64 buf64; in __lstat()
A Dfstat.c28 struct stat64 buf64; in __fstat()
A Dstat.c27 struct stat64 buf64; in __stat()
A Dlxstat64.c29 __lxstat64 (int vers, const char *file, struct stat64 *buf) in __lxstat64()
A Dxstat64.c28 __xstat64 (int vers, const char *file, struct stat64 *buf) in __xstat64()
A Dfxstat64.c28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64()
/sysdeps/unix/sysv/linux/alpha/
A Dxstat64.c29 __xstat64 (int vers, const char *name, struct stat64 *buf) in __xstat64()
34 return INLINE_SYSCALL_CALL (stat64, name, buf); in __xstat64()
/sysdeps/generic/
A Dldconfig.h81 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 Dstruct_stat_time64.h4 #define __stat64_t64 stat64
/sysdeps/unix/sysv/linux/mips/mips64/
A Dfxstat64.c27 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64()
A Dlxstat64.c26 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64()

Completed in 14 milliseconds

12345