Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/locale/
H A Dsetlocale.c88 char *_PathLocale; variable
314 if (_PathLocale == NULL) { in __detect_path_locale()
321 _PathLocale = strdup(p); in __detect_path_locale()
322 if (_PathLocale == NULL) in __detect_path_locale()
325 _PathLocale = _PATH_LOCALE; in __detect_path_locale()
H A Dsetlocale.h37 extern char *_PathLocale;
H A Dldpart.c88 strcpy(filename, _PathLocale); in __part_load_locale()
H A DSymbol.map213 _PathLocale;
H A Dsetrunelocale.c113 if (asprintf(&path, "%s/%s/LC_CTYPE", _PathLocale, encoding) == -1) in __setrunelocale()
H A Dcollate.c137 if (asprintf(&buf, "%s/%s/LC_COLLATE", _PathLocale, encoding) == -1) in __collate_load_tables_l()
/freebsd-13.1/usr.bin/locale/
H A Dlocale.c544 dirp = opendir(_PathLocale); in init_locales_list()
546 err(1, "could not open directory '%s'", _PathLocale); in init_locales_list()