Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/sys/ !
H A Dfcntl.h431 #define F_DUPFD_CLOEXEC 67 /* mark the dup with FD_CLOEXEC */ macro
/xnu-8796.141.3/bsd/kern/ !
H A Dkern_descrip.c2790 case F_DUPFD_CLOEXEC: in sys_fcntl_nocancel()
2805 cmd == F_DUPFD_CLOEXEC ? FP_CLOEXEC : 0, retval); in sys_fcntl_nocancel()