Home
last modified time | relevance | path

Searched refs:global_gt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c58 if (!global_gt) { \
59 global_gt = (Gettext_t *)calloc(1, sizeof (Gettext_t)); \
60 if (global_gt) \
61 global_gt->cur_domain = (char *)default_domain; \
70 Gettext_t *global_gt = NULL; variable
114 return (CURRENT_DOMAIN(global_gt)); in textdomain()
H A Dgettext_real.c78 gprintf(0, "***************** global_gt: 0x%p\n", global_gt); in _real_gettext_u()
79 printgt(global_gt, 1); in _real_gettext_u()
342 Gettext_t *gt = global_gt; in process_nlspath()
642 Gettext_t *gt = global_gt; in _real_bindtextdomain_u()
762 Gettext_t *gt = global_gt; in _textdomain_u()
1043 Gettext_t *gt = global_gt; in handle_mo()
H A Dgettext.h188 extern Gettext_t *global_gt;
H A Dgettext_util.c170 Gettext_t *gt = global_gt; in check_cache()
398 Gettext_t *gt = global_gt; in printlist()