Home
last modified time | relevance | path

Searched refs:nlstmp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c285 free_all(nlstmp, nnp, pathname, ppaths, lang)
288 free_all(Nlstmp *nlstmp, Nls_node *nnp, char *pathname, in free_all() argument
293 tp = nlstmp; in free_all()
339 Nlstmp *nlstmp = NULL; in process_nlspath() local
445 if (nlstmp == NULL) { in process_nlspath()
446 nlstmp = pnlstmp; in process_nlspath()
482 if (nlstmp == NULL) { in process_nlspath()
483 nlstmp = pnlstmp; in process_nlspath()
515 pnlstmp = nlstmp; in process_nlspath()
526 nlstmp = NULL; in process_nlspath()
H A Dgettext.h75 typedef struct nlstmp { struct
78 struct nlstmp *next; /* link to the next entry */ argument