/third_party/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() function 68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 100 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i])); in main()
|
/third_party/musl/compat/time32/ |
D | fstatat_time32.c | 12 int r = fstatat(fd, path, &st, flag); in __fstatat_time32() 17 weak_alias(fstatat, fstatat64);
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 104 #define fstatat64 fstatat 116 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fstatat.c | 38 int ret = fstatat(AT_FDCWD, ptr, &st, 0); in fstatat_0100() 65 int ret = fstatat(AT_FDCWD, softptr, &st, AT_SYMLINK_NOFOLLOW); in fstatat_0200() 92 int ret = fstatat(0, ptr, &st, 0); in fstatat_0300()
|
D | test_src_functionalext_supplement_stat.gni | 29 "fstatat",
|
D | futimesat.c | 62 if (fstatat(dir_fd, "test.txt", &st2, 0) != 0) { in futimesat_0100()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 117 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 116 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 117 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 117 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 117 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 76 int fstatat(int, const char *__restrict, struct stat *__restrict, int); 105 #define fstatat64 fstatat 117 __REDIR(fstatat, __fstatat_time64);
|
/third_party/musl/src/stat/ |
D | stat.c | 6 return fstatat(AT_FDCWD, path, buf, 0); in stat()
|
D | lstat.c | 6 return fstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW); in lstat()
|
D | fstat.c | 10 return fstatat(fd, "", st, AT_EMPTY_PATH); in fstat()
|
D | fstatat.c | 134 int fstatat(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat() function 146 weak_alias(fstatat, fstatat64);
|
D | __xstat.c | 12 return fstatat(fd, path, buf, flag); in __fxstatat()
|
/third_party/eudev/src/shared/ |
D | path-util.c | 478 if (fstatat(fd, "", &a, AT_EMPTY_PATH) < 0) in fd_is_mount_point() 481 if (fstatat(fd, "..", &b, 0) < 0) in fd_is_mount_point()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 49 #define __fstatat_time64 fstatat
|
/third_party/musl/libc-test/src/api/ |
D | sys_stat.c | 90 {int(*p)(int,const char*restrict,struct stat*restrict,int) = fstatat;} in f()
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 80 fstatat 79
|
D | arc.in | 80 fstatat 79
|
/third_party/toybox/porting/liteos_a/lib/ |
D | dirtree.c | 46 if (fstatat(fd, name, &st,AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW))) { in dirtree_add_node()
|
/third_party/toybox/lib/ |
D | dirtree.c | 38 if (fstatat(fd, name, &st,AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW))) { in dirtree_add_node()
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 910 if (fstatat(dfd, path, sbp, 0)) { in fts_stat() 912 if (fstatat(dfd, path, sbp, AT_SYMLINK_NOFOLLOW)) { in fts_stat() 920 } else if (fstatat(dfd, path, sbp, AT_SYMLINK_NOFOLLOW)) { in fts_stat()
|