Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.c59 global_gt = (Gettext_t *)calloc(1, sizeof (Gettext_t)); \
70 Gettext_t *global_gt = NULL;
H A Dgettext.h142 } Gettext_t; typedef
188 extern Gettext_t *global_gt;
212 extern void printgt(Gettext_t *, int);
H A Dgettext_real.c342 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_util.c170 Gettext_t *gt = global_gt; in check_cache()
398 Gettext_t *gt = global_gt; in printlist()
617 printgt(Gettext_t *gt, int level) in printgt()