O_CLOEXEC          72 gnulib-tests/test-fcntl-h.c #if O_CLOEXEC
O_CLOEXEC          73 gnulib-tests/test-fcntl-h.c     case O_CLOEXEC:
O_CLOEXEC          56 lib/fcntl.c      BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE;
O_CLOEXEC         219 lib/fcntl.c            result = dupfd (fd, target, O_CLOEXEC);
O_CLOEXEC         184 lib/fcntl.in.h #if !defined O_CLOEXEC && defined O_NOINHERIT
O_CLOEXEC         189 lib/fcntl.in.h #ifndef O_CLOEXEC