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

/illumos-gate/usr/src/test/libc-tests/tests/strerror/
H A Dstrerror.c57 strerror_l_verify(locale_t loc, const char *exp) function
85 strerror_l_verify(NULL, en);
86 strerror_l_verify(loc, trans);
90 strerror_l_verify(NULL, trans);
91 strerror_l_verify(loc, trans);
95 strerror_l_verify(NULL, en);
96 strerror_l_verify(loc, trans);

Completed in 55 milliseconds