Home
last modified time | relevance | path

Searched refs:__fstatat64 (Results 1 – 6 of 6) sorted by relevance

/io/
A Dfstatat64.c22 __fstatat64 (int fd, const char *file, struct stat64 *buf, int flag) in __fstatat64() function
38 hidden_def (__fstatat64)
39 weak_alias (__fstatat64, fstatat64)
A Dstat64.c23 return __fstatat64 (AT_FDCWD, file, buf, 0); in __stat64()
A Dlstat64.c23 return __fstatat64 (AT_FDCWD, file, buf, AT_SYMLINK_NOFOLLOW); in __lstat64()
A Dfstat64.c29 return __fstatat64 (fd, "", buf, AT_EMPTY_PATH); in __fstat64()
A Dftw64.c27 #define FSTATAT __fstatat64
A Dstatx_generic.c60 int ret = __fstatat64 (fd, path, &st, flags & ~clear_flags); in statx_generic()

Completed in 5 milliseconds