/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open07.c | 31 * 1. Create a symbolic link to a file, and call open(O_NOFOLLOW). Check 34 * 2. Create a symbolic link to a directory, and call open(O_NOFOLLOW). 37 * 3. Create a symbolic link to a symbolic link, and call open(O_NOFOLLOW). 41 * open(O_NOFOLLOW). Check that it returns ELOOP. 44 * open("link/", O_NOFOLLOW). Check that it succeeds. 61 #define _GNU_SOURCE /* for O_NOFOLLOW */ 92 O_NOFOLLOW, 00700, setupfunc_test1, ELOOP}, 94 O_NOFOLLOW, 00700, setupfunc_test2, ELOOP}, 96 O_NOFOLLOW, 00700, setupfunc_test3, ELOOP}, 98 O_NOFOLLOW, 0070 [all...] |
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0100000 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | fcntl.h | 11 #define O_NOFOLLOW 0400000 macro
|
/third_party/toybox/lib/ |
H A D | portability.h | 229 // Some systems don't define O_NOFOLLOW, and it varies by architecture, so... 231 #ifndef O_NOFOLLOW 232 #define O_NOFOLLOW 0 macro
|
/third_party/musl/src/mman/ |
H A D | shm_open.c | 35 int fd = open(name, flag|O_NOFOLLOW|O_CLOEXEC|O_NONBLOCK, mode); in shm_open()
|
/third_party/musl/src/stat/ |
H A D | fchmodat.c | 27 if ((fd2 = __syscall(SYS_openat, fd, path, O_RDONLY|O_PATH|O_NOFOLLOW|O_NOCTTY|O_CLOEXEC)) < 0) { in fchmodat()
|
/third_party/musl/porting/liteos_a/user/src/mman/ |
H A D | shm_open.c | 35 int fd = open(name, flag|O_NOFOLLOW|O_CLOEXEC|O_NONBLOCK, mode); in shm_open()
|
/third_party/ltp/testcases/kernel/syscalls/readlinkat/ |
H A D | readlinkat01.c | 77 dir_fd2 = SAFE_OPEN(TEST_SYMLINK, O_PATH | O_NOFOLLOW); in setup()
|
/third_party/libuv/include/uv/ |
H A D | unix.h | 459 #if defined(O_NOFOLLOW) 460 # define UV_FS_O_NOFOLLOW O_NOFOLLOW
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 457 #if defined(O_NOFOLLOW) 458 # define UV_FS_O_NOFOLLOW O_NOFOLLOW
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | pid.c | 89 #ifdef O_NOFOLLOW in open_pid_file() 90 |O_NOFOLLOW in open_pid_file()
|