Home
last modified time | relevance | path

Searched refs:Nls_node (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h133 } Nls_node; typedef
139 Nls_node *n_node; /* link to the Nls_node cache */
141 Nls_node *c_n_node; /* link to the current Nls_node */
H A Dgettext_real.c288 free_all(Nlstmp *nlstmp, Nls_node *nnp, char *pathname, in free_all()
341 Nls_node *cur_nls, *nnp; in process_nlspath()
373 nnp = calloc(1, sizeof (Nls_node)); in process_nlspath()
H A Dgettext_util.c594 printnls(Nls_node *n, int level) in printnls()