Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c129 res = _real_gettext_u(NULL, msg_id, NULL, 0, LC_MESSAGES, 0, NULL); in gettext()
147 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, NULL); in dgettext()
161 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, loc); in dgettext_l()
175 res = _real_gettext_u(domain, msg_id, NULL, 0, category, 0, NULL); in dcgettext()
189 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1, NULL); in ngettext()
204 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1, NULL); in dngettext()
219 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1, NULL); in dcngettext()
H A Dgettext.h192 extern char *_real_gettext_u(const char *, const char *,
H A Dgettext_real.c58 _real_gettext_u(const char *domain, const char *msgid1, const char *msgid2, in _real_gettext_u() function