Home
last modified time | relevance | path

Searched defs:O_NOFOLLOW (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dfcntl.h23 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/bison/lib/
Dlocalcharset.c81 # define O_NOFOLLOW 0 macro
/external/toybox/lib/
Dportability.h204 #define O_NOFOLLOW 0 macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/ImageMagick/MagickCore/
Dresource.c476 #define O_NOFOLLOW 0 in AcquireUniqueFileResource() macro
/external/bison/linux-lib/
Dfcntl.h565 # define O_NOFOLLOW 0 macro
/external/bison/darwin-lib/
Dfcntl.h565 # define O_NOFOLLOW 0 macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py633 O_NOFOLLOW = O_NOTRAVERSE variable