Home
last modified time | relevance | path

Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/gen/
H A Ddup3.c56 how = (flags & O_CLOEXEC) ? F_DUP2FD_CLOEXEC : F_DUP2FD; in __dup3()
/dragonfly/contrib/diffutils/lib/
H A Dfcntl.c342 #ifdef F_DUP2FD_CLOEXEC /* FreeBSD, Solaris */ in fcntl()
343 case F_DUP2FD_CLOEXEC: in fcntl()
/dragonfly/contrib/grep/lib/
H A Dfcntl.c343 #ifdef F_DUP2FD_CLOEXEC /* FreeBSD, Solaris */ in fcntl()
344 case F_DUP2FD_CLOEXEC: in fcntl()
/dragonfly/sys/sys/
H A Dfcntl.h209 #define F_DUP2FD_CLOEXEC 18 /* Like F_DUP2FD with FD_CLOEXEC set */ macro
/dragonfly/lib/libc/stdio/
H A Dfreopen.c197 if (_fcntl(f, F_DUP2FD_CLOEXEC, wantfd) >= 0) { in freopen()
/dragonfly/sys/kern/
H A Dkern_descrip.c743 case F_DUP2FD_CLOEXEC: in kern_fcntl()
924 case F_DUP2FD_CLOEXEC: in sys_fcntl()
953 case F_DUP2FD_CLOEXEC: in sys_fcntl()