Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDdup3.c56 how = (flags & O_CLOEXEC) ? F_DUP2FD_CLOEXEC : F_DUP2FD; in __dup3()
/dragonfly/contrib/grep/lib/
HDfcntl.c343 #ifdef F_DUP2FD_CLOEXEC /* FreeBSD, Solaris */ in fcntl()
344 case F_DUP2FD_CLOEXEC: in fcntl()
/dragonfly/sys/sys/
HDfcntl.h209 #define F_DUP2FD_CLOEXEC 18 /* Like F_DUP2FD with FD_CLOEXEC set */ macro
/dragonfly/lib/libc/stdio/
HDfreopen.c197 if (_fcntl(f, F_DUP2FD_CLOEXEC, wantfd) >= 0) { in freopen()
/dragonfly/sys/kern/
HDkern_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()