Home
last modified time | relevance | path

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

/external/bison/m4/
Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
11 # Define HAVE_WORKING_O_NOFOLLOW to 1 if O_NOFOLLOW works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
39 #ifndef O_NOFOLLOW
40 #define O_NOFOLLOW 0
57 int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
68 int fd = open (sym, O_RDONLY | O_NOFOLLOW);
114 4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
129 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
[all …]
/external/kernel-headers/original/asm-generic/
Dfcntl.h55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/bison/lib/
Dlocalcharset.c80 #ifndef O_NOFOLLOW
81 # define O_NOFOLLOW 0 macro
166 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0)); in get_charset_aliases()
Dfcntl.in.h252 #ifndef O_NOFOLLOW
253 # define O_NOFOLLOW 0
/external/kernel-headers/original/asm-arm/
Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/bison/darwin-lib/
Dfcntl.h564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0 macro
/external/bison/linux-lib/
Dfcntl.h564 #ifndef O_NOFOLLOW
565 # define O_NOFOLLOW 0 macro
/external/chromium_org/chrome/browser/chromeos/system/
Dautomatic_reboot_manager.cc59 int fd = HANDLE_EINTR(open(path.value().c_str(), O_RDONLY | O_NOFOLLOW)); in ReadTimeDeltaFromFile()
112 O_CREAT | O_WRONLY | O_TRUNC | O_NOFOLLOW, in SaveUpdateRebootNeededUptime()
/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
/external/chromium_org/sandbox/linux/services/
Dbroker_process.cc106 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC; in IsAllowedOpenFlags()
/external/chromium_org/base/memory/
Dshared_memory_posix.cc179 open(path.value().c_str(), O_RDWR | O_APPEND | O_NOFOLLOW)); in Create()
/external/iproute2/misc/
Drtacct.c548 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
Dnstat.c540 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
Difstat.c688 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
/external/libselinux/src/
Dandroid.c836 fd = open(sepolicy_file[i], O_RDONLY | O_NOFOLLOW); in selinux_android_reload_policy()
/external/valgrind/main/include/vki/
Dvki-darwin.h265 #define VKI_O_NOFOLLOW O_NOFOLLOW
/external/strace/
Dfile.c320 #ifdef O_NOFOLLOW
321 { O_NOFOLLOW, "O_NOFOLLOW" },
/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c267 #ifndef O_NOFOLLOW
268 # define O_NOFOLLOW 0 macro
5035 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW); in unixOpen()
/external/elfutils/src/
Dldgeneric.c2680 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW, in ld_generic_open_outfile()
/external/bison/
Dconfigure10081 int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
10092 int fd = open (sym, O_RDONLY | O_NOFOLLOW);
10169 *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c24423 #ifndef O_NOFOLLOW
24424 # define O_NOFOLLOW 0
29191 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
/external/sqlite/dist/orig/
Dsqlite3.c25297 #ifndef O_NOFOLLOW
25298 # define O_NOFOLLOW 0
30138 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
/external/sqlite/dist/
Dsqlite3.c25304 #ifndef O_NOFOLLOW
25305 # define O_NOFOLLOW 0
30166 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);