Lines Matching refs:tc_strtouint32
547 TCase *tc_strtouint32 = tcase_create("strtouint32 Tests");
548 tcase_add_test(tc_strtouint32, test_strtouint32_pos_integer_base_10);
549 tcase_add_test(tc_strtouint32, test_strtouint32_neg_integer_base_10);
550 tcase_add_test(tc_strtouint32, test_strtouint32_pos_integer_uintmax_base_10);
551 tcase_add_test(tc_strtouint32, test_strtouint32_pos_integer_overflow_base_10);
552 tcase_add_test(tc_strtouint32, test_strtouint32_mixed_alphanumeric_base_10);
553 tcase_add_test(tc_strtouint32, test_strtouint32_alphaonly_base_10);
554 tcase_add_test(tc_strtouint32, test_strtouint32_alphastart_base_10);
555 tcase_add_test(tc_strtouint32, test_strtouint32_emptystring_base_10);
569 suite_add_tcase(s, tc_strtouint32);