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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c182 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) argument
189 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
196 dngettext(const char *domain, const char *msgid1, const char *msgid2, argument
204 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1, NULL);
211 dcngettext(const char *domain, const char *msgid1, const char *msgid2, argument
219 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1, NULL);
H A Dgettext_real.c58 _real_gettext_u(const char *domain, const char *msgid1, const char *msgid2, argument
77 msgid2 ? msgid2 : "NULL", n, category, plural);
129 DFLTMSG(result, msgid1, msgid2, n, plural);
141 DFLTMSG(result, msgid1, msgid2, n, plural);
155 DFLTMSG(result, msgid1, msgid2, n, plural);
165 DFLTMSG(result, msgid1, msgid2, n, plural);
170 mp->msgid2 = msgid2;
224 DFLTMSG(result, msgid1, msgid2,
[all...]
H A Dgettext.h146 const char *msgid2; /* msgid2 argument */ member in struct:msg_pack
172 #define DFLTMSG(result, msgid1, msgid2, n, plural) \
174 ((n == 1) ? (char *)msgid1 : (char *)msgid2) : \
H A Dgettext_gnu.c154 DFLTMSG(result, mp->msgid1, mp->msgid2,
351 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural);
632 DFLTMSG(result, mp->msgid1, mp->msgid2,
641 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural);
H A Dgettext_util.c421 gprintf(level, " msgid2: \"%s\"\n",
422 mp->msgid2 ? mp->msgid2 : "(null)");

Completed in 73 milliseconds