Searched refs:FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
435 #define FD_CLOEXEC 1 /* close-on-exec flag */ macro
546 ofl |= FD_CLOEXEC; in change_fdguard_np()664 if (nfdflags & FD_CLOEXEC) { in change_fdguard_np()
2825 *retval = (fp->fp_flags & FP_CLOEXEC) ? FD_CLOEXEC : 0; in sys_fcntl_nocancel()2831 if (uap->arg & FD_CLOEXEC) { in sys_fcntl_nocancel()