Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Datouint.c23 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()
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Datouint.c19 atouint( in atouint() function
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.05676 * libntp/atouint.c (atouint): ctype macros take ints as args