/sysdeps/unix/sysv/linux/mips/ |
A D | xstat.c | 27 __xstat (int vers, const char *name, struct stat *buf) in __xstat() 32 return INLINE_SYSCALL_CALL (stat, name, buf); in __xstat() 37 int r = INTERNAL_SYSCALL_CALL (stat, name, &kbuf); in __xstat()
|
/sysdeps/unix/sysv/linux/ |
A D | stat64.c | 20 #define stat __redirect_stat macro 44 #undef stat 51 weak_alias (__stat64, stat)
|
A D | stat.c | 25 __stat (const char *file, struct stat *buf) in __stat() 30 weak_alias (__stat, stat)
|
A D | globfree64-time64.c | 30 # undef stat 31 # define stat __stat64_t64 macro
|
A D | globfree64.c | 30 # undef stat 31 # define stat stat64 macro
|
A D | xstat.c | 33 __xstat (int vers, const char *name, struct stat *buf) in __xstat() 47 return INLINE_SYSCALL_CALL (stat, name, buf); in __xstat()
|
A D | xstat64.c | 40 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___xstat64() 50 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64()
|
A D | lstat.c | 25 __lstat (const char *file, struct stat *buf) in __lstat()
|
A D | fstat.c | 26 __fstat (int fd, struct stat *buf) in __fstat()
|
A D | xstatconv.h | 25 extern int __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf)
|
/sysdeps/mach/hurd/ |
A D | stat.c | 25 __stat (const char *file, struct stat *buf) in __stat() 30 weak_alias (__stat, stat)
|
A D | lstat.c | 25 __lstat (const char *file, struct stat *buf) in __lstat()
|
A D | fstat.c | 26 __fstat (int fd, struct stat *buf) in __fstat()
|
A D | lxstat.c | 27 __lxstat (int vers, const char *file, struct stat *buf) in __lxstat()
|
A D | xstat.c | 27 __xstat (int vers, const char *file, struct stat *buf) in __xstat()
|
A D | fstatat.c | 26 __fstatat (int fd, const char *filename, struct stat *buf, int flag) in __fstatat()
|
A D | fxstat.c | 28 __fxstat (int vers, int fd, struct stat *buf) in __fxstat()
|
A D | fxstatat.c | 28 __fxstatat (int vers, int fd, const char *filename, struct stat *buf, int flag) in __fxstatat()
|
/sysdeps/gnu/ |
A D | glob64.c | 12 #undef stat 13 #define stat stat64 macro
|
A D | glob64-lstat-compat.c | 32 #undef stat 33 #define stat stat64 macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | statx.h | 22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | xstat64.c | 29 int r = INLINE_SYSCALL_CALL (stat, name, &kbuf); in __xstat64()
|
A D | fxstatat.c | 27 __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag) in __fxstatat()
|
/sysdeps/posix/ |
A D | ttyname.c | 41 struct stat st; in getttyname() 75 if (stat (getttyname_name, &st) == 0 in getttyname() 100 struct stat st; in ttyname()
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | xstatconv.c | 39 struct stat *buf = ubuf; in __xstat_conv() 74 __xstat32_conv (int vers, struct stat64 *sbuf, struct stat *buf) in __xstat32_conv() 83 assert (sizeof (struct stat) == sizeof (struct stat64)); in __xstat32_conv()
|