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

/sssd-io/src/tests/
H A Dstrtonum-tests.c547 TCase *tc_strtouint32 = tcase_create("strtouint32 Tests"); local
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);
[all...]

Completed in 9 milliseconds