lib/libagentx/agentx.c
2477
RB_REMOVE(axc_objects, &(axo->axo_axr->axr_axc->axc_objects), axo);
lib/libagentx/agentx.c
321
RB_REMOVE(ax_requests, &(ax->ax_requests), axr);
lib/libagentx/agentx.c
4111
RB_REMOVE(ax_requests, &(ax->ax_requests), axr);
lib/libcrypto/x509/x509_issuer_cache.c
90
RB_REMOVE(x509_issuer_tree, &x509_issuer_cache, old);
libexec/snmpd/snmpd_metrics/kroute.c
518
if (RB_REMOVE(kroute_tree, &kt->krt, kr) == NULL) {
libexec/snmpd/snmpd_metrics/kroute.c
632
if (RB_REMOVE(kroute6_tree, &kt->krt6, kr) == NULL) {
libexec/snmpd/snmpd_metrics/kroute.c
854
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
libexec/snmpd/snmpd_metrics/kroute.c
949
RB_REMOVE(ka_tree, &kat, ka);
regress/sys/sys/tree/rb/rb-test.c
230
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
241
assert(RB_REMOVE(tree, &root, tmp) == tmp);
regress/sys/sys/tree/rb/rb-test.c
280
assert(RB_REMOVE(tree, &root, tmp) == tmp);
regress/sys/sys/tree/rb/rb-test.c
316
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
334
if (RB_REMOVE(tree, &root, ins) != ins)
regress/sys/sys/tree/rb/rb-test.c
362
if (RB_REMOVE(tree, &root, ins) == NULL)
regress/sys/sys/tree/rb/rb-test.c
381
if (RB_REMOVE(tree, &root, ins) != ins)
regress/sys/sys/tree/rb/rb-test.c
407
if (RB_REMOVE(tree, &root, ins) == NULL)
regress/sys/sys/tree/rb/rb-test.c
447
if (RB_REMOVE(tree, &root, ins) == NULL)
regress/sys/sys/tree/rb/rb-test.c
513
assert(RB_REMOVE(tree, &root, tmp) == tmp);
regress/sys/sys/tree/rb/rb-test.c
581
assert(RB_REMOVE(tree, &root, tmp) == tmp);
regress/sys/sys/tree/rb/rb-test.c
613
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
639
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
688
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
737
assert(RB_REMOVE(tree, &root, ins) == ins);
regress/sys/sys/tree/rb/rb-test.c
763
if (RB_REMOVE(tree, &root, tmp) != tmp)
regress/sys/sys/tree/rb/rb-test.c
785
if (RB_REMOVE(tree, &root, tmp) != tmp)
regress/sys/sys/tree/rb/rb-test.c
807
if (RB_REMOVE(tree, &root, tmp) != tmp)
regress/sys/sys/tree/rb/rb-test.c
831
if (RB_REMOVE(tree, &root, tmp) != tmp)
regress/sys/sys/tree/rb/rb-test.c
855
if (RB_REMOVE(tree, &root, tmp) != tmp)
sbin/iked/config.c
129
(void)RB_REMOVE(iked_addrpool, &env->sc_addrpool, sa);
sbin/iked/config.c
133
(void)RB_REMOVE(iked_addrpool6, &env->sc_addrpool6, sa);
sbin/iked/config.c
315
RB_REMOVE(iked_flows, head, flow);
sbin/iked/config.c
344
RB_REMOVE(iked_activesas, &env->sc_activesas, csa);
sbin/iked/config.c
585
RB_REMOVE(iked_sas, &env->sc_sas, sa);
sbin/iked/config.c
596
RB_REMOVE(iked_users, &env->sc_users, usr);
sbin/iked/ikev2.c
4772
RB_REMOVE(iked_addrpool, &env->sc_addrpool, sa);
sbin/iked/ikev2.c
4778
RB_REMOVE(iked_addrpool6, &env->sc_addrpool6, sa);
sbin/iked/ikev2.c
6560
RB_REMOVE(iked_activesas, &env->sc_activesas, ocsa);
sbin/iked/ikev2.c
6607
RB_REMOVE(iked_flows, &env->sc_activeflows, flow);
sbin/iked/ikev2.c
6623
RB_REMOVE(iked_flows, &env->sc_activeflows, oflow);
sbin/iked/ikev2.c
6708
RB_REMOVE(iked_activesas, &env->sc_activesas, csa);
sbin/iked/ikev2.c
6929
RB_REMOVE(iked_activesas, &env->sc_activesas, csa);
sbin/iked/ikev2.c
7189
if (RB_REMOVE(iked_addrpool, &env->sc_addrpool, osa)
sbin/iked/ikev2.c
7197
if (RB_REMOVE(iked_addrpool6, &env->sc_addrpool6, osa)
sbin/iked/ikev2.c
7499
RB_REMOVE(iked_flows, &env->sc_activeflows, flow);
sbin/iked/ikev2.c
7512
RB_REMOVE(iked_flows, &env->sc_activeflows, oflow);
sbin/iked/parse.y
3203
RB_REMOVE(iked_flows, &pol.pol_flows, flow);
sbin/iked/policy.c
615
RB_REMOVE(iked_sas, &env->sc_sas, sa->sa_nexti);
sbin/iked/policy.c
624
RB_REMOVE(iked_sas, &env->sc_sas, sa->sa_nextr);
sbin/iked/policy.c
657
RB_REMOVE(iked_sas, &env->sc_sas, sa);
sbin/iked/policy.c
672
RB_REMOVE(iked_flows, &env->sc_activeflows, flow);
sbin/iked/policy.c
917
RB_REMOVE(iked_dstid_sas, &env->sc_dstid_sas, sa);
sbin/init/init.c
777
RB_REMOVE(session_tree, &session_tree, sp);
sbin/pfctl/parse.y
6153
RB_REMOVE(pfr_ktablehead, ktables, kt);
sbin/pfctl/pfctl.c
1950
RB_REMOVE(pfr_ktablehead, &pfr_ktables, kt);
sbin/unwind/frontend.c
1606
RB_REMOVE(bl_tree, &bl_head, n);
sbin/unwind/parse.y
336
RB_REMOVE(force_tree, &$5, n);
sbin/unwind/unwind.c
668
RB_REMOVE(force_tree, &conf->force, n);
sbin/unwind/unwind.c
691
RB_REMOVE(force_tree, &xconf->force, n);
sys/net/pf.c
926
RB_REMOVE(pf_src_tree, &tree_src_tracking, sn);
sys/net/pf_if.c
279
RB_REMOVE(pfi_ifhead, &pfi_ifs, kif);
sys/net/pf_norm.c
248
RB_REMOVE(pf_frag_tree, &frnode->fn_tree, frag);
sys/net/pf_norm.c
253
RB_REMOVE(pf_frnode_tree, &pf_frnode_tree, frnode);
sys/net/pf_ruleset.c
217
RB_REMOVE(pf_anchor_global, &pf_anchors,
sys/net/pf_ruleset.c
300
RB_REMOVE(pf_anchor_global, &pf_anchors, ruleset->anchor);
sys/net/pf_ruleset.c
302
RB_REMOVE(pf_anchor_node, &parent->children,
sys/net/pf_table.c
2264
RB_REMOVE(pfr_ktablehead, &pfr_ktables, kt);
usr.bin/ctfconv/parse.c
515
RB_REMOVE(ioff_tree, cuot, it);
usr.bin/cvs/checkout.c
382
RB_REMOVE(cvs_flisthead,
usr.bin/cvs/file.c
638
RB_REMOVE(cvs_flisthead, fl, f);
usr.bin/doas/env.c
193
RB_REMOVE(envtree, &env->root, node);
usr.bin/du/du.c
262
RB_REMOVE(ltree, &links, le);
usr.bin/mg/tags.c
149
RB_REMOVE(tagtree, &tags, var);
usr.bin/ssh/krl.c
150
RB_REMOVE(revoked_serial_tree, &rc->revoked_serials, rs);
usr.bin/ssh/krl.c
154
RB_REMOVE(revoked_key_id_tree, &rc->revoked_key_ids, rki);
usr.bin/ssh/krl.c
173
RB_REMOVE(revoked_blob_tree, &krl->revoked_keys, rb);
usr.bin/ssh/krl.c
178
RB_REMOVE(revoked_blob_tree, &krl->revoked_sha1s, rb);
usr.bin/ssh/krl.c
183
RB_REMOVE(revoked_blob_tree, &krl->revoked_sha256s, rb);
usr.bin/ssh/krl.c
297
RB_REMOVE(revoked_serial_tree, rt, crs);
usr.bin/ssh/krl.c
310
RB_REMOVE(revoked_serial_tree, rt, crs);
usr.bin/ssh/srclimit.c
223
if (RB_REMOVE(penalties_by_expiry, by_expiry,
usr.bin/ssh/srclimit.c
225
RB_REMOVE(penalties_by_addr, by_addr,
usr.bin/ssh/srclimit.c
324
if (RB_REMOVE(penalties_by_expiry, by_expiry, p) != p ||
usr.bin/ssh/srclimit.c
325
RB_REMOVE(penalties_by_addr, by_addr, p) != p)
usr.bin/ssh/srclimit.c
450
if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing)
usr.bin/systat/cache.c
180
RB_REMOVE(sc_tree, &sctree, ent);
usr.bin/tmux/arguments.c
438
RB_REMOVE(args_tree, &args->tree, entry);
usr.bin/tmux/cmd-rename-session.c
72
RB_REMOVE(sessions, &sessions, s);
usr.bin/tmux/cmd-wait-for.c
114
RB_REMOVE(wait_channels, &wait_channels, wc);
usr.bin/tmux/control.c
210
RB_REMOVE(control_sub_panes, &csub->panes, csp);
usr.bin/tmux/control.c
214
RB_REMOVE(control_sub_windows, &csub->windows, csw);
usr.bin/tmux/control.c
219
RB_REMOVE(control_subs, &cs->subs, csub);
usr.bin/tmux/control.c
302
RB_REMOVE(control_panes, &cs->panes, cp);
usr.bin/tmux/environ.c
177
RB_REMOVE(environ, env, envent);
usr.bin/tmux/environ.c
64
RB_REMOVE(environ, env, envent);
usr.bin/tmux/file.c
150
RB_REMOVE(client_files, cf->tree, cf);
usr.bin/tmux/file.c
561
RB_REMOVE(client_files, cf->tree, cf);
usr.bin/tmux/file.c
670
RB_REMOVE(client_files, files, cf);
usr.bin/tmux/file.c
691
RB_REMOVE(client_files, cf->tree, cf);
usr.bin/tmux/format.c
3775
RB_REMOVE(format_entry_tree, &ft->tree, fe);
usr.bin/tmux/format.c
438
RB_REMOVE(format_job_tree, jobs, fj);
usr.bin/tmux/hyperlinks.c
123
RB_REMOVE(hyperlinks_by_inner_tree, &hl->by_inner, hlu);
usr.bin/tmux/hyperlinks.c
124
RB_REMOVE(hyperlinks_by_uri_tree, &hl->by_uri, hlu);
usr.bin/tmux/key-bindings.c
147
RB_REMOVE(key_bindings, &table->key_bindings, bd);
usr.bin/tmux/key-bindings.c
151
RB_REMOVE(key_bindings, &table->default_key_bindings, bd);
usr.bin/tmux/key-bindings.c
212
RB_REMOVE(key_bindings, &table->key_bindings, bd);
usr.bin/tmux/key-bindings.c
250
RB_REMOVE(key_bindings, &table->key_bindings, bd);
usr.bin/tmux/key-bindings.c
255
RB_REMOVE(key_tables, &key_tables, table);
usr.bin/tmux/key-bindings.c
300
RB_REMOVE(key_tables, &key_tables, table);
usr.bin/tmux/options.c
357
RB_REMOVE(options_tree, &oo->tree, o);
usr.bin/tmux/options.c
404
RB_REMOVE(options_array, &o->value.array, a);
usr.bin/tmux/paste.c
143
RB_REMOVE(paste_name_tree, &paste_by_name, pb);
usr.bin/tmux/paste.c
144
RB_REMOVE(paste_time_tree, &paste_by_time, pb);
usr.bin/tmux/paste.c
236
RB_REMOVE(paste_name_tree, &paste_by_name, pb);
usr.bin/tmux/server-acl.c
116
RB_REMOVE(server_acl_entries, &server_acl_entries, user);
usr.bin/tmux/server-client.c
2700
RB_REMOVE(client_windows, &c->windows, cw);
usr.bin/tmux/server-client.c
454
RB_REMOVE(client_windows, &c->windows, cw);
usr.bin/tmux/session.c
210
RB_REMOVE(sessions, &sessions, s);
usr.bin/tmux/session.c
582
RB_REMOVE(session_groups, &session_groups, sg);
usr.bin/tmux/utf8.c
309
RB_REMOVE(utf8_width_cache, &utf8_width_cache, old);
usr.bin/tmux/utf8.c
414
RB_REMOVE(utf8_width_cache, &utf8_width_cache, uw);
usr.bin/tmux/window.c
1032
RB_REMOVE(window_pane_tree, &all_window_panes, wp);
usr.bin/tmux/window.c
1689
RB_REMOVE(winlinks, &s->windows, wl);
usr.bin/tmux/window.c
207
RB_REMOVE(winlinks, wwl, wl);
usr.bin/tmux/window.c
349
RB_REMOVE(windows, &windows, w);
usr.sbin/bgpd/bgpd.c
679
RB_REMOVE(flowspec_tree, &conf->flowspecs, f);
usr.sbin/bgpd/bgpd.c
691
RB_REMOVE(prefixset_tree, &ps->psitems, psi);
usr.sbin/bgpd/config.c
152
RB_REMOVE(flowspec_tree, flowspecs, f);
usr.sbin/bgpd/config.c
207
RB_REMOVE(prefixset_tree, p, psi);
usr.sbin/bgpd/config.c
218
RB_REMOVE(roa_tree, r, roa);
usr.sbin/bgpd/config.c
238
RB_REMOVE(aspa_tree, a, aspa);
usr.sbin/bgpd/config.c
288
RB_REMOVE(peer_head, &conf->peers, p);
usr.sbin/bgpd/config.c
377
RB_REMOVE(flowspec_tree, &conf->flowspecs, f);
usr.sbin/bgpd/config.c
444
RB_REMOVE(peer_head, &xconf->peers, p);
usr.sbin/bgpd/config.c
451
RB_REMOVE(peer_head, &conf->peers, np);
usr.sbin/bgpd/config.c
490
RB_REMOVE(peer_head, &conf->peers, p);
usr.sbin/bgpd/kroute.c
1118
if (RB_REMOVE(kredist_tree, &kt->kredist, r) == NULL) {
usr.sbin/bgpd/kroute.c
1779
RB_REMOVE(kroute_tree, &kt->krt, krm);
usr.sbin/bgpd/kroute.c
1849
RB_REMOVE(kroute6_tree, &kt->krt6, krm);
usr.sbin/bgpd/kroute.c
2022
RB_REMOVE(knexthop_tree, KT2KNT(kt), kn);
usr.sbin/bgpd/kroute.c
2074
RB_REMOVE(kif_tree, &kit, kif);
usr.sbin/bgpd/rde.c
3808
if (RB_REMOVE(rde_pftable_tree, &pftable_tree, pfn) == NULL)
usr.sbin/bgpd/rde_peer.c
547
RB_REMOVE(peer_tree, &peertable, peer);
usr.sbin/bgpd/rde_prefix.c
439
if (RB_REMOVE(pt_tree, &pttable, pte) == NULL)
usr.sbin/bgpd/rde_rib.c
1443
RB_REMOVE(nexthop_tree, &nexthoptable, nh);
usr.sbin/bgpd/rde_rib.c
351
if (RB_REMOVE(rib_tree, rib_tree(re_rib(re)), re) == NULL)
usr.sbin/bgpd/rtr.c
108
RB_REMOVE(aspa_tree, &conf->aspa, aspa);
usr.sbin/bgpd/rtr.c
90
RB_REMOVE(roa_tree, &conf->roa, roa);
usr.sbin/bgpd/rtr_proto.c
691
RB_REMOVE(roa_tree, &rs->roa_set, r);
usr.sbin/bgpd/rtr_proto.c
756
RB_REMOVE(roa_tree, &rs->roa_set, r);
usr.sbin/bgpd/rtr_proto.c
809
RB_REMOVE(aspa_tree, &rs->aspa, a);
usr.sbin/bgpd/rtr_proto.c
840
RB_REMOVE(aspa_tree, &rs->aspa, a);
usr.sbin/bgpd/rtr_proto.c
858
RB_REMOVE(aspa_tree, &rs->aspa, a);
usr.sbin/bgpd/session.c
1924
RB_REMOVE(peer_head, &nc->peers, np);
usr.sbin/bgpd/session.c
1976
RB_REMOVE(peer_head, &nc->peers, np);
usr.sbin/bgpd/session.c
254
RB_REMOVE(peer_head, &conf->peers, p);
usr.sbin/bgpd/session.c
532
RB_REMOVE(peer_head, &conf->peers, p);
usr.sbin/btrace/map.c
108
RB_REMOVE(map, map, mep);
usr.sbin/btrace/map.c
92
RB_REMOVE(map, map, mep);
usr.sbin/dvmrpd/kroute.c
172
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
usr.sbin/dvmrpd/rde_mfc.c
184
if (RB_REMOVE(mfc_tree, &mfc, m) == NULL) {
usr.sbin/dvmrpd/rde_srt.c
222
if (RB_REMOVE(rt_tree, &rt, r) == NULL) {
usr.sbin/eigrpd/interface.c
319
RB_REMOVE(iface_id_head, &ifaces_by_id, ei);
usr.sbin/eigrpd/kroute.c
609
if (RB_REMOVE(kroute_tree, &krt, kp) == NULL) {
usr.sbin/eigrpd/kroute.c
642
RB_REMOVE(kroute_tree, &krt, kp);
usr.sbin/eigrpd/kroute.c
699
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
usr.sbin/eigrpd/neighbor.c
140
RB_REMOVE(nbr_pid_head, &nbrs_by_pid, nbr);
usr.sbin/eigrpd/neighbor.c
141
RB_REMOVE(nbr_addr_head, &eigrp->nbrs, nbr);
usr.sbin/eigrpd/neighbor.c
153
RB_REMOVE(nbr_pid_head, &nbrs_by_pid, nbr);
usr.sbin/eigrpd/parse.y
1214
RB_REMOVE(iface_id_head, &ifaces_by_id, i);
usr.sbin/eigrpd/rde_dual.c
1317
RB_REMOVE(rde_nbr_head, &rde_nbrs, nbr);
usr.sbin/eigrpd/rde_dual.c
240
RB_REMOVE(rt_tree, &rn->eigrp->topology, rn);
usr.sbin/hostapd/hostapd.c
351
RB_REMOVE(hostapd_tree, &table->t_tree, entry);
usr.sbin/hostapd/hostapd.c
607
RB_REMOVE(hostapd_tree, &table->t_tree, entry);
usr.sbin/httpd/httpd.c
1013
RB_REMOVE(kvtree, keys, kv);
usr.sbin/httpd/httpd.c
1106
RB_REMOVE(mediatypes, types, media);
usr.sbin/ldapd/btree.c
503
assert(RB_REMOVE(page_cache, bt->page_cache, mp) == mp);
usr.sbin/ldapd/schema.c
1020
RB_REMOVE(object_tree, &schema->objects, obj);
usr.sbin/ldapd/schema.c
885
RB_REMOVE(attr_type_tree, &schema->attr_types, attr);
usr.sbin/ldapd/search.c
182
RB_REMOVE(dn_tree, &search->uniqdns, dn);
usr.sbin/ldpd/kroute.c
745
if (RB_REMOVE(kroute_tree, &krt, kp) == NULL) {
usr.sbin/ldpd/kroute.c
779
RB_REMOVE(kroute_tree, &krt, kp);
usr.sbin/ldpd/kroute.c
836
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
usr.sbin/ldpd/lde.c
1129
RB_REMOVE(nbr_tree, &lde_nbrs, ln);
usr.sbin/ldpd/lde_lib.c
124
if (RB_REMOVE(fec_tree, fh, f) == NULL) {
usr.sbin/ldpd/neighbor.c
308
RB_REMOVE(nbr_pid_head, &nbrs_by_pid, nbr);
usr.sbin/ldpd/neighbor.c
309
RB_REMOVE(nbr_id_head, &nbrs_by_id, nbr);
usr.sbin/ldpd/neighbor.c
310
RB_REMOVE(nbr_addr_head, &nbrs_by_addr, nbr);
usr.sbin/ldpd/neighbor.c
321
RB_REMOVE(nbr_pid_head, &nbrs_by_pid, nbr);
usr.sbin/ospf6d/kroute.c
779
if (RB_REMOVE(kroute_tree, &krt, kr) == NULL) {
usr.sbin/ospf6d/rde.c
1464
free(RB_REMOVE(prefix_tree, &tree, RB_ROOT(&tree)));
usr.sbin/ospf6d/rde_lsdb.c
99
RB_REMOVE(lsa_tree, v->lsa_tree, v);
usr.sbin/ospf6d/rde_spf.c
807
if (RB_REMOVE(rt_tree, &rt, r) == NULL) {
usr.sbin/ospfd/kroute.c
796
if (RB_REMOVE(kroute_tree, &krt, kr) == NULL) {
usr.sbin/ospfd/kroute.c
893
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
usr.sbin/ospfd/rde.c
1252
RB_REMOVE(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1308
RB_REMOVE(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1319
RB_REMOVE(asext_tree, &ast, an);
usr.sbin/ospfd/rde_lsdb.c
98
RB_REMOVE(lsa_tree, v->lsa_tree, v);
usr.sbin/ospfd/rde_spf.c
689
if (RB_REMOVE(rt_tree, &rt, r) == NULL) {
usr.sbin/radiusd/radiusd_eap2mschap.c
148
RB_REMOVE(access_reqt, &self->eapt, req);
usr.sbin/radiusd/radiusd_eap2mschap.c
227
RB_REMOVE(access_reqt, &self->eapt, req);
usr.sbin/radiusd/radiusd_eap2mschap.c
528
RB_REMOVE(access_reqt, &self->eapt, req);
usr.sbin/radiusd/radiusd_ipcp.c
1355
RB_REMOVE(assigned_ipv4_tree, &self->ipv4s, ip);
usr.sbin/radiusd/radiusd_ipcp.c
1384
RB_REMOVE(assigned_ipv4_tree, &self->ipv4s, assign);
usr.sbin/radiusd/radiusd_ipcp.c
368
RB_REMOVE(user_tree, &self->users, user);
usr.sbin/relayd/relayd.c
717
RB_REMOVE(kvtree, keys, kv);
usr.sbin/ripd/kroute.c
467
if (RB_REMOVE(kroute_tree, &krt, kr) == NULL) {
usr.sbin/ripd/kroute.c
528
if (RB_REMOVE(kif_tree, &kit, kif) == NULL) {
usr.sbin/ripd/rde_rib.c
204
if (RB_REMOVE(rt_tree, &rt, r) == NULL) {
usr.sbin/rpki-client/ccr.c
884
RB_REMOVE(ccr_mft_tree, mfts, ccr_mft);
usr.sbin/rpki-client/ccr.c
895
RB_REMOVE(ccr_vrp_tree, vrps, vrp);
usr.sbin/rpki-client/ccr.c
916
RB_REMOVE(vap_tree, vaps, vap);
usr.sbin/rpki-client/ccr.c
927
RB_REMOVE(ccr_tas_tree, tas, cts);
usr.sbin/rpki-client/ccr.c
949
RB_REMOVE(brk_tree, brks, brk);
usr.sbin/rpki-client/cert.c
2275
RB_REMOVE(auth_tree, auths, auth);
usr.sbin/rpki-client/cert.c
2461
RB_REMOVE(nca_tree, tree, found);
usr.sbin/rpki-client/crl.c
376
RB_REMOVE(crl_tree, crls, crl);
usr.sbin/rpki-client/output.c
117
RB_REMOVE(vrp_tree, vrps, v);
usr.sbin/rpki-client/parser.c
1163
RB_REMOVE(repo_tree, tree, repo);
usr.sbin/rpki-client/repo.c
1793
RB_REMOVE(filepath_tree, tree, fp);
usr.sbin/rpki-client/repo.c
205
RB_REMOVE(filepath_tree, tree, fp);
usr.sbin/smtpd/expand.c
100
RB_REMOVE(expandtree, &expand->tree, xn);
usr.sbin/snmpd/application.c
1009
RB_REMOVE(appl_requests, &(dreq->ard_backend->ab_requests), dreq);
usr.sbin/snmpd/application.c
532
RB_REMOVE(appl_regions, &(ctx->ac_regions), region);
usr.sbin/snmpd/application.c
792
RB_REMOVE(appl_regions, &(ctx->ac_regions), region);
usr.sbin/snmpd/application_agentx.c
272
RB_REMOVE(appl_agentx_conns, &appl_agentx_conns, conn);
usr.sbin/snmpd/application_agentx.c
639
RB_REMOVE(appl_agentx_sessions, &appl_agentx_sessions, session);
usr.sbin/snmpd/application_internal.c
205
RB_REMOVE(appl_internal_objects,
usr.sbin/snmpd/application_internal.c
225
RB_REMOVE(appl_internal_objects, &appl_internal_objects,
usr.sbin/snmpd/mib.y
1306
RB_REMOVE(itemsgci, &itemsci, iso);
usr.sbin/snmpd/mib.y
1307
RB_REMOVE(items, &items, iso);
usr.sbin/snmpd/mib.y
1325
RB_REMOVE(modulesci, &modulesci, m);
usr.sbin/snmpd/mib.y
1327
RB_REMOVE(modulescs, &modulescs, m);
usr.sbin/snmpd/mib.y
1331
RB_REMOVE(itemscs, &m->itemscs, item);
usr.sbin/snmpd/mib.y
1333
RB_REMOVE(itemsci, &m->itemsci, item);
usr.sbin/snmpd/mib.y
1335
RB_REMOVE(items, &items, item);
usr.sbin/snmpd/mib.y
1337
RB_REMOVE(itemsgci, &itemsci, item);
usr.sbin/snmpd/mib.y
2128
RB_REMOVE(items, &items, prev);
usr.sbin/snmpd/snmpe.c
816
RB_REMOVE(snmp_messages, &snmp_messages, msg);
usr.sbin/snmpd/traphandler.c
463
RB_REMOVE(trapcmd_tree, &trapcmd_tree, cmd);
usr.sbin/ypldap/ypldap.c
156
RB_REMOVE(user_name_tree,
usr.sbin/ypldap/ypldap.c
166
RB_REMOVE(group_name_tree,
usr.sbin/ypldap/ypldap.c
306
RB_REMOVE(user_name_tree, env->sc_user_names,
usr.sbin/ypldap/ypldap.c
319
RB_REMOVE(group_name_tree,