Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 25 of 85) sorted by relevance

1234

/external/strace/xlat/
Dopen_mode_flags.h379 #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 …]
Dopen_mode_flags.in135 O_NOFOLLOW 0200
137 O_NOFOLLOW 0100000
139 O_NOFOLLOW 0200000
141 O_NOFOLLOW 0400000
/external/ltp/testcases/kernel/syscalls/open/
Dopen07.c92 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/
Dtempfile.c139 #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/
Dfcntl.h56 #ifndef O_NOFOLLOW
57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/toybox/lib/
Dportability.h209 #ifndef O_NOFOLLOW
210 #define O_NOFOLLOW 0 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dfcntl.h6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dfcntl.h24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/syzkaller/sys/freebsd/
Dposix_fs_amd64.const11 O_NOFOLLOW = 256
Dposix_fs.txt69 …, FASYNC, O_CLOEXEC, O_CREAT, O_DIRECT, O_DIRECTORY, O_EXCL, O_NOCTTY, O_NOFOLLOW, O_NONBLOCK, O_S…
/external/syzkaller/sys/netbsd/
Dfs_amd64.const14 O_NOFOLLOW = 256
Dfs.txt66 …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/
Dposix_amd64.const18 O_NOFOLLOW = 128
Dposix_arm64.const18 O_NOFOLLOW = 128
/external/toybox/toys/posix/
Dcpio.c153 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/
Dfile_utils.cc69 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()
Dprocess.cc251 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/
Dopenat.c92 { ARG_STR(O_NOFOLLOW) }, in main()
/external/strace/tests/
Dopenat.c92 { ARG_STR(O_NOFOLLOW) }, in main()
/external/strace/tests-mx32/
Dopenat.c92 { ARG_STR(O_NOFOLLOW) }, in main()
/external/syzkaller/sys/akaros/
Dsys_amd64.const64 O_NOFOLLOW = 131072
/external/selinux/restorecond/
Drestorecond.c100 pidfd = open(pidfile, O_CREAT | O_TRUNC | O_NOFOLLOW | O_WRONLY, 0644); in write_pid_file()
Duser.c205 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/
Dfilecap.c172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
/external/ltp/lib/
Dtst_tmpdir.c132 fd = open(obj, O_DIRECTORY | O_NOFOLLOW); in rmobj()

1234