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