Searched defs:nlspath (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c92 char *nlspath, *lang, *territory, *codeset, *locale; local
111 nlspath = getenv("NLSPATH");
113 if (nlspath) {
143 s = nlspath;
170 } /* if (nlspath) */
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h72 * this structure is used for preserving nlspath templates before
130 char *nlspath; /* key: NLSPATH */ member in struct:nls_node
H A Dgettext_real.c65 char *cur_domain, *result, *nlspath; local
133 nlspath = getenv("NLSPATH"); /* get the content of NLSPATH */
134 if (nlspath == NULL || !*nlspath) {
144 nlspath = NULL;
152 (const char *)nlspath, &cur_binding);
158 nlspath = NULL;
201 if (nlspath) {
327 const char *nlspath, char **binding)
347 cur_msgloc, nlspath, (voi
326 process_nlspath(const char *cur_domain, const char *cur_msgloc, const char *nlspath, char **binding) argument
[all...]

Completed in 59 milliseconds