Home
last modified time | relevance | path

Searched refs:uchar_tests (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Duchar.c725 static const uchar_test_t uchar_tests[] = { variable
762 uint_t ntests = ARRAY_SIZE(uchar_tests); in main()
771 if (uchar_tests[i].ut_locale != NULL) { in main()
772 update_locale(uchar_tests[i].ut_locale); in main()
777 r = uchar_tests[i].ut_func(); in main()
779 uchar_tests[i].ut_test); in main()