Home | Sort by: relevance | last modified time | path |
/src/sys/lib/libsa/ | |
strerror.c | 39 } errlist[] = { variable in typeref:typename:const struct mi[] 66 for (mi = errlist; mi->msg; mi++) |
/src/lib/libc/string/ | |
strerror_r.c | 61 const char **errlist; local in function:__weak_alias 78 if (loc->cache->errlist) 81 errlist = calloc(sys_nerr, sizeof(*errlist)); 82 if (errlist == NULL) 85 errlist[i] = strdup(catgets(catd, 1, i, sys_errlist[i])); 86 if (errlist[i] == NULL) 90 if (atomic_cas_ptr(__UNCONST(&loc->cache->errlist), NULL, errlist) != NULL) 96 free(__UNCONST(errlist[i])) 111 const char * const *errlist; local in function:_strerror_lr [all...] |
/src/lib/libc/locale/ | |
setlocale_local.h | 54 const char * const *errlist; member in struct:_locale_cache_t |