FD_CLOEXEC 81 gnulib-tests/test-dup2.c return 0 <= i && (i & FD_CLOEXEC) == 0; FD_CLOEXEC 34 gnulib-tests/test-fcntl-h.c int i = FD_CLOEXEC; FD_CLOEXEC 84 gnulib-tests/test-fcntl.c return 0 <= i && (i & FD_CLOEXEC) == 0; FD_CLOEXEC 330 gnulib-tests/test-fcntl.c ASSERT ((result & FD_CLOEXEC) == FD_CLOEXEC); FD_CLOEXEC 334 gnulib-tests/test-fcntl.c ASSERT ((result & FD_CLOEXEC) == 0); FD_CLOEXEC 254 lib/fcntl.c if (flags < 0 || fcntl (result, F_SETFD, flags | FD_CLOEXEC) == -1) FD_CLOEXEC 276 lib/fcntl.c result = (flags & HANDLE_FLAG_INHERIT) ? 0 : FD_CLOEXEC; FD_CLOEXEC 154 lib/fcntl.in.h #ifndef FD_CLOEXEC