Searched refs:_DELETE_OK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunistd.h103 #define _DELETE_OK (1<<12) /* delete file / delete directory */ macro
115 _DELETE_OK | _APPEND_OK | \
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c5054 wantdelete = input[i].ad_flags & _DELETE_OK;
5056 if (input[j].ad_flags & _DELETE_OK)
5157 if (amode & _DELETE_OK)
5193 if (amode & _DELETE_OK)
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c1014 /* Set _DELETE_OK on a file that the current user owns */
1015 access(FILE_ME, _DELETE_OK);
6071 /* Set _DELETE_OK on a file that the current user owns */
6072 faccessat(AT_FDCWD, FILE_ME, _DELETE_OK, 0 );

Completed in 142 milliseconds