Home
last modified time | relevance | path

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

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