Searched refs:atouint (Results 1 – 3 of 3) sorted by relevance
23 TEST_ASSERT_TRUE(atouint(str, &actual)); in test_RegularPositive()31 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_PositiveOverflowBoundary()38 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_PositiveOverflowBig()45 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_Negative()52 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_IllegalChar()
19 atouint( in atouint() function
5676 * libntp/atouint.c (atouint): ctype macros take ints as args