Searched refs:PROC_FP_CLEXEC (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ | ||
| H A D | proc_info.h | 261 #define PROC_FP_CLEXEC 2 /* close on exec */ macro |
| /xnu-11417.140.69/bsd/kern/ | ||
| H A D | proc_info.c | 2630 fproc->fi_status |= PROC_FP_CLEXEC; in fill_fileinfo() |