Searched refs:FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
32 # ifndef FD_CLOEXEC33 # define FD_CLOEXEC 1 macro35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
921 # ifndef FD_CLOEXEC in getloadavg()922 # define FD_CLOEXEC 1 in getloadavg() macro924 (void) fcntl (channel, F_SETFD, FD_CLOEXEC); in getloadavg()
1011 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); in ExecDeathTestSpawnChild()1028 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()