Searched refs:DFLTMSG (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 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() 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() 1020 DFLTMSG(result, mp->msgid1, mp->msgid2, in handle_type_mo() 1027 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in handle_type_mo() 1067 DFLTMSG(result, mp->msgid1, mp->msgid2, mp->n, mp->plural); in handle_mo() [all …]
|
H A D | gettext.h | 172 #define DFLTMSG(result, msgid1, msgid2, n, plural) \ macro
|
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()
|