Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dat_flags.h6 #if defined(AT_SYMLINK_NOFOLLOW) || (defined(HAVE_DECL_AT_SYMLINK_NOFOLLOW) && HAVE_DECL_AT_SYMLINK…
8 static_assert((AT_SYMLINK_NOFOLLOW) == (0x100), "AT_SYMLINK_NOFOLLOW != 0x100");
11 # define AT_SYMLINK_NOFOLLOW 0x100
47 XLAT(AT_SYMLINK_NOFOLLOW),
Dat_flags.in1 AT_SYMLINK_NOFOLLOW 0x100
/external/openssh/openbsd-compat/regress/
Dutimensattest.c30 #ifndef AT_SYMLINK_NOFOLLOW
31 # define AT_SYMLINK_NOFOLLOW 0x80000000 macro
74 if (utimensat(AT_FDCWD, TMPFILE, ts, AT_SYMLINK_NOFOLLOW) == -1) in main()
108 (void)utimensat(AT_FDCWD, TMPFILE, ts, AT_SYMLINK_NOFOLLOW); in main()
/external/strace/tests-mx32/
Dfchownat.c34 #if defined __NR_fchownat && defined AT_FDCWD && defined AT_SYMLINK_NOFOLLOW
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW); in main()
Dfstatat.c32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/strace/tests/
Dfchownat.c34 #if defined __NR_fchownat && defined AT_FDCWD && defined AT_SYMLINK_NOFOLLOW
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW); in main()
Dfstatat.c32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/strace/tests-m32/
Dfchownat.c34 #if defined __NR_fchownat && defined AT_FDCWD && defined AT_SYMLINK_NOFOLLOW
57 sample, -1, -1L, AT_SYMLINK_NOFOLLOW); in main()
Dfstatat.c32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/ltp/include/lapi/
Dfcntl.h102 #ifndef AT_SYMLINK_NOFOLLOW
103 # define AT_SYMLINK_NOFOLLOW 0x100 macro
Dstat.h221 #ifndef AT_SYMLINK_NOFOLLOW
222 # define AT_SYMLINK_NOFOLLOW 0x100 macro
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c57 #ifndef AT_SYMLINK_NOFOLLOW
58 #define AT_SYMLINK_NOFOLLOW 0x100 macro
132 flags |= AT_SYMLINK_NOFOLLOW; in main()
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c302 AT_EMPTY_PATH|AT_SYMLINK_NOFOLLOW); in run_tests()
307 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
309 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
312 AT_SYMLINK_NOFOLLOW, ELOOP); in run_tests()
324 AT_EMPTY_PATH|AT_SYMLINK_NOFOLLOW); in run_tests()
/external/openssh/openbsd-compat/
Dbsd-misc.h98 # ifndef AT_SYMLINK_NOFOLLOW
99 # define AT_SYMLINK_NOFOLLOW 0x80000000 macro
Dbsd-misc.c149 if (flag & AT_SYMLINK_NOFOLLOW) in utimensat()
180 if (flag & AT_SYMLINK_NOFOLLOW) in fchownat()
211 if (flag & AT_SYMLINK_NOFOLLOW) in fchmodat()
/external/toybox/lib/
Dportability.h51 #ifndef AT_SYMLINK_NOFOLLOW
52 #define AT_SYMLINK_NOFOLLOW 0x100 macro
Ddirtree.c37 sym = AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW); in dirtree_add_node()
42 if (errno!=ENOENT || sym || fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW)) { in dirtree_add_node()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h98 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ macro
/external/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()
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c75 TEST(statx(AT_FDCWD, LINK_FILE, AT_SYMLINK_NOFOLLOW, 0, &lbuf)); in test_sym_link()
/external/ltp/testcases/kernel/syscalls/execveat/
Dexecveat02.c45 {&fd, app_sym_path, AT_SYMLINK_NOFOLLOW, ELOOP},
/external/rust/crates/nix/src/sys/
Dstat.rs170 FchmodatFlags::NoFollowSymlink => AtFlags::AT_SYMLINK_NOFOLLOW, in fchmodat()
275 UtimensatFlags::NoFollowSymlink => AtFlags::AT_SYMLINK_NOFOLLOW, in utimensat()
/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c107 AT_SYMLINK_NOFOLLOW)); in fchownat_verify()
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-003-kthread.c127 rv = sys_statx(fd, pathname, AT_SYMLINK_NOFOLLOW, 0, (void *)stx); in test_lookup_fail()

123