Home
last modified time | relevance | path

Searched refs:_PathLocale (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/locale/
H A Dsetlocale.c82 char *_PathLocale; variable
308 if (_PathLocale == NULL) { in __detect_path_locale()
315 _PathLocale = strdup(p); in __detect_path_locale()
316 if (_PathLocale == NULL) in __detect_path_locale()
319 _PathLocale = _PATH_LOCALE; in __detect_path_locale()
H A Dsetlocale.h35 extern char *_PathLocale;
H A Dldpart.c85 strcpy(filename, _PathLocale); in __part_load_locale()
H A DSymbol.map209 _PathLocale;
H A Dsetrunelocale.c110 if (asprintf(&path, "%s/%s/LC_CTYPE", _PathLocale, encoding) == -1) in __setrunelocale()
H A Dcollate.c145 if (asprintf(&buf, "%s/%s/LC_COLLATE", _PathLocale, encoding) == -1) in __collate_load_tables_l()
/freebsd/usr.bin/locale/
H A Dlocale.c542 dirp = opendir(_PathLocale); in init_locales_list()
544 err(1, "could not open directory '%s'", _PathLocale); in init_locales_list()