Home
last modified time | relevance | path

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

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