Home
last modified time | relevance | path

Searched refs:__xstat32_conv (Results 1 – 12 of 12) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dxstatconv.h25 extern int __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf)
A Dfxstat.c58 return r ?: __xstat32_conv (vers, &buf64, buf); in __fxstat()
A Dfxstatat.c49 return r ?: __xstat32_conv (vers, &st64, st); in __fxstatat()
A Dxstat.c58 return r ?: __xstat32_conv (vers, &buf64, buf); in __xstat()
A Dlxstat.c59 return r ?: __xstat32_conv (vers, &buf64, buf); in __lxstat()
A Dfxstatat64.c46 return r ?: __xstat32_conv (vers, &st64, (struct stat *) st); in __fxstatat64()
A Dfxstat64.c45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___fxstat64()
A Dlxstat64.c45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___lxstat64()
A Dxstat64.c45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___xstat64()
A Dxstatconv.c175 __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf) in __xstat32_conv() function
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dxstatconv.c74 __xstat32_conv (int vers, struct stat64 *sbuf, struct stat *buf) in __xstat32_conv() function
/sysdeps/unix/sysv/linux/mips/
A Dxstatconv.c142 __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf) in __xstat32_conv() function

Completed in 12 milliseconds