Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h235 #define OFLAGS(fflags) (((fflags) & FEXEC) ? ((fflags) & ~(O_ACCMODE)) : ((fflags) - 1)) macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2853 *retval = OFLAGS(fflag); in sys_fcntl_nocancel()