Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen07.c31 * 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 Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0100000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h11 #define O_NOFOLLOW 0400000 macro
/third_party/toybox/lib/
H A Dportability.h229 // 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 Dshm_open.c35 int fd = open(name, flag|O_NOFOLLOW|O_CLOEXEC|O_NONBLOCK, mode); in shm_open()
/third_party/musl/src/stat/
H A Dfchmodat.c27 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 Dshm_open.c35 int fd = open(name, flag|O_NOFOLLOW|O_CLOEXEC|O_NONBLOCK, mode); in shm_open()
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
H A Dreadlinkat01.c77 dir_fd2 = SAFE_OPEN(TEST_SYMLINK, O_PATH | O_NOFOLLOW); in setup()
/third_party/libuv/include/uv/
H A Dunix.h459 #if defined(O_NOFOLLOW)
460 # define UV_FS_O_NOFOLLOW O_NOFOLLOW
/third_party/node/deps/uv/include/uv/
H A Dunix.h457 #if defined(O_NOFOLLOW)
458 # define UV_FS_O_NOFOLLOW O_NOFOLLOW
/third_party/pulseaudio/src/pulsecore/
H A Dpid.c89 #ifdef O_NOFOLLOW in open_pid_file()
90 |O_NOFOLLOW in open_pid_file()

Completed in 7 milliseconds

12345