Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dfstatat64.c21 int fstatat64(int fd, const char *file, struct stat64 *buf, int flag) in fstatat64() function
27 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, &kbuf, flag); in fstatat64()
33 return INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); in fstatat64()
36 libc_hidden_def(fstatat64)
A Dfstatat.c24 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, &kbuf, flag); in fstatat()
28 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); in fstatat()
A Dlstat64.c21 return fstatat64(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat64()
A Dstat64.c22 return fstatat64(AT_FDCWD, file_name, buf, 0); in stat64()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h250 fstatat64) __nonnull ((2, 3));
252 # define fstatat fstatat64
257 extern int fstatat64 (int __fd, const char *__restrict __file,
260 libc_hidden_proto(fstatat64)

Completed in 4 milliseconds