HomeSort by: relevance | last modified time | path
    Searched defs:errlist_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/string/
strerror_r.c 62 char *errlist_prefix; local in function:__weak_alias
67 if (loc->cache->errlist_prefix == NULL) {
68 errlist_prefix = strdup(catgets(catd, 1, 0xffff, UPREFIX));
69 if (errlist_prefix == NULL)
73 if (atomic_cas_ptr(__UNCONST(&loc->cache->errlist_prefix),
74 NULL, errlist_prefix) != NULL)
75 free(errlist_prefix);
112 const char *errlist_prefix; local in function:_strerror_lr
134 errlist_prefix = loc->cache->errlist_prefix;
    [all...]
  /src/lib/libc/locale/
setlocale_local.h 53 const char * errlist_prefix; member in struct:_locale_cache_t

Completed in 12 milliseconds