Searched refs:errlist_prefix (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libc/string/
H A Dstrerror_r.c62 char *errlist_prefix; local
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
134 errlist_prefix = loc->cache->errlist_prefix;
[all...]
/netbsd-current/lib/libc/locale/
H A Dsetlocale_local.h53 const char * errlist_prefix; member in struct:_locale_cache_t
H A Dglobal_locale.c145 .errlist_prefix = "Unknown error: %d",
H A Dsetlocale.c101 cache->errlist_prefix = NULL;

Completed in 127 milliseconds