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

/macosx-10.10.1/removefile-35/
H A Dremovefile.h25 REMOVEFILE_SECURE_3_PASS = (1 << 5), // 3 pass overwrite enumerator in enum:__anon12011
H A Dremovefile.c109 if (flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_1_PASS | REMOVEFILE_SECURE_3_PASS)) {
H A Dremovefile_tree_walker.c49 int secure = state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_1_PASS | REMOVEFILE_SECURE_3_PASS | REMOVEFILE_SECURE_1_PASS_ZERO);
H A Dremovefile_sunlink.c197 if ((state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_3_PASS)) != 0)
281 } else if (state->unlink_flags & REMOVEFILE_SECURE_3_PASS) {

Completed in 114 milliseconds