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