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

/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/kernel-headers/original/asm-generic/
H A Dfcntl.h61 #ifndef O_CLOEXEC
62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro

Completed in 156 milliseconds