Searched refs:fstatat64 (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | fstatat64.c | 21 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 D | fstatat.c | 24 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, &kbuf, flag); in fstatat() 28 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); in fstatat()
|
A D | lstat64.c | 21 return fstatat64(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat64()
|
A D | stat64.c | 22 return fstatat64(AT_FDCWD, file_name, buf, 0); in stat64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | stat.h | 250 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