Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c56 #define test_ctype(x) test_ctype_subset(x, x) macro
61 test_ctype(upper); in main()
62 test_ctype(lower); in main()
63 test_ctype(digit); in main()
64 test_ctype(space); in main()
65 test_ctype(cntrl); in main()
66 test_ctype(punct); in main()
67 test_ctype(xdigit); in main()
68 test_ctype(blank); in main()