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

/external/kernel-headers/original/asm-arm/
H A Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/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/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC);
/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/iproute2/misc/
H A Drtacct.c548 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
H A Difstat.c690 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/libselinux/src/
H A Dandroid.c828 fd = open(sepolicy_file[i], O_RDONLY | O_NOFOLLOW);
/external/valgrind/main/include/vki/
H A Dvki-darwin.h265 #define VKI_O_NOFOLLOW O_NOFOLLOW
/external/strace/
H A Dfile.c320 #ifdef O_NOFOLLOW
321 { O_NOFOLLOW, "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/
H A Dldgeneric.c2680 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW,
/external/sqlite/dist/orig/
H A Dsqlite3.c25297 #ifndef O_NOFOLLOW
25298 # define O_NOFOLLOW 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25304 #ifndef O_NOFOLLOW
25305 # define O_NOFOLLOW 0 macro
[all...]

Completed in 1355 milliseconds