Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext.c57 if (!global_gt) { \
58 global_gt = (Gettext_t *)calloc(1, sizeof (Gettext_t)); \
59 if (global_gt) \
60 global_gt->cur_domain = (char *)default_domain; \
69 Gettext_t *global_gt = NULL; variable
113 return (CURRENT_DOMAIN(global_gt)); in textdomain()
H A Dgettext_real.c76 gprintf(0, "***************** global_gt: 0x%p\n", global_gt); in _real_gettext_u()
77 printgt(global_gt, 1); in _real_gettext_u()
338 Gettext_t *gt = global_gt; in process_nlspath()
638 Gettext_t *gt = global_gt; in _real_bindtextdomain_u()
758 Gettext_t *gt = global_gt; in _textdomain_u()
1039 Gettext_t *gt = global_gt; in handle_mo()
H A Dgettext.h190 extern Gettext_t *global_gt;
H A Dgettext_util.c171 Gettext_t *gt = global_gt; in check_cache()
399 Gettext_t *gt = global_gt; in printlist()