/sysdeps/unix/sysv/linux/ |
A D | lxstat64.c | 34 ___lxstat64 (int vers, const char *name, struct stat64 *buf) in ___lxstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___lxstat64() 49 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___lxstat64() 53 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 58 if (vers == _STAT_VER_KERNEL) in ___lxstat64() 73 if (vers == _STAT_VER_KERNEL) in ___lxstat64()
|
A D | xstat64.c | 34 ___xstat64 (int vers, const char *name, struct stat64 *buf) in ___xstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___xstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___xstat64() 49 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___xstat64() 53 if (vers == _STAT_VER_KERNEL) in ___xstat64() 57 if (vers == _STAT_VER_KERNEL) in ___xstat64() 71 if (vers == _STAT_VER_KERNEL) in ___xstat64()
|
A D | fxstatat64.c | 34 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64() argument 40 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in __fxstatat64() 46 return r ?: __xstat32_conv (vers, &st64, (struct stat *) st); in __fxstatat64() 49 if (vers == _STAT_VER_KERNEL) in __fxstatat64() 62 if (vers == _STAT_VER_LINUX) in __fxstatat64()
|
A D | xstatconv.h | 20 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf) 22 extern int __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf) 25 extern int __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf)
|
A D | fxstat64.c | 34 ___fxstat64 (int vers, int fd, struct stat64 *buf) in ___fxstat64() argument 39 if (vers == _STAT_VER_KERNEL) in ___fxstat64() 45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___fxstat64() 50 if (vers == _STAT_VER_KERNEL || vers == _STAT_VER_LINUX) in ___fxstat64()
|
A D | fxstat.c | 33 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument 35 switch (vers) in __fxstat() 58 return r ?: __xstat32_conv (vers, &buf64, buf); in __fxstat()
|
A D | fxstatat.c | 33 __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag) in __fxstatat() argument 38 if (vers == _STAT_VER_KERNEL) in __fxstatat() 49 return r ?: __xstat32_conv (vers, &st64, st); in __fxstatat()
|
A D | xstat.c | 33 __xstat (int vers, const char *name, struct stat *buf) in __xstat() argument 35 switch (vers) in __xstat() 58 return r ?: __xstat32_conv (vers, &buf64, buf); in __xstat()
|
A D | lxstat.c | 33 __lxstat (int vers, const char *name, struct stat *buf) in __lxstat() argument 35 switch (vers) in __lxstat() 59 return r ?: __xstat32_conv (vers, &buf64, buf); in __lxstat()
|
/sysdeps/unix/sysv/linux/mips/ |
A D | fxstat.c | 27 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument 29 switch (vers) in __fxstat() 39 return __xstat_conv (vers, &kbuf, buf); in __fxstat()
|
A D | lxstat.c | 27 __lxstat (int vers, const char *name, struct stat *buf) in __lxstat() argument 29 switch (vers) in __lxstat() 39 return __xstat_conv (vers, &kbuf, buf); in __lxstat()
|
A D | xstat.c | 27 __xstat (int vers, const char *name, struct stat *buf) in __xstat() argument 29 switch (vers) in __xstat() 39 return __xstat_conv (vers, &kbuf, buf); in __xstat()
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | fxstatat64.c | 26 __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag) in __fxstatat64() argument 28 if (vers == _STAT_VER_LINUX) in __fxstatat64() 32 return r ?: __xstat64_conv (vers, &kst, st); in __fxstatat64()
|
A D | fxstat64.c | 27 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument 31 return r ?: __xstat64_conv (vers, &kbuf, buf); in __fxstat64()
|
A D | lxstat64.c | 26 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64() argument 30 return r ?: __xstat64_conv (vers, &kbuf, buf); in __lxstat64()
|
A D | xstat64.c | 26 __xstat64 (int vers, const char *name, struct stat64 *buf) in __xstat64() argument 30 return r ?: __xstat64_conv (vers, &kbuf, buf); in __xstat64()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | xstat64.c | 29 __xstat64 (int vers, const char *name, struct stat64 *buf) in __xstat64() argument 31 switch (vers) in __xstat64() 41 return __xstat_conv (vers, &kbuf, buf); in __xstat64()
|
A D | fxstat64.c | 28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument 30 switch (vers) in __fxstat64() 40 return __xstat_conv (vers, &kbuf, buf); in __fxstat64()
|
A D | lxstat64.c | 29 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64() argument 31 switch (vers) in __lxstat64() 41 return __xstat_conv (vers, &kbuf, buf); in __lxstat64()
|
/sysdeps/mach/hurd/ |
A D | lxstat64.c | 29 __lxstat64 (int vers, const char *file, struct stat64 *buf) in __lxstat64() argument 31 if (vers != _STAT_VER) in __lxstat64()
|
A D | xstat64.c | 28 __xstat64 (int vers, const char *file, struct stat64 *buf) in __xstat64() argument 30 if (vers != _STAT_VER) in __xstat64()
|
A D | fxstat64.c | 28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument 30 if (vers != _STAT_VER) in __fxstat64()
|
A D | lxstat.c | 27 __lxstat (int vers, const char *file, struct stat *buf) in __lxstat() argument 29 if (vers != _STAT_VER) in __lxstat()
|
A D | xstat.c | 27 __xstat (int vers, const char *file, struct stat *buf) in __xstat() argument 29 if (vers != _STAT_VER) in __xstat()
|
A D | fxstat.c | 28 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument 30 if (vers != _STAT_VER) in __fxstat()
|