/external/bison/m4/ |
D | fcntl-o.m4 | 9 # 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/ |
D | fcntl.h | 55 #ifndef O_NOFOLLOW 56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
/external/bison/lib/ |
D | localcharset.c | 80 #ifndef O_NOFOLLOW 81 # define O_NOFOLLOW 0 macro 166 O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0)); in get_charset_aliases()
|
D | fcntl.in.h | 252 #ifndef O_NOFOLLOW 253 # define O_NOFOLLOW 0
|
/external/kernel-headers/original/asm-arm/ |
D | fcntl.h | 5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 564 #ifndef O_NOFOLLOW 565 # define O_NOFOLLOW 0 macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 564 #ifndef O_NOFOLLOW 565 # define O_NOFOLLOW 0 macro
|
/external/chromium_org/chrome/browser/chromeos/system/ |
D | automatic_reboot_manager.cc | 59 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/ |
D | filecap.c | 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
|
/external/chromium_org/sandbox/linux/services/ |
D | broker_process.cc | 106 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC; in IsAllowedOpenFlags()
|
/external/chromium_org/base/memory/ |
D | shared_memory_posix.cc | 179 open(path.value().c_str(), O_RDWR | O_APPEND | O_NOFOLLOW)); in Create()
|
/external/iproute2/misc/ |
D | rtacct.c | 548 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
|
D | nstat.c | 540 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
|
D | ifstat.c | 688 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600); in main()
|
/external/libselinux/src/ |
D | android.c | 836 fd = open(sepolicy_file[i], O_RDONLY | O_NOFOLLOW); in selinux_android_reload_policy()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 265 #define VKI_O_NOFOLLOW O_NOFOLLOW
|
/external/strace/ |
D | file.c | 320 #ifdef O_NOFOLLOW 321 { O_NOFOLLOW, "O_NOFOLLOW" },
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_unix.c | 267 #ifndef O_NOFOLLOW 268 # define O_NOFOLLOW 0 macro 5035 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW); in unixOpen()
|
/external/elfutils/src/ |
D | ldgeneric.c | 2680 && (fd = open (tempfname, O_RDWR | O_EXCL | O_CREAT | O_NOFOLLOW, in ld_generic_open_outfile()
|
/external/bison/ |
D | configure | 10081 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/ |
D | sqlite3.c | 24423 #ifndef O_NOFOLLOW 24424 # define O_NOFOLLOW 0 29191 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 25297 #ifndef O_NOFOLLOW 25298 # define O_NOFOLLOW 0 30138 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
|
/external/sqlite/dist/ |
D | sqlite3.c | 25304 #ifndef O_NOFOLLOW 25305 # define O_NOFOLLOW 0 30166 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
|