Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/libc-tests/tests/
H A Duchar.c762 uint_t ntests = ARRAY_SIZE(uchar_tests); in main() local
764 for (i = 0; i < ntests; i++) { in main()
785 (void) printf("%d/%d test%s passed\n", passes, ntests, in main()
787 return (passes == ntests ? EXIT_SUCCESS : EXIT_FAILURE); in main()