Home
last modified time | relevance | path

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

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