Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c281 free_all(nlstmp, nnp, pathname, ppaths, lang)
284 free_all(Nlstmp *nlstmp, Nls_node *nnp, char *pathname, in free_all() argument
289 tp = nlstmp; in free_all()
335 Nlstmp *nlstmp = NULL; in process_nlspath() local
441 if (nlstmp == NULL) { in process_nlspath()
442 nlstmp = pnlstmp; in process_nlspath()
478 if (nlstmp == NULL) { in process_nlspath()
479 nlstmp = pnlstmp; in process_nlspath()
511 pnlstmp = nlstmp; in process_nlspath()
522 nlstmp = NULL; in process_nlspath()
H A Dgettext.h77 typedef struct nlstmp { struct
80 struct nlstmp *next; /* link to the next entry */ argument