Searched refs:unexpected (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.h | 217 const void *gotten, const void *unexpected, 220 #define ASSERT_PTR_NE(gotten, unexpected) \ 222 idn_testsuite_assertptrne(ctx__, gotten, unexpected, __FILE__, __LINE__); \
|
H A D | testsuite.c | 408 const void *gotten, const void *unexpected, 416 if (unexpected != gotten) 420 if (unexpected == NULL) 421 msg = "non-NULL unexpected, but got NULL"; 407 idn_testsuite_assertptrne(idn_testsuite_t ctx, const void *gotten, const void *unexpected, const char *file, int lineno) argument
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | master_test.c | 139 ATF_TC(unexpected); variable 140 ATF_TC_HEAD(unexpected, tc) { 145 ATF_TC_BODY(unexpected, tc) { 481 ATF_TP_ADD_TC(tp, unexpected);
|
/bind-9.6-ESV-R11/bin/tests/system/pending/ |
H A D | tests.sh | 26 echo I:unexpected input for replace_data
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | ifiter_ioctl.c | 140 goto unexpected; 168 goto unexpected; 176 unexpected:
|
Completed in 40 milliseconds