Searched refs:msgid2 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | gettext.c | 167 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 D | gettext_real.c | 57 _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 D | gettext.h | 148 const char *msgid2; /* msgid2 argument */ member 174 #define DFLTMSG(result, msgid1, msgid2, n, plural) \ argument 176 ((n == 1) ? (char *)msgid1 : (char *)msgid2) : \
|
H A D | gettext_gnu.c | 154 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 D | gettext_util.c | 423 mp->msgid2 ? mp->msgid2 : "(null)"); in printmp()
|