Searched defs:O_NOFOLLOW (Results 1 - 10 of 10) 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/bison/lib/
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/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/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h55 #ifndef O_NOFOLLOW
56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c267 #ifndef O_NOFOLLOW
268 # define O_NOFOLLOW 0 macro
5035 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24408 #ifndef O_NOFOLLOW
24409 # define O_NOFOLLOW 0 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24545 #ifndef O_NOFOLLOW
24546 # define O_NOFOLLOW 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24552 #ifndef O_NOFOLLOW
24553 # define O_NOFOLLOW 0 macro
[all...]

Completed in 6437 milliseconds