Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c77 msgid2 ? msgid2 : "NULL", n, category, plural); in _real_gettext_u()
129 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
141 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
155 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
165 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
170 mp->msgid2 = msgid2; in _real_gettext_u()
224 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
272 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
280 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
994 result = (char *)mp->msgid2; in handle_type_mo()
[all …]
H A Dgettext.c182 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() argument
189 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1, NULL); in ngettext()
196 dngettext(const char *domain, const char *msgid1, const char *msgid2, in dngettext() argument
204 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1, NULL); in dngettext()
211 dcngettext(const char *domain, const char *msgid1, const char *msgid2, in dcngettext() argument
219 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1, NULL); in dcngettext()
H A Dgettext.h146 const char *msgid2; /* msgid2 argument */ member
172 #define DFLTMSG(result, msgid1, msgid2, n, plural) \ argument
174 ((n == 1) ? (char *)msgid1 : (char *)msgid2) : \
H A Dgettext_gnu.c148 DFLTMSG(result, mp->msgid1, mp->msgid2, in dfltmsgstr()
345 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in handle_lang()
626 DFLTMSG(result, mp->msgid1, mp->msgid2, in gnu_key_2_text()
635 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in gnu_key_2_text()
H A Dgettext_util.c422 mp->msgid2 ? mp->msgid2 : "(null)"); in printmp()