Searched defs:nlstmp (Results 1 - 2 of 2) sorted by relevance

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

Completed in 72 milliseconds