pgettext_impl
return pgettext_impl(NULL, msgctxt, msgid, NULL, 1UL, LC_MESSAGES);
return pgettext_impl(domainname, msgctxt, msgid, NULL, 1UL, LC_MESSAGES);
return pgettext_impl(domainname, msgctxt, msgid, NULL, 1UL, category);
return pgettext_impl(NULL, msgctxt, msgid1, msgid2, n, LC_MESSAGES);
return pgettext_impl(domainname, msgctxt, msgid1, msgid2, n, LC_MESSAGES);
return pgettext_impl(domainname, msgctxt, msgid1, msgid2, n, category);
static const char *pgettext_impl(const char *, const char *, const char *,