Home
last modified time | relevance | path

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

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