Home
last modified time | relevance | path

Searched refs:AT_SYMLINK_FOLLOW (Results 1 – 25 of 61) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c39 {&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/
Dlinkat.c38 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/
Dfs_link.c53 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/
Dfcntl.h90 #ifndef AT_SYMLINK_FOLLOW
91 # define AT_SYMLINK_FOLLOW 0x400 macro
Dstat.h234 #ifndef AT_SYMLINK_FOLLOW
235 # define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at01.c71 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup()
78 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen14.c102 AT_SYMLINK_FOLLOW); in test01()
170 AT_SYMLINK_FOLLOW); in link_tmp_file()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat03.c113 AT_SYMLINK_FOLLOW); in test01()
181 AT_SYMLINK_FOLLOW); in link_tmp_file()
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c65 #ifndef AT_SYMLINK_FOLLOW
66 #define AT_SYMLINK_FOLLOW 0x400 macro
Dlinkat02.c73 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL},
/third_party/libbpf/include/uapi/linux/
Dfcntl.h103 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */ macro
/third_party/musl/libc-test/src/api/
Dfcntl.c64 C(AT_SYMLINK_FOLLOW) in f()
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h63 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h64 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h63 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h64 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h63 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h64 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h63 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/musl/include/
Dfcntl.h63 #define AT_SYMLINK_FOLLOW 0x400 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs34 const SYMLINK_FOLLOW = linux_raw_sys::general::AT_SYMLINK_FOLLOW;
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt67 AT_SYMLINK_FOLLOW
Dfuchsia.txt76 AT_SYMLINK_FOLLOW
Dnetbsd.txt98 AT_SYMLINK_FOLLOW
Ddragonfly.txt79 AT_SYMLINK_FOLLOW

123