Home
last modified time | relevance | path

Searched refs:short_yes (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
Dutil.c68 const char *short_yes = _("yY"); in proceed_question() local
75 if (strchr(short_yes, buf[0]) == 0) in proceed_question()
/external/e2fsprogs/e2fsck/
Dutil.c131 const char *short_yes = _("yY"); in ask_yn() local
168 if (strchr(short_yes, (char) c)) { in ask_yn()