Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Ddup.c71 return (fcntl(fildes, (flags == 0) ? F_DUP2FD : F_DUP2FD_CLOEXEC, in dup3()
/titanic_44/usr/src/uts/common/sys/
H A Dfcntl.h123 #define F_DUP2FD_CLOEXEC 36 /* Like F_DUP2FD with O_CLOEXEC set */ macro
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c183 case F_DUP2FD_CLOEXEC: in fcntl()
218 if (cmd == F_DUP2FD_CLOEXEC) { in fcntl()