OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:short_yes
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/misc/
util.c
69
const char *
short_yes
= _("yY");
local
76
strchr(
short_yes
, buf[0]) == 0)
/external/e2fsprogs/e2fsck/
util.c
189
const char *
short_yes
= _("yY");
local
225
if (strchr(
short_yes
, (char) c)) {
Completed in 95 milliseconds