Searched refs:F_DUP2FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
71 return (fcntl(fildes, (flags == 0) ? F_DUP2FD : F_DUP2FD_CLOEXEC, in dup3()
123 #define F_DUP2FD_CLOEXEC 36 /* Like F_DUP2FD with O_CLOEXEC set */ macro
183 case F_DUP2FD_CLOEXEC: in fcntl()218 if (cmd == F_DUP2FD_CLOEXEC) { in fcntl()