/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fchmodat.c | 38 AT_SYMLINK_NOFOLLOW); in fchmodat_0100() 59 AT_SYMLINK_NOFOLLOW); in fchmodat_0200() 74 int result = fchmodat(-1, "test.txt", S_IRWXU | S_IRWXG | S_IRWXO, AT_SYMLINK_NOFOLLOW); in fchmodat_0300()
|
D | fstatat.c | 65 int ret = fstatat(AT_FDCWD, softptr, &st, AT_SYMLINK_NOFOLLOW); in fstatat_0200()
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 94 #ifndef AT_SYMLINK_NOFOLLOW 95 # define AT_SYMLINK_NOFOLLOW 0x100 macro
|
D | stat.h | 226 #ifndef AT_SYMLINK_NOFOLLOW 227 # define AT_SYMLINK_NOFOLLOW 0x100 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | fchownat.c | 31 int ret = fchownat(fd, ptr, 0, 0, AT_SYMLINK_NOFOLLOW); in fchownat_0100() 53 int ret = fchownat(AT_FDCWD, ptr, 0, 0, AT_SYMLINK_NOFOLLOW); in fchownat_0200()
|
/third_party/musl/src/stat/ |
D | lchmod.c | 7 return fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
|
D | lstat.c | 6 return fstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW); in lstat()
|
D | fchmodat.c | 11 if (flag != AT_SYMLINK_NOFOLLOW) in fchmodat()
|
/third_party/musl/src/unistd/ |
D | lchown.c | 10 return syscall(SYS_fchownat, AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW); in lchown()
|
/third_party/toybox/lib/ |
D | portability.h | 49 #ifndef AT_SYMLINK_NOFOLLOW 50 #define AT_SYMLINK_NOFOLLOW 0x100 macro
|
/third_party/musl/porting/liteos_a/user/src/unistd/ |
D | lchown.c | 12 return syscall(SYS_fchownat, AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW); in lchown()
|
/third_party/musl/src/legacy/ |
D | lutimes.c | 13 return utimensat(AT_FDCWD, filename, times, AT_SYMLINK_NOFOLLOW); in lutimes()
|
/third_party/musl/src/stdio/ |
D | tmpnam.c | 24 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tmpnam()
|
D | tempnam.c | 44 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tempnam()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
D | tmpnam.c | 27 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tmpnam()
|
/third_party/boost/libs/filesystem/test/issues/ |
D | fchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp | 34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
|
/third_party/toybox/toys/posix/ |
D | touch.c | 75 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
|
D | chgrp.c | 56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R)))); in do_chgrp()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | touch.c | 68 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
|
D | chgrp.c | 56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R)))); in do_chgrp()
|
/third_party/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat02.c | 45 {&fd, app_sym_path, AT_SYMLINK_NOFOLLOW, ELOOP},
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx02.c | 75 TEST(statx(AT_FDCWD, LINK_FILE, AT_SYMLINK_NOFOLLOW, 0, &lbuf)); in test_sym_link()
|
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat02.c | 106 AT_SYMLINK_NOFOLLOW)); in fchownat_verify()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 63 C(AT_SYMLINK_NOFOLLOW) in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 61 #define AT_SYMLINK_NOFOLLOW 0x100 macro
|