HomeSort by: relevance | last modified time | path
    Searched refs:_PathLocale (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/locale/
nb_lc_template.h 144 _DIAGASSERT(_PathLocale != NULL);
145 ret = _PREFIX(create_impl)((const char *)_PathLocale,
201 _DIAGASSERT(_PathLocale != NULL);
203 "%s/" _LOCALE_ALIAS_NAME, _PathLocale);
setlocale.c 46 const char *_PathLocale = NULL;
142 if (issetugid() || ((_PathLocale == NULL &&
143 (_PathLocale = getenv("PATH_LOCALE")) == NULL) ||
144 *_PathLocale == '\0'))
145 _PathLocale = _PATH_LOCALE;
setlocale_local.h 42 extern const char *_PathLocale;
  /src/usr.bin/locale/
locale.c 402 if (_PathLocale == NULL)
406 dirp = opendir(_PathLocale);
408 err(1, "could not open directory '%s'", _PathLocale);
450 _DIAGASSERT(_PathLocale != NULL);
453 "%s/" _LOCALE_ALIAS_NAME, _PathLocale);

Completed in 47 milliseconds