OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defstr
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
util.c
137
const char *
defstr
;
local
153
defstr
= _(_("<y>"));
155
defstr
= _(_("<n>"));
157
defstr
= _(" (y/n)");
158
printf("%s%s? ", string,
defstr
);
/external/oprofile/libpopt/
popthelp.c
154
const char *
defstr
= D_(translation_domain, "default");
local
162
strcpy(le,
defstr
); le += strlen(le);
Completed in 3800 milliseconds