Searched refs:do_cloexec (Results 1 – 3 of 3) sorted by relevance
65 for (int do_cloexec = 0; do_cloexec < 2; ++do_cloexec) in do_test() local69 if (do_cloexec) in do_test()101 TEST_VERIFY (is_cloexec (fd) == do_cloexec); in do_test()
105 for (int do_cloexec = 0; do_cloexec < 2; ++do_cloexec) in do_test() local110 if (do_cloexec) in do_test()121 TEST_VERIFY (is_cloexec (client_socket) == do_cloexec); in do_test()
71 int do_cloexec, int pipe_fds[2], int parent_end, int child_end, in spawn_process() argument94 if (!do_cloexec) in spawn_process()119 int do_cloexec = 0; in _IO_new_proc_open() local130 do_cloexec = 1; in _IO_new_proc_open()196 spawn_ok = spawn_process (&fa, fp, command, do_cloexec, pipe_fds, in _IO_new_proc_open()