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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrerror.c44 strerror_l(int errnum, locale_t loc) function
57 return (strerror_l(errnum, uselocale(NULL)));
/illumos-gate/usr/src/test/libc-tests/tests/strerror/
H A Dstrerror.c23 * This is designed to test strerorr and strerror_l's ability to react properly
39 * + strerror_l() always reflects the chosen locale
61 r = strerror_l(err, loc);
/illumos-gate/usr/src/head/
H A Dstring.h106 extern char *strerror_l(int, locale_t);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1217 strerror_l.3c \
2259 strerror_l.3c := LINKSRC = strerror.3c

Completed in 86 milliseconds