Searched refs:F_DUP2FD_CLOEXEC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddup.c71 return (fcntl(fildes, (flags == 0) ? F_DUP2FD : F_DUP2FD_CLOEXEC,
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h124 #define F_DUP2FD_CLOEXEC 36 /* Like F_DUP2FD with O_CLOEXEC set */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h245 #define F_DUP2FD_CLOEXEC 18 /* Like F_DUP2FD, but FD_CLOEXEC is set */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c184 case F_DUP2FD_CLOEXEC:
219 if (cmd == F_DUP2FD_CLOEXEC) {

Completed in 62 milliseconds