| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsec3.c | 378 domain_type* walk; in nsec3_clear_precompile() local 389 walk = zone->apex; in nsec3_clear_precompile() 390 while(walk && domain_is_subdomain(walk, zone->apex)) { in nsec3_clear_precompile() 391 if(walk->nsec3) { in nsec3_clear_precompile() 392 if(nsec3_condition_hash(walk, zone)) { in nsec3_clear_precompile() 393 walk->nsec3->nsec3_node.key = NULL; in nsec3_clear_precompile() 394 walk->nsec3->nsec3_cover = NULL; in nsec3_clear_precompile() 395 walk->nsec3->nsec3_wcard_child_cover = NULL; in nsec3_clear_precompile() 396 walk->nsec3->nsec3_is_exact = 0; in nsec3_clear_precompile() 397 if (walk->nsec3->hash_wc) { in nsec3_clear_precompile() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | oacc-init.c | 347 struct goacc_thread *walk; in acc_shutdown_1() local 369 for (walk = goacc_threads; walk != NULL; walk = walk->next) in acc_shutdown_1() 371 if (walk->target_tls) in acc_shutdown_1() 372 base_dev->openacc.destroy_thread_data_func (walk->target_tls); in acc_shutdown_1() 374 walk->target_tls = NULL; in acc_shutdown_1() 378 if (walk->mapped_data) in acc_shutdown_1() 385 if (walk->saved_bound_dev) in acc_shutdown_1() 391 if (walk->dev) in acc_shutdown_1() 393 gomp_mutex_lock (&walk->dev->lock); in acc_shutdown_1() 395 while (walk->dev->mem_map.root) in acc_shutdown_1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | oacc-init.c | 347 struct goacc_thread *walk; in acc_shutdown_1() local 369 for (walk = goacc_threads; walk != NULL; walk = walk->next) in acc_shutdown_1() 371 if (walk->target_tls) in acc_shutdown_1() 372 base_dev->openacc.destroy_thread_data_func (walk->target_tls); in acc_shutdown_1() 374 walk->target_tls = NULL; in acc_shutdown_1() 378 if (walk->mapped_data) in acc_shutdown_1() 385 if (walk->saved_bound_dev) in acc_shutdown_1() 391 if (walk->dev) in acc_shutdown_1() 393 gomp_mutex_lock (&walk->dev->lock); in acc_shutdown_1() 395 while (walk->dev->mem_map.root) in acc_shutdown_1() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | unitneg.c | 247 rbnode_type* walk; in remove_item() local 257 walk = rbtree_first(&neg->tree); /* first highest parent, big count */ in remove_item() 258 z = (struct val_neg_zone*)walk; in remove_item() 263 walk = rbtree_first(&neg->tree); in remove_item() 264 z = (struct val_neg_zone*)walk; in remove_item() 265 while(i!=n+1 && walk && walk != RBTREE_NULL && !z->in_use) { in remove_item() 266 walk = rbtree_next(walk); in remove_item() 267 z = (struct val_neg_zone*)walk; in remove_item() 271 if(!walk || walk == RBTREE_NULL) { in remove_item() 283 walk = rbtree_first(&z->tree); /* first is highest parent */ in remove_item() [all …]
|
| H A D | testpkts.c | 792 uint8_t* walk = p; in get_serial() local 800 walk += LDNS_HEADER_SIZE; in get_serial() 805 (void)sldns_wire2str_rrquestion_scan(&walk, &walk_len, in get_serial() 808 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial() 814 uint8_t* dstart = walk; in get_serial() 838 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial() 900 uint8_t* walk = pkt; in get_do_flag() local 902 if(!pkt_find_edns_opt(&walk, &walk_len)) { in get_do_flag() 907 edns_bits = sldns_read_uint16(walk+4); in get_do_flag() 975 uint8_t* walk = pkt; in zerottls() local [all …]
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | soelim.c | 93 char *walk, *cp; in soelim_file() local 106 walk = line + 3; in soelim_file() 107 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) { in soelim_file() 112 while (isspace(*walk)) in soelim_file() 113 walk++; in soelim_file() 115 cp = walk; in soelim_file() 122 if (*walk == '\0') { in soelim_file() 126 if (soelim_file(soelim_fopen(walk), flag) == 1) { in soelim_file()
|
| H A D | mandocd.c | 64 int *walk; in read_fds() local 109 walk = (int *)CMSG_DATA(cmsg); in read_fds() 111 fds[cnt] = *walk++; in read_fds()
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| H A D | type-add-unnamed-struct.c | 15 const char **walk; in main() local 45 for (walk = membs; *walk != NULL; walk++) in main() 47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0) in main() 49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset); in main() 68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn))); in main()
|
| /netbsd-src/lib/libc/regex/ |
| H A D | engine.c | 58 #define walk swalk macro 69 #define walk lwalk macro 80 #define walk mwalk macro 116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … 315 endp = walk(m, start, stop, gf, gl, true); in matcher() 327 endp = walk(m, m->coldp, stop, gf, gl, false); in matcher() 371 endp = walk(m, m->coldp, endp-1, gf, gl, false); in matcher() 506 rest = walk(m, sp, stp, ss, es, false); in dissect() 509 tail = walk(m, rest, stop, es, stopst, false); in dissect() 519 if (walk(m, sp, rest, ssub, esub, false) != NULL) { in dissect() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | zpool_iter.c | 204 uu_avl_walk_t *walk; in pool_list_free() local 207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) { in pool_list_free() 213 while ((node = uu_avl_walk_next(walk)) != NULL) { in pool_list_free() 219 uu_avl_walk_end(walk); in pool_list_free()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | ddt_zap.c | 110 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk() argument 116 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk() 130 *walk = zap_cursor_serialize(&zc); in ddt_zap_walk()
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-link.c | 737 ctf_dict_t **walk; in ctf_link_deduplicating_open_inputs() local 750 walk = dedup_inputs; in ctf_link_deduplicating_open_inputs() 781 parents_[walk - dedup_inputs] = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() 782 *walk = one_input->clin_fp; in ctf_link_deduplicating_open_inputs() 783 walk++; in ctf_link_deduplicating_open_inputs() 803 *walk = parent_fp; in ctf_link_deduplicating_open_inputs() 804 parent_i = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() 805 walk++; in ctf_link_deduplicating_open_inputs() 825 parents_[walk - dedup_inputs] = parent_i; in ctf_link_deduplicating_open_inputs() 827 parents_[walk - dedup_inputs] = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() [all …]
|
| H A D | ctf-hash.c | 499 ctf_next_hkv_t *walk; in ctf_dynhash_next_sorted() local 512 walk = i->u.ctn_sorted_hkv; in ctf_dynhash_next_sorted() 518 walk->hkv_key = key; in ctf_dynhash_next_sorted() 519 walk->hkv_value = value; in ctf_dynhash_next_sorted() 520 walk++; in ctf_dynhash_next_sorted()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-link.c | 723 ctf_dict_t **walk; in ctf_link_deduplicating_open_inputs() local 736 walk = dedup_inputs; in ctf_link_deduplicating_open_inputs() 767 parents_[walk - dedup_inputs] = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() 768 *walk = one_input->clin_fp; in ctf_link_deduplicating_open_inputs() 769 walk++; in ctf_link_deduplicating_open_inputs() 789 *walk = parent_fp; in ctf_link_deduplicating_open_inputs() 790 parent_i = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() 791 walk++; in ctf_link_deduplicating_open_inputs() 811 parents_[walk - dedup_inputs] = parent_i; in ctf_link_deduplicating_open_inputs() 813 parents_[walk - dedup_inputs] = walk - dedup_inputs; in ctf_link_deduplicating_open_inputs() [all …]
|
| H A D | ctf-hash.c | 499 ctf_next_hkv_t *walk; in ctf_dynhash_next_sorted() local 512 walk = i->u.ctn_sorted_hkv; in ctf_dynhash_next_sorted() 518 walk->hkv_key = key; in ctf_dynhash_next_sorted() 519 walk->hkv_value = value; in ctf_dynhash_next_sorted() 520 walk++; in ctf_dynhash_next_sorted()
|
| /netbsd-src/external/bsd/unbound/dist/validator/ |
| H A D | val_sigcrypt.c | 1273 struct canon_rr* walk; in rrset_canonical() local 1296 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical() 1299 + d->rr_len[walk->rr_idx]) { in rrset_canonical() 1312 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonical() 1313 d->rr_len[walk->rr_idx]); in rrset_canonical() 1314 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]); in rrset_canonical() 1342 struct canon_rr* walk; in rrset_canonicalize_to_buffer() local 1359 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer() 1362 + d->rr_len[walk->rr_idx]) { in rrset_canonicalize_to_buffer() 1378 sldns_buffer_write_u32(buf, d->rr_ttl[walk->rr_idx]); in rrset_canonicalize_to_buffer() [all …]
|
| H A D | val_neg.c | 681 rbnode_type* walk, *next; in wipeout() local 709 walk = rbtree_next(&el->node); in wipeout() 710 while(walk && walk != RBTREE_NULL) { in wipeout() 711 cur = (struct val_neg_data*)walk; in wipeout() 717 walk = rbtree_next(walk); in wipeout() 730 next = rbtree_next(walk); in wipeout() 744 walk = next; in wipeout()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_iter.c | 381 uu_avl_walk_t *walk; in zfs_for_each() local 483 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) in zfs_for_each() 486 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_for_each() 492 uu_avl_walk_end(walk); in zfs_for_each()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | txtwalk.h | 79 int walk(char *, size_t, const struct lookfor *, size_t);
|
| /netbsd-src/games/hack/ |
| H A D | hack.cmd.c | 167 walk: in rhack() 204 goto walk; in rhack()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | domwalk.h | 73 void walk (basic_block);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | domwalk.h | 73 void walk (basic_block);
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | ddt.h | 164 uint64_t *walk); 173 enum ddt_class cls, uint64_t *walk, ddt_entry_t *dde);
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | dbiterator_test.c | 77 /* walk: walk a database */ 111 ISC_RUN_TEST_IMPL(walk) { in test_walk() 131 /* reverse: walk database backwards */ in test_reverse() 185 /* seek: walk database starting at a particular node */ in test_seek_node() 226 /* now reset the iterator and walk backwards */ in ISC_RUN_TEST_IMPL() 273 * seek_emty: walk database starting at an empty nonterminal node 315 * seek_nx: walk database starting at a nonexistent node in ISC_RUN_TEST_IMPL() 372 ISC_TEST_ENTRY(walk) 114 ISC_RUN_TEST_IMPL(walk) ISC_RUN_TEST_IMPL() argument
|
| /netbsd-src/external/cddl/osnet/dist/common/acl/ |
| H A D | acl_common.h | 51 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
|