Searched refs:F_DUPFD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
14 src/shutdown/s6-linux-init-shutdownd.c:294:24: error: ‘F_DUPFD_CLOEXEC’ undeclared (first use in th…15 294 | fd[0] = fcntl(1, F_DUPFD_CLOEXEC, 0) ;
17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
18 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
214 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with macro
2180 #ifdef F_DUPFD_CLOEXEC in os_move_fd()2181 newfd = fcntl(fd, F_DUPFD_CLOEXEC, MAXCLIENTS); in os_move_fd()2187 #ifndef F_DUPFD_CLOEXEC in os_move_fd()
341 case F_DUPFD_CLOEXEC: in do_fcntl()447 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()
343 +#ifndef F_DUPFD_CLOEXEC344 +#define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */