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

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dfcntl.h23 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/strace/xlat/
H A Dopen_mode_flags.h51 #if defined(O_NOFOLLOW) || (defined(HAVE_DECL_O_NOFOLLOW) && HAVE_DECL_O_NOFOLLOW)
52 XLAT(O_NOFOLLOW),
/external/bison/lib/
H A Dfcntl.in.h252 #ifndef O_NOFOLLOW
253 # define O_NOFOLLOW 0
H A Dlocalcharset.c79 /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */
80 #ifndef O_NOFOLLOW
81 # define O_NOFOLLOW 0 macro
159 O_NOFOLLOW. This is a security feature. Without it, an attacker
166 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0));
/external/toybox/lib/
H A Dportability.h222 // Some systems don't define O_NOFOLLOW, and it varies by architecture, so...
224 #ifndef O_NOFOLLOW
225 #define O_NOFOLLOW 0 macro
/external/toybox/toys/posix/
H A Dcpio.c144 int fd = test ? 0 : open(name, O_CREAT|O_WRONLY|O_TRUNC|O_NOFOLLOW, mode);
183 int fd = open(name, O_WRONLY|O_NOFOLLOW);
H A Dcp.c187 if (-1 != (try->extra = openat(cfd, catch, O_NOFOLLOW)))
H A Dls.c152 int fd = openat(dirtree_parentfd(dt), dt->name, O_PATH|O_NOFOLLOW);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC);
/external/selinux/policycoreutils/restorecond/
H A Drestorecond.c100 pidfd = open(pidfile, O_CREAT | O_TRUNC | O_NOFOLLOW | O_WRONLY, 0644);
H A Duser.c205 local_lock_fd = open(ptr, O_CREAT | O_WRONLY | O_NOFOLLOW | O_CLOEXEC, S_IRUSR | S_IWUSR);
/external/bison/darwin-lib/
H A Dfcntl.h564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0 macro
/external/bison/linux-lib/
H A Dfcntl.h564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0 macro
/external/libselinux/src/
H A Dandroid.c86 fd_base = open(POLICY_BASE_VERSION, O_RDONLY | O_NOFOLLOW);
93 fd_override = open(POLICY_OVERRIDE_VERSION, O_RDONLY | O_NOFOLLOW);
880 fd = open(opts[policy_index].value, O_CLOEXEC | O_RDONLY | O_NOFOLLOW);
1456 fd = open(sepolicy_file[policy_index], O_RDONLY | O_NOFOLLOW);
/external/iproute2/misc/
H A Drtacct.c548 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
H A Difstat.c688 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
H A Dnstat.c540 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
/external/valgrind/include/vki/
H A Dvki-darwin.h265 #define VKI_O_NOFOLLOW O_NOFOLLOW
/external/vboot_reference/cgpt/
H A Dcgpt_common.c303 O_NOFOLLOW);
/external/bison/
H A Dconfigure10060 #ifndef O_NOFOLLOW
10061 #define O_NOFOLLOW 0
10081 int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
10092 int fd = open (sym, O_RDONLY | O_NOFOLLOW);
10144 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
10146 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
10169 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
/external/elfutils/src/src/
H A Dldgeneric.c2670 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW,
/external/sqlite/dist/orig/
H A Dsqlite3.c25723 #ifndef O_NOFOLLOW
25724 # define O_NOFOLLOW 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25730 #ifndef O_NOFOLLOW
25731 # define O_NOFOLLOW 0 macro
[all...]

Completed in 1156 milliseconds