| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| thread_tcache_enabled.c | 20 assert_false(e0, "tcache should be disabled"); 35 assert_false(e0, "tcache should be disabled"); 41 assert_false(e0, "tcache should be disabled"); 59 assert_false(e0, "tcache should be disabled");
|
| aligned_alloc.c | 23 assert_false(p != NULL || get_errno() != EINVAL, 30 assert_false(p != NULL || get_errno() != EINVAL, 50 assert_false(p != NULL || get_errno() != ENOMEM, 63 assert_false(p != NULL || get_errno() != ENOMEM, 75 assert_false(p != NULL || get_errno() != ENOMEM,
|
| rallocx.c | 119 assert_false(validate_fill(p, 0, 0, psz), 122 assert_false(validate_fill(p, FILL_BYTE, 0, psz), 130 assert_false(validate_fill(q, FILL_BYTE, 0, 132 assert_false(validate_fill(q, 0, psz, qsz-psz), 142 assert_false(validate_fill(p, FILL_BYTE, 0, psz), 194 assert_false(validate_fill(q, 0, 0, sz), 197 assert_false(validate_fill(q, 0, 0, MAX_VALIDATE), 199 assert_false(validate_fill(
|
| xallocx.c | 324 assert_false(validate_fill(p, 0x00, 0, sz), "Memory not filled: sz=%zu", 332 assert_false(validate_fill(p, FILL_BYTE, 0, sz), 341 assert_false(validate_fill(p, FILL_BYTE, 0, sz), 350 assert_false(validate_fill(p, FILL_BYTE, 0, sz), 352 assert_false(validate_fill(p, 0x00, sz, nsz-sz), 355 assert_false(validate_fill(p, FILL_BYTE, 0, nsz),
|
| /src/external/mpl/bind/dist/tests/dns/ |
| nametree_test.c | 188 assert_false(dns_nametree_covered(counttree, name, NULL, 0)); 208 assert_false(dns_nametree_covered(booltree, name, NULL, 0)); 224 assert_false(dns_nametree_covered(bitstree, name, NULL, 0)); 226 assert_false(dns_nametree_covered(bitstree, name, NULL, 2)); 227 assert_false(dns_nametree_covered(bitstree, name, NULL, 3)); 230 assert_false(dns_nametree_covered(bitstree, name, NULL, 288)); 237 assert_false(dns_nametree_covered(bitstree, name, NULL, 615)); 242 assert_false(dns_nametree_covered(bitstree, name, NULL, 998)); 246 assert_false(dns_nametree_covered(bitstree, name, NULL, 0)); 247 assert_false(dns_nametree_covered(bitstree, name, NULL, 1)) [all...] |
| acl_test.c | 93 assert_false(dns_acl_isinsecure(none)); /* none; */ 94 assert_false(dns_acl_isinsecure(notany)); /* !any; */ 95 assert_false(dns_acl_isinsecure(notnone)); /* !none; */ 99 assert_false(dns_acl_isinsecure(notgeoip)); /* !geoip; */
|
| geoip_test.c | 137 assert_false(entry_exists(subtype, "192.0.2.128")); 139 assert_false(entry_exists(subtype, "::1")); 146 assert_false(entry_exists(subtype, "::1")); 151 assert_false(entry_exists(subtype, "192.0.2.128")); 153 assert_false(entry_exists(subtype, "::1")); 158 assert_false(entry_exists(subtype, "192.0.2.128")); 160 assert_false(entry_exists(subtype, "::1")); 165 assert_false(entry_exists(subtype, "192.0.2.128")); 167 assert_false(entry_exists(subtype, "::1"));
|
| zonemgr_test.c | 153 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); 159 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); 165 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); 175 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); 181 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
|
| qpzone_test.c | 164 assert_false(ownercase_test_one("W.example.org", "\\000.example.org")); 167 assert_false(ownercase_test_one("\\216", "\\246")); 215 assert_false(CASESET(&header));
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| ckh.c | 9 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, 13 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash, 33 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash, 60 assert_false(ckh_search(&ckh, strs[i], kp, vp), 86 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp), 116 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash, 128 assert_false(ckh_insert(tsd, &ckh, p[j], p[j]), 130 assert_false(ckh_search(&ckh, p[j], &q, &r), 141 assert_false(ckh_search(&ckh, p[j], NULL, NULL), 143 assert_false(ckh_remove(tsd, &ckh, p[j], &q, &r) [all...] |
| mtx.c | 9 assert_false(mtx_init(&mtx), "Unexpected mtx_init() failure"); 39 assert_false(mtx_init(&arg.mtx), "Unexpected mtx_init() failure");
|
| hooks.c | 21 assert_false(hook_called, "Nulling out hook didn't take.");
|
| pages.c | 17 assert_false(pages_nohuge(hugepage, HUGEPAGE),
|
| rtree.c | 75 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure"); 99 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure"); 101 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, PAGE, &extent_a, 110 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, ~((uintptr_t)0), 134 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure"); 137 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, keys[i], 172 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure");
|
| witness.c | 124 assert_false(saw_lock_error, "Unexpected witness lock error"); 134 assert_false(saw_lock_error, "Unexpected witness lock error"); 165 assert_false(saw_lock_error, "Unexpected witness lock error"); 198 assert_false(saw_lock_error, "Unexpected witness lock error"); 199 assert_false(saw_not_owner_error, "Unexpected witness not owner error"); 228 assert_false(saw_owner_error, "Unexpected owner error"); 253 assert_false(saw_depth_error, "Unexpected depth error");
|
| mq.c | 16 assert_false(mq_init(&mq), "Unexpected mq_init() failure"); 67 assert_false(mq_init(&mq), "Unexpected mq_init() failure");
|
| ticker.c | 16 assert_false(ticker_tick(&ticker), 37 assert_false(ticker_ticks(&ticker, NTICKS), "Unexpected ticker fire");
|
| arena_reset.c | 219 assert_false(arena_i_initialized(MALLCTL_ARENAS_DESTROYED, false), 232 assert_false(arena_i_initialized(arena_ind, false), 245 assert_false(arena_i_initialized(arena_ind, true), 317 assert_false(arena_i_initialized(arena_ind, false), 326 assert_false(arena_i_initialized(arena_ind, true),
|
| /src/tests/lib/libc/gen/ |
| t_assert.c | 65 ATF_TC(assert_false); variable 66 ATF_TC_HEAD(assert_false, tc) 71 ATF_TC_BODY(assert_false, tc) 144 ATF_TP_ADD_TC(tp, assert_false);
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_192.c | 49 assert_false(void) function
|
| /src/external/mit/libcbor/dist/test/ |
| type_1_test.c | 30 assert_false(cbor_isa_uint(number)); 44 assert_false(cbor_isa_uint(number)); 58 assert_false(cbor_isa_uint(number)); 72 assert_false(cbor_isa_uint(number)); 86 assert_false(cbor_isa_uint(number));
|
| type_0_test.c | 31 assert_false(cbor_isa_negint(number)); 51 assert_false(cbor_isa_negint(number)); 65 assert_false(cbor_isa_negint(number)); 79 assert_false(cbor_isa_negint(number)); 93 assert_false(cbor_isa_negint(number));
|
| /src/external/mpl/bind/dist/tests/isc/ |
| sockaddr_test.c | 137 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 30)); 138 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 32)); 139 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_c, 16));
|
| /src/external/mpl/bind/dist/tests/ns/ |
| listenlist_test.c | 53 assert_false(ISC_LIST_EMPTY(list->elts)); 79 assert_false(ISC_LIST_EMPTY(list->elts));
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pa.c | 63 assert_false(err, ""); 70 assert_false(err, ""); 77 assert_false(err, "");
|