Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h265 #define CPF_MASK (CPF_OVERWRITE|CPF_IGNORE_MODE) macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c8457 if (uap->flags & ~CPF_MASK) { in copyfile()