Searched refs:F_DUPFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
50 } else if (cmd == F_DUPFD_CLOEXEC) { in fcntl()70 } else if (cmd == F_DUPFD_CLOEXEC) { in fcntl()
26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
35 MACRO(F_DUPFD_CLOEXEC); in fcntl_h()
269 FDTRACK_TEST_NAME(fcntl_F_DUPFD_CLOEXEC, "F_DUPFD_CLOEXEC", fcntl(STDOUT_FILENO, F_DUPFD_CLOEXEC, 0…
1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen()