Lines Matching refs:nlspath
131 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
196 if ((nlspath = secure_getenv("NLSPATH")) == NULL) in __catopen_l()
197 nlspath = _DEFAULT_NLS_PATH; in __catopen_l()
199 if ((base = cptr = strdup(nlspath)) == NULL) { in __catopen_l()
206 while ((nlspath = strsep(&cptr, ":")) != NULL) { in __catopen_l()
208 if (*nlspath) { in __catopen_l()
209 for (; *nlspath; ++nlspath) { in __catopen_l()
210 if (*nlspath == '%') { in __catopen_l()
211 switch (*(nlspath + 1)) { in __catopen_l()
228 ++nlspath; in __catopen_l()
234 *(pathP++) = *nlspath; in __catopen_l()
237 ++nlspath; in __catopen_l()
253 *(pathP++) = *nlspath; in __catopen_l()
264 --nlspath; in __catopen_l()