Searched refs:msgstr_suffix (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c130 static const char *msgstr_suffix; variable
434 msgstr_suffix = optarg == NULL ? "" : optarg;
589 if (msgstr_prefix != NULL && msgstr_suffix == NULL)
590 msgstr_suffix = "";
591 else if (msgstr_prefix == NULL && msgstr_suffix != NULL)
2081 msgstr = xasprintf ("%s%s%s", msgstr_prefix, msgid, msgstr_suffix);
2282 xasprintf ("%s%s%s", msgstr_prefix, msgid_plural, msgstr_suffix);

Completed in 105 milliseconds