/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
D | name_to_handle_at01.c | 39 {&dir_fd, TEST_FILE, AT_SYMLINK_FOLLOW, O_RDWR}, 40 {&dir_fd, TEST_FILE, AT_SYMLINK_FOLLOW, O_RDONLY}, 41 {&dir_fd, TEST_FILE, AT_SYMLINK_FOLLOW, O_WRONLY}, 42 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_RDWR}, 43 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_RDONLY}, 44 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_WRONLY}, 54 {&fd_atcwd, TEST_FILE, AT_SYMLINK_FOLLOW, O_RDWR}, 55 {&fd_atcwd, TEST_FILE, AT_SYMLINK_FOLLOW, O_RDONLY}, 56 {&fd_atcwd, TEST_FILE, AT_SYMLINK_FOLLOW, O_WRONLY}, 57 {&fd_atcwd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_RDWR}, [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | linkat.c | 38 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0100() 61 int result = linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW); in linkat_0200() 64 …EXPECT_NE("linkat_0200", linkat(fd1, "/etc/test.txt", fd2, "/etc/linkat.txt", AT_SYMLINK_FOLLOW), … in linkat_0200()
|
/third_party/NuttX/fs/vfs/ |
D | fs_link.c | 53 if (*oldpath == '\0' || *newpath == '\0' || flag & ~AT_SYMLINK_FOLLOW) in do_link() 65 if (!(flag & AT_SYMLINK_FOLLOW)) in do_link() 78 if (flag & AT_SYMLINK_FOLLOW) in do_link()
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 90 #ifndef AT_SYMLINK_FOLLOW 91 # define AT_SYMLINK_FOLLOW 0x400 macro
|
D | stat.h | 234 #ifndef AT_SYMLINK_FOLLOW 235 # define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at01.c | 71 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup() 78 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 102 AT_SYMLINK_FOLLOW); in test01() 170 AT_SYMLINK_FOLLOW); in link_tmp_file()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 113 AT_SYMLINK_FOLLOW); in test01() 181 AT_SYMLINK_FOLLOW); in link_tmp_file()
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 65 #ifndef AT_SYMLINK_FOLLOW 66 #define AT_SYMLINK_FOLLOW 0x400 macro
|
D | linkat02.c | 73 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL},
|
/third_party/libbpf/include/uapi/linux/ |
D | fcntl.h | 103 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */ macro
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 64 C(AT_SYMLINK_FOLLOW) in f()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 63 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 64 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 63 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 64 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 63 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 64 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 63 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/musl/include/ |
D | fcntl.h | 63 #define AT_SYMLINK_FOLLOW 0x400 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 34 const SYMLINK_FOLLOW = linux_raw_sys::general::AT_SYMLINK_FOLLOW;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 67 AT_SYMLINK_FOLLOW
|
D | fuchsia.txt | 76 AT_SYMLINK_FOLLOW
|
D | netbsd.txt | 98 AT_SYMLINK_FOLLOW
|
D | dragonfly.txt | 79 AT_SYMLINK_FOLLOW
|