Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dutil.c188 const char *defstr; in ask_yn() local
204 defstr = _(_("<y>")); in ask_yn()
206 defstr = _(_("<n>")); in ask_yn()
208 defstr = _(" (y/n)"); in ask_yn()
209 log_out(ctx, "%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()