Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 25 of 38) sorted by relevance

12

/sysdeps/unix/sysv/linux/
A Dlxstat64.c34 ___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 Dxstat64.c34 ___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 Dfxstatat64.c34 __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 Dxstatconv.h20 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 Dfxstat64.c34 ___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 Dfxstat.c33 __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 Dfxstatat.c33 __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 Dxstat.c33 __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 Dlxstat.c33 __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 Dfxstat.c27 __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 Dlxstat.c27 __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 Dxstat.c27 __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 Dfxstatat64.c26 __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 Dfxstat64.c27 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument
31 return r ?: __xstat64_conv (vers, &kbuf, buf); in __fxstat64()
A Dlxstat64.c26 __lxstat64 (int vers, const char *name, struct stat64 *buf) in __lxstat64() argument
30 return r ?: __xstat64_conv (vers, &kbuf, buf); in __lxstat64()
A Dxstat64.c26 __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 Dxstat64.c29 __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 Dfxstat64.c28 __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 Dlxstat64.c29 __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 Dlxstat64.c29 __lxstat64 (int vers, const char *file, struct stat64 *buf) in __lxstat64() argument
31 if (vers != _STAT_VER) in __lxstat64()
A Dxstat64.c28 __xstat64 (int vers, const char *file, struct stat64 *buf) in __xstat64() argument
30 if (vers != _STAT_VER) in __xstat64()
A Dfxstat64.c28 __fxstat64 (int vers, int fd, struct stat64 *buf) in __fxstat64() argument
30 if (vers != _STAT_VER) in __fxstat64()
A Dlxstat.c27 __lxstat (int vers, const char *file, struct stat *buf) in __lxstat() argument
29 if (vers != _STAT_VER) in __lxstat()
A Dxstat.c27 __xstat (int vers, const char *file, struct stat *buf) in __xstat() argument
29 if (vers != _STAT_VER) in __xstat()
A Dfxstat.c28 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument
30 if (vers != _STAT_VER) in __fxstat()

Completed in 16 milliseconds

12