| /src/lib/libc/string/ |
| strerror_r.c | 62 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...] |
| strerror_r.c | 62 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...] |
| /src/lib/libc/locale/ |
| setlocale_local.h | 53 const char * errlist_prefix; member in struct:_locale_cache_t
|
| setlocale_local.h | 53 const char * errlist_prefix; member in struct:_locale_cache_t
|