Home
last modified time | relevance | path

Searched refs:stat64_conv (Results 1 – 5 of 5) sorted by relevance

/sysdeps/mach/hurd/
A Dlstat.c28 return __lstat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __lstat()
A Dfstat.c29 return __fstat64 (fd, &buf64) ?: stat64_conv (buf, &buf64); in __fstat()
A Dstat.c28 return __stat64 (file, &buf64) ?: stat64_conv (buf, &buf64); in __stat()
A Dfstatat.c30 ?: stat64_conv (buf, &buf64)); in __fstatat()
A Dstatconv.c23 stat64_conv (struct stat *buf, const struct stat64 *buf64) in stat64_conv() function

Completed in 8 milliseconds