Searched defs:CLOSE_ON_EXEC (Results 1 – 2 of 2) sorted by relevance
30 # define CLOSE_ON_EXEC(_d) macro35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC) macro
53 #define CLOSE_ON_EXEC 1 macro