Home
last modified time | relevance | path

Searched refs:AT_SYMLINK_NOFOLLOW (Results 1 – 25 of 53) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfchmodat.c38 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()
Dfstatat.c65 int ret = fstatat(AT_FDCWD, softptr, &st, AT_SYMLINK_NOFOLLOW); in fstatat_0200()
/third_party/ltp/include/lapi/
Dfcntl.h94 #ifndef AT_SYMLINK_NOFOLLOW
95 # define AT_SYMLINK_NOFOLLOW 0x100 macro
Dstat.h226 #ifndef AT_SYMLINK_NOFOLLOW
227 # define AT_SYMLINK_NOFOLLOW 0x100 macro
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dfchownat.c31 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/
Dlchmod.c7 return fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
Dlstat.c6 return fstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW); in lstat()
Dfchmodat.c11 if (flag != AT_SYMLINK_NOFOLLOW) in fchmodat()
/third_party/musl/src/unistd/
Dlchown.c10 return syscall(SYS_fchownat, AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW); in lchown()
/third_party/toybox/lib/
Dportability.h49 #ifndef AT_SYMLINK_NOFOLLOW
50 #define AT_SYMLINK_NOFOLLOW 0x100 macro
/third_party/musl/porting/liteos_a/user/src/unistd/
Dlchown.c12 return syscall(SYS_fchownat, AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW); in lchown()
/third_party/musl/src/legacy/
Dlutimes.c13 return utimensat(AT_FDCWD, filename, times, AT_SYMLINK_NOFOLLOW); in lutimes()
/third_party/musl/src/stdio/
Dtmpnam.c24 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tmpnam()
Dtempnam.c44 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tempnam()
/third_party/musl/porting/liteos_a/user/src/stdio/
Dtmpnam.c27 &(struct kstat){0}, AT_SYMLINK_NOFOLLOW); in tmpnam()
/third_party/boost/libs/filesystem/test/issues/
Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/third_party/toybox/toys/posix/
Dtouch.c75 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
Dchgrp.c56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R)))); in do_chgrp()
/third_party/toybox/porting/liteos_a/toys/posix/
Dtouch.c68 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
Dchgrp.c56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R)))); in do_chgrp()
/third_party/ltp/testcases/kernel/syscalls/execveat/
Dexecveat02.c45 {&fd, app_sym_path, AT_SYMLINK_NOFOLLOW, ELOOP},
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c75 TEST(statx(AT_FDCWD, LINK_FILE, AT_SYMLINK_NOFOLLOW, 0, &lbuf)); in test_sym_link()
/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c106 AT_SYMLINK_NOFOLLOW)); in fchownat_verify()
/third_party/musl/libc-test/src/api/
Dfcntl.c63 C(AT_SYMLINK_NOFOLLOW) in f()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h61 #define AT_SYMLINK_NOFOLLOW 0x100 macro

123