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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.h161 int user_approve(Boolean ask_all, int default_answer, const char * format, ...);
H A Dkext_tools_util.c546 switch (user_approve(/* ask_all */ TRUE, /* default_answer */ REPLY_YES,
1033 int user_approve(Boolean ask_all, int default_answer, const char * format, ...) argument
1060 if (ask_all) {
1096 } else if (ask_all && tolower(c) == 'a') {
1101 ask_all ? " or 'a'" : "");

Completed in 118 milliseconds