/netbsd-src/external/bsd/ntp/dist/tests/libntp/ |
H A D | authkeys.c | 101 TEST_ASSERT_FALSE(authistrusted(KEYNO)); in test_AddUntrustedKey() 120 TEST_ASSERT_FALSE(auth_havekey(KEYNO)); in test_HaveKeyIncorrect() 121 TEST_ASSERT_FALSE(authhavekey(KEYNO)); in test_HaveKeyIncorrect() 139 TEST_ASSERT_FALSE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY)); in test_EmptyKey() 220 TEST_ASSERT_FALSE(keyacc_amatch(NULL, NULL, 0)); in test_AddrMatch_anull() 221 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ipn, 0)); in test_AddrMatch_anull() 222 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ip4, 0)); in test_AddrMatch_anull() 223 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ip6, 0)); in test_AddrMatch_anull() 225 TEST_ASSERT_FALSE(keyacc_amatch(&ipn, NULL, 0)); in test_AddrMatch_anull() 226 TEST_ASSERT_FALSE(keyacc_amatch(&ipn, &ipn, 0)); in test_AddrMatch_anull() [all …]
|
H A D | atouint.c | 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()
|
H A D | atoint.c | 38 TEST_ASSERT_FALSE(atoint(str, &val)); in test_PositiveOverflowBoundary() 45 TEST_ASSERT_FALSE(atoint(str, &val)); in test_NegativeOverflowBoundary() 52 TEST_ASSERT_FALSE(atoint(str, &val)); in test_PositiveOverflowBig() 59 TEST_ASSERT_FALSE(atoint(str, &val)); in test_IllegalCharacter()
|
H A D | lfpfunc.c | 478 TEST_ASSERT_FALSE(l_isgt(op2, op1)); in test_SignedRelOps() 481 TEST_ASSERT_FALSE(l_isgeq(op2, op1)); in test_SignedRelOps() 483 TEST_ASSERT_FALSE(l_isequ(op1, op2)); in test_SignedRelOps() 484 TEST_ASSERT_FALSE(l_isequ(op2, op1)); in test_SignedRelOps() 487 TEST_ASSERT_FALSE(l_isgt(op1, op2)); in test_SignedRelOps() 488 TEST_ASSERT_FALSE(l_isgt(op2, op1)); in test_SignedRelOps() 522 TEST_ASSERT_FALSE(l_isgtu(op2, op1)); in test_UnsignedRelOps() 525 TEST_ASSERT_FALSE(l_ishis(op2, op1)); in test_UnsignedRelOps() 528 TEST_ASSERT_FALSE(l_isgtu(op1, op2)); in test_UnsignedRelOps() 529 TEST_ASSERT_FALSE(l_isgtu(op2, op1)); in test_UnsignedRelOps()
|
H A D | octtoint.c | 73 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_Overflow() 84 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_IllegalCharacter() 95 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_IllegalDigit()
|
H A D | hextoint.c | 46 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_Overflow() 53 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_IllegalChar()
|
H A D | buftvtots.c | 75 TEST_ASSERT_FALSE(buftvtots((const char*)(&input), &actual)); in test_IllegalMicroseconds() 93 TEST_ASSERT_FALSE(buftvtots("", &actual)); in test_AlwaysFalseOnWindows()
|
H A D | hextolfp.c | 68 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalNumberOfInteger() 76 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalChar()
|
H A D | sbprintf.c | 77 TEST_ASSERT_FALSE(strcmp(ba, "1234")); in test_SimpleArgs() 95 TEST_ASSERT_FALSE(strcmp(ba, "1234frob")); in test_Increment1()
|
H A D | recvbuff.c | 27 TEST_ASSERT_FALSE(has_full_recv_buffer()); in test_Initialization()
|
H A D | timespecops.c | 226 TEST_ASSERT_FALSE(timespec_isValid(x)); in test_Helpers1() 232 TEST_ASSERT_FALSE(timespec_isValid(x)); in test_Helpers1() 598 TEST_ASSERT_FALSE(AssertTimespecClose(x, y, limit)); in test_Helpers2()
|
/netbsd-src/external/bsd/ntp/dist/tests/ntpd/ |
H A D | t-ntp_scanner.c | 36 TEST_ASSERT_FALSE(lex_init_stack(NULL,NULL)); in test_IncorrectlyInitializeLexStack() 56 TEST_ASSERT_FALSE(temp); in test_PopEmptyStack() 69 TEST_ASSERT_FALSE(temp); in test_IsInteger() 71 TEST_ASSERT_FALSE(temp); in test_IsInteger() 75 TEST_ASSERT_FALSE(temp); in test_IsInteger() 83 TEST_ASSERT_FALSE(temp); in test_IsUint() 111 TEST_ASSERT_FALSE(temp); in test_SpecialSymbols() 113 TEST_ASSERT_FALSE(temp); in test_SpecialSymbols() 130 TEST_ASSERT_FALSE(temp); in test_EOC() 132 TEST_ASSERT_FALSE(temp); in test_EOC()
|
H A D | ntp_prio_q.c | 75 TEST_ASSERT_FALSE(empty(q)); in test_OneElementQueue()
|
/netbsd-src/external/bsd/ntp/dist/sntp/tests/ |
H A D | kodDatabase.c | 113 TEST_ASSERT_FALSE(result1->timestamp == result2->timestamp); in test_AddDuplicate()
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity.h | 73 #define TEST_ASSERT_FALSE(condition) … macro
|