/external/strace/xlat/ |
D | open_mode_flags.h | 379 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW) 381 static_assert((O_NOFOLLOW) == (0200), "O_NOFOLLOW != 0200"); 384 # define O_NOFOLLOW 0200 387 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW) 389 static_assert((O_NOFOLLOW) == (0100000), "O_NOFOLLOW != 0100000"); 392 # define O_NOFOLLOW 0100000 395 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW) 397 static_assert((O_NOFOLLOW) == (0200000), "O_NOFOLLOW != 0200000"); 400 # define O_NOFOLLOW 0200000 403 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW) [all …]
|
D | open_mode_flags.in | 135 O_NOFOLLOW 0200 137 O_NOFOLLOW 0100000 139 O_NOFOLLOW 0200000 141 O_NOFOLLOW 0400000
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open07.c | 92 O_NOFOLLOW, 00700, setupfunc_test1, ELOOP}, 94 O_NOFOLLOW, 00700, setupfunc_test2, ELOOP}, 96 O_NOFOLLOW, 00700, setupfunc_test3, ELOOP}, 98 O_NOFOLLOW, 00700, setupfunc_test4, ELOOP}, 100 O_NOFOLLOW, 00700, setupfunc_test5, 0},
|
/external/libcups/cups/ |
D | tempfile.c | 139 #elif defined(O_NOFOLLOW) in cupsTempFd() 140 fd = open(filename, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, 0600); in cupsTempFd()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
/external/toybox/lib/ |
D | portability.h | 209 #ifndef O_NOFOLLOW 210 #define O_NOFOLLOW 0 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | fcntl.h | 24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/external/syzkaller/sys/freebsd/ |
D | posix_fs_amd64.const | 11 O_NOFOLLOW = 256
|
D | posix_fs.txt | 69 …, FASYNC, O_CLOEXEC, O_CREAT, O_DIRECT, O_DIRECTORY, O_EXCL, O_NOCTTY, O_NOFOLLOW, O_NONBLOCK, O_S…
|
/external/syzkaller/sys/netbsd/ |
D | fs_amd64.const | 14 O_NOFOLLOW = 256
|
D | fs.txt | 66 …RONLY, O_RDWR, O_APPEND, O_CREAT, O_TRUNC, O_EXCL, O_SHLOCK, O_EXLOCK, O_NOFOLLOW, O_CLOEXEC, O_NO…
|
/external/syzkaller/sys/fuchsia/ |
D | posix_amd64.const | 18 O_NOFOLLOW = 128
|
D | posix_arm64.const | 18 O_NOFOLLOW = 128
|
/external/toybox/toys/posix/ |
D | cpio.c | 153 int fd = test ? 0 : open(name, O_CREAT|O_WRONLY|O_TRUNC|O_NOFOLLOW, mode); in cpio_main() 194 int fd = open(name, O_RDONLY|O_NOFOLLOW); in cpio_main()
|
/external/libbrillo/brillo/ |
D | file_utils.cc | 69 AT_FDCWD, path.value().c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW))); in RegularFileOrDelete() 123 O_RDONLY | O_NOFOLLOW | O_CREAT | O_EXCL | O_CLOEXEC, kPermissions600))); in TouchFileInternal()
|
D | process.cc | 251 O_RDONLY | O_NOFOLLOW | O_NOCTTY)); in Start() 271 output_file_.c_str(), O_CREAT | O_WRONLY | O_TRUNC | O_NOFOLLOW, in Start()
|
/external/strace/tests-m32/ |
D | openat.c | 92 { ARG_STR(O_NOFOLLOW) }, in main()
|
/external/strace/tests/ |
D | openat.c | 92 { ARG_STR(O_NOFOLLOW) }, in main()
|
/external/strace/tests-mx32/ |
D | openat.c | 92 { ARG_STR(O_NOFOLLOW) }, in main()
|
/external/syzkaller/sys/akaros/ |
D | sys_amd64.const | 64 O_NOFOLLOW = 131072
|
/external/selinux/restorecond/ |
D | restorecond.c | 100 pidfd = open(pidfile, O_CREAT | O_TRUNC | O_NOFOLLOW | O_WRONLY, 0644); in write_pid_file()
|
D | user.c | 205 local_lock_fd = open(ptr, O_CREAT | O_WRONLY | O_NOFOLLOW | O_CLOEXEC, S_IRUSR | S_IWUSR); in local_server()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
|
/external/ltp/lib/ |
D | tst_tmpdir.c | 132 fd = open(obj, O_DIRECTORY | O_NOFOLLOW); in rmobj()
|