Home
last modified time | relevance | path

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

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