Searched refs:_nl_msg_cat_cntr (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/intl/ |
D | textdomain.c | 128 ++_nl_msg_cat_cntr;
|
D | gettextP.h | 159 extern int _nl_msg_cat_cntr;
|
D | dcigettext.c | 494 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) 664 newp->counter = _nl_msg_cat_cntr; 681 (*foundp)->counter = _nl_msg_cat_cntr;
|
D | bindtextdom.c | 343 ++_nl_msg_cat_cntr;
|
D | loadmsgcat.c | 502 int _nl_msg_cat_cntr; variable
|
D | configure | 5822 extern int _nl_msg_cat_cntr; 5828 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
/toolchain/binutils/binutils-2.27/config/ |
D | gettext.m4 | 138 ], [])[extern int _nl_msg_cat_cntr; 141 …else([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain… 170 ], [])[extern int _nl_msg_cat_cntr; 177 …else([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand… 191 ], [])[extern int _nl_msg_cat_cntr; 198 …else([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand…
|