Searched refs:F_DUPFD_CLOEXEC (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/bin/ksh/
H A Dtty.c52 if ((tty_fd = fcntl(tfd, F_DUPFD_CLOEXEC, FDBASE)) == -1) {
H A Dio.c263 nfd = fcntl(fd, F_DUPFD_CLOEXEC, FDBASE);
/openbsd-current/lib/libc/sys/
H A Dw_fcntl.c31 case F_DUPFD_CLOEXEC:
/openbsd-current/sys/sys/
H A Dfcntl.h156 #define F_DUPFD_CLOEXEC 10 /* duplicate with FD_CLOEXEC set */ macro
/openbsd-current/sys/kern/
H A Dkern_descrip.c424 case F_DUPFD_CLOEXEC:
444 if (SCARG(uap, cmd) == F_DUPFD_CLOEXEC)
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c188 #if !defined(PERL_IMPLICIT_SYS) && defined(F_DUPFD_CLOEXEC)
196 fcntl(oldfd, F_DUPFD_CLOEXEC, 0),

Completed in 96 milliseconds