Searched refs:_PathLocale (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libc/locale/
H A Dsetlocale.h35 extern char *_PathLocale;
H A Dsetlocale.c86 char *_PathLocale; variable
307 * Detect locale storage location and store its value to _PathLocale variable
312 if (_PathLocale == NULL) {
319 _PathLocale = strdup(p);
320 if (_PathLocale == NULL)
323 _PathLocale = _PATH_LOCALE;
H A Dldpart.c85 strcpy(filename, _PathLocale);
H A Dsetrunelocale.c113 if (asprintf(&path, "%s/%s/LC_CTYPE", _PathLocale, encoding) == -1)
H A Dcollate.c127 if (asprintf(&buf, "%s/%s/LC_COLLATE", _PathLocale, encoding) == -1)
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c419 dirp = opendir(_PathLocale);
421 err(1, "could not open directory '%s'", _PathLocale);

Completed in 75 milliseconds