Searched refs:run_nlspath (Results 1 – 1 of 1) sorted by relevance
55 const char *run_nlspath = nlspath; in __open_catalog() local78 while (*run_nlspath != '\0') in __open_catalog()82 if (*run_nlspath == ':') in __open_catalog()91 while (*run_nlspath != ':' && *run_nlspath != '\0') in __open_catalog()92 if (*run_nlspath == '%') in __open_catalog()96 ++run_nlspath; /* We have seen the `%'. */ in __open_catalog()97 switch (*run_nlspath++) in __open_catalog()164 while (*run_nlspath != '\0' && *run_nlspath != ':') in __open_catalog()165 ++run_nlspath; in __open_catalog()172 buf[bufact++] = *run_nlspath++; in __open_catalog()[all …]