Searched refs:child_fd (Results 1 – 2 of 2) sorted by relevance
59 int child_fd;67 pid = pdfork(&child_fd, PD_CLOEXEC);136 struct pollfd pfd = { .fd = child_fd };139 close(child_fd);
281 const char* child_file, const int child_fd) in do_inherit_test() argument289 if (fd != child_fd) { in do_inherit_test()290 if (::dup2(fd, child_fd) == -1) in do_inherit_test()