Searched defs:tc_strtouint16 (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dstrtonum-tests.c557 TCase *tc_strtouint16 = tcase_create("strtouint16 Tests"); local
558 tcase_add_test(tc_strtouint16, test_strtouint16_pos_integer_base_10);
559 tcase_add_test(tc_strtouint16, test_strtouint16_neg_integer_base_10);
560 tcase_add_test(tc_strtouint16, test_strtouint16_pos_integer_uintmax_base_10);
561 tcase_add_test(tc_strtouint16, test_strtouint16_pos_integer_overflow_base_10);
562 tcase_add_test(tc_strtouint16, test_strtouint16_mixed_alphanumeric_base_10);
563 tcase_add_test(tc_strtouint16, test_strtouint16_alphaonly_base_10);
564 tcase_add_test(tc_strtouint16, test_strtouint16_alphastart_base_10);
565 tcase_add_test(tc_strtouint16, test_strtouint16_emptystring_base_10);
570 suite_add_tcase(s, tc_strtouint16);
[all...]

Completed in 12 milliseconds