Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dfcntl.cpp50 } else if (cmd == F_DUPFD_CLOEXEC) { in fcntl()
70 } else if (cmd == F_DUPFD_CLOEXEC) { in fcntl()
/bionic/libc/kernel/uapi/linux/
Dfcntl.h26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/bionic/tests/headers/posix/
Dfcntl_h.c35 MACRO(F_DUPFD_CLOEXEC); in fcntl_h()
/bionic/tests/
Dfdtrack_test.cpp269 FDTRACK_TEST_NAME(fcntl_F_DUPFD_CLOEXEC, "F_DUPFD_CLOEXEC", fcntl(STDOUT_FILENO, F_DUPFD_CLOEXEC, 0…
/bionic/libc/stdio/
Dstdio.cpp1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen()