Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/i18n/
H A Dgettext.c167 ngettext(const char *msgid1, const char *msgid2, unsigned long int n) in ngettext() argument
174 res = _real_gettext_u(NULL, msgid1, msgid2, n, LC_MESSAGES, 1); in ngettext()
181 dngettext(const char *domain, const char *msgid1, const char *msgid2, in dngettext() argument
189 res = _real_gettext_u(domain, msgid1, msgid2, n, LC_MESSAGES, 1); in dngettext()
196 dcngettext(const char *domain, const char *msgid1, const char *msgid2, in dcngettext() argument
204 res = _real_gettext_u(domain, msgid1, msgid2, n, category, 1); in dcngettext()
H A Dgettext_real.c57 _real_gettext_u(const char *domain, const char *msgid1, const char *msgid2, in _real_gettext_u() argument
75 msgid2 ? msgid2 : "NULL", n, category, plural); in _real_gettext_u()
125 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
137 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
151 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
161 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
166 mp->msgid2 = msgid2; in _real_gettext_u()
220 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
268 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
276 DFLTMSG(result, msgid1, msgid2, n, plural); in _real_gettext_u()
[all …]
H A Dgettext.h148 const char *msgid2; /* msgid2 argument */ member
174 #define DFLTMSG(result, msgid1, msgid2, n, plural) \ argument
176 ((n == 1) ? (char *)msgid1 : (char *)msgid2) : \
H A Dgettext_gnu.c154 DFLTMSG(result, mp->msgid1, mp->msgid2, in dfltmsgstr()
351 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in handle_lang()
632 DFLTMSG(result, mp->msgid1, mp->msgid2, in gnu_key_2_text()
641 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in gnu_key_2_text()
H A Dgettext_util.c423 mp->msgid2 ? mp->msgid2 : "(null)"); in printmp()