Home
last modified time | relevance | path

Searched refs:nlspath (Results 1 – 3 of 3) sorted by relevance

/catgets/
A Dcatgets.c35 const char *nlspath = NULL; in catopen() local
51 nlspath = getenv ("NLSPATH"); in catopen()
52 if (nlspath != NULL && *nlspath != '\0') in catopen()
55 size_t len = strlen (nlspath) + 1 + sizeof NLSPATH; in catopen()
61 __stpcpy (__stpcpy (__stpcpy (tmp, nlspath), ":"), NLSPATH); in catopen()
62 nlspath = tmp; in catopen()
65 nlspath = NLSPATH; in catopen()
74 else if (__open_catalog (cat_name, nlspath, env_var, result) != 0) in catopen()
A Dcatgetsinfo.h53 extern int __open_catalog (const char *cat_name, const char *nlspath,
A Dopen_catalog.c38 __open_catalog (const char *cat_name, const char *nlspath, const char *env_var, in __open_catalog() argument
51 if (strchr (cat_name, '/') != NULL || nlspath == NULL) in __open_catalog()
55 const char *run_nlspath = nlspath; in __open_catalog()

Completed in 4 milliseconds