Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dlibxo.c3166 const char *newstr = NULL; in xo_format_gettext() local
3197 newstr = (n == 1) ? cp : two; in xo_format_gettext()
3204 if (newstr == cp) { in xo_format_gettext()
3216 newstr = xo_dgettext(xop, cp); in xo_format_gettext()
3218 if (newstr == cp) { in xo_format_gettext()
3229 ssize_t nlen = strlen(newstr); in xo_format_gettext()
3231 memcpy(newcopy, newstr, nlen + 1); in xo_format_gettext()
4129 char *newstr = alloca(vlen + 1); in xo_format_title() local
4130 memcpy(newstr, value, vlen); in xo_format_title()
4131 newstr[vlen] = '\0'; in xo_format_title()
[all …]