Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/locale/
H A Dsetlocale.c85 char *_PathLocale; variable
311 if (_PathLocale == NULL) { in __detect_path_locale()
318 _PathLocale = strdup(p); in __detect_path_locale()
319 if (_PathLocale == NULL) in __detect_path_locale()
322 _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-14.2/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()