Searched refs:CPF_MASK (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ | ||
| H A D | fcntl.h | 265 #define CPF_MASK (CPF_OVERWRITE|CPF_IGNORE_MODE) macro |
| /xnu-8792.61.2/bsd/vfs/ | ||
| H A D | vfs_syscalls.c | 8457 if (uap->flags & ~CPF_MASK) { in copyfile() |