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

/freebsd-12-stable/contrib/bc/
H A Dlocale_uninstall.sh44 nlspath="$1"
61 locales=$(gen_nlspath "$destdir/$nlspath" "*" "$main_exec")
H A Dlocale_install.sh169 nlspath="$1"
182 "$scriptdir/locale_uninstall.sh" "$nlspath" "$main_exec" "$destdir"
212 loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec")
232 loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec")
241 linksrc=$(gen_nlspath "$nlspath" "$locale" "$main_exec")
/freebsd-12-stable/lib/libc/nls/
H A Dmsgcat.c131 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; local
196 if ((nlspath = getenv("NLSPATH")) == NULL || issetugid())
197 nlspath = _DEFAULT_NLS_PATH;
199 if ((base = cptr = strdup(nlspath)) == NULL) {
206 while ((nlspath = strsep(&cptr, ":")) != NULL) {
208 if (*nlspath) {
209 for (; *nlspath; ++nlspath) {
210 if (*nlspath == '%') {
211 switch (*(nlspath
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp131 char *nlspath = __kmp_env_get("NLSPATH"); local
139 KMP_HNT(CheckEnvVar, "NLSPATH", nlspath),
146 KMP_INTERNAL_FREE(nlspath);
166 char const *nlspath = __kmp_env_get(name); local
169 KMP_HNT(CheckEnvVar, name, nlspath), __kmp_msg_null);
171 KMP_INTERNAL_FREE(CCAST(char *, nlspath));

Completed in 144 milliseconds