Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c10711 #define UMASK_NOXSECURITY (void *)1 /* leave existing xsecurity alone */ macro
10746 return umask1(p, uap->newmask, UMASK_NOXSECURITY, retval); in umask()