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

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c3098 mode_t my_orig_mask; local
3120 my_orig_mask = umask( (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) );
3161 umask( my_orig_mask );
6442 mode_t my_orig_mask; local
6489 my_orig_mask = umask( (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) );
6544 umask( my_orig_mask );

Completed in 131 milliseconds