Searched defs:O_CLOEXEC (Results 1 - 5 of 5) sorted by relevance

/external/ltp/include/lapi/
H A Dfcntl.h22 #ifndef O_CLOEXEC
23 # define O_CLOEXEC 02000000 macro
/external/bison/darwin-lib/
H A Dfcntl.h506 #if !defined O_CLOEXEC && defined O_NOINHERIT
508 # define O_CLOEXEC O_NOINHERIT macro
511 #ifndef O_CLOEXEC
512 # define O_CLOEXEC 0 macro
/external/bison/linux-lib/
H A Dfcntl.h506 #if !defined O_CLOEXEC && defined O_NOINHERIT
508 # define O_CLOEXEC O_NOINHERIT macro
511 #ifndef O_CLOEXEC
512 # define O_CLOEXEC 0 macro
/external/toybox/lib/
H A Dportability.h245 #ifndef O_CLOEXEC
246 #define O_CLOEXEC 02000000 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h61 #ifndef O_CLOEXEC
62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro

Completed in 218 milliseconds