Searched defs:FD_CLOEXEC (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dfcntl.h476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1 macro
/external/bison/linux-lib/
H A Dfcntl.h476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h145 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/external/ltrace/
H A Doptions.c643 fcntl(fileno(options.output), F_SETFD, FD_CLOEXEC); local

Completed in 217 milliseconds