Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c63 char *cur_locale, *cur_domain, *result, *nlspath; in _real_gettext_u() local
129 nlspath = getenv("NLSPATH"); /* get the content of NLSPATH */ in _real_gettext_u()
130 if (nlspath == NULL || !*nlspath) { in _real_gettext_u()
140 nlspath = NULL; in _real_gettext_u()
148 (const char *)nlspath, &cur_binding); in _real_gettext_u()
154 nlspath = NULL; in _real_gettext_u()
197 if (nlspath) { in _real_gettext_u()
323 const char *nlspath, char **binding) in process_nlspath() argument
343 cur_msgloc, nlspath, (void *)binding); in process_nlspath()
350 strcmp(cur_nls->nlspath, nlspath) == 0)) { in process_nlspath()
[all …]
H A Dgettext.h132 char *nlspath; /* key: NLSPATH */ member
H A Dgettext_util.c600 gprintf(level, " nlspath: \"%s\"\n", n->nlspath ? n->nlspath : in printnls()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcatopen.c94 char *nlspath, *lang, *territory, *codeset, *locale; in process_nls_path() local
111 nlspath = getenv("NLSPATH"); in process_nls_path()
113 if (nlspath) { in process_nls_path()
143 s = nlspath; in process_nls_path()