Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dutil.c130 const char *defstr; in ask_yn() local
146 defstr = _(_("<y>")); in ask_yn()
148 defstr = _(_("<n>")); in ask_yn()
150 defstr = _(" (y/n)"); in ask_yn()
151 printf("%s%s? ", string, defstr); in ask_yn()
/external/oprofile/libpopt/
Dpopthelp.c154 const char * defstr = D_(translation_domain, "default"); in singleOptionDefaultValue() local
162 strcpy(le, defstr); le += strlen(le); in singleOptionDefaultValue()