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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c118 * gettext() is a pass-thru to _real_gettext_u() with a NULL pointer passed
129 res = _real_gettext_u(NULL, msg_id, NULL, 0, LC_MESSAGES, 0, NULL);
147 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, NULL);
161 res = _real_gettext_u(domain, msg_id, NULL, 0, LC_MESSAGES, 0, loc);
175 res = _real_gettext_u(domain, msg_id, NULL, 0, category, 0, NULL);
189 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
204 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
219 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1, NULL);
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, function
74 gprintf(0, "*************** _real_gettext_u(\"%s\", \"%s\", "
282 } /* _real_gettext_u */

Completed in 46 milliseconds