Symbol: RB_GENERATE_STATIC
lib/libagentx/agentx.c
4146
RB_GENERATE_STATIC(ax_requests, agentx_request, axr_ax_requests,
lib/libagentx/agentx.c
4148
RB_GENERATE_STATIC(axc_objects, agentx_object, axo_axc_objects,
usr.bin/du/du.c
239
RB_GENERATE_STATIC(ltree, links_entry, entry, links_cmp);
usr.bin/ssh/sftp-usergroup.c
49
RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
usr.bin/ssh/srclimit.c
64
RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp)
usr.bin/ssh/srclimit.c
65
RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
usr.bin/tmux/arguments.c
64
RB_GENERATE_STATIC(args_tree, args_entry, entry, args_cmp);
usr.bin/tmux/cmd-wait-for.c
63
RB_GENERATE_STATIC(wait_channels, wait_channel, entry, wait_channel_cmp);
usr.bin/tmux/control.c
156
RB_GENERATE_STATIC(control_panes, control_pane, entry, control_pane_cmp);
usr.bin/tmux/control.c
164
RB_GENERATE_STATIC(control_subs, control_sub, entry, control_sub_cmp);
usr.bin/tmux/control.c
181
RB_GENERATE_STATIC(control_sub_panes, control_sub_pane, entry,
usr.bin/tmux/control.c
199
RB_GENERATE_STATIC(control_sub_windows, control_sub_window, entry,
usr.bin/tmux/environ.c
34
RB_GENERATE_STATIC(environ, environ_entry, entry, environ_cmp);
usr.bin/tmux/format.c
163
RB_GENERATE_STATIC(format_entry_tree, format_entry, entry, format_entry_cmp);
usr.bin/tmux/format.c
74
RB_GENERATE_STATIC(format_job_tree, format_job, entry, format_job_cmp);
usr.bin/tmux/hyperlinks.c
100
RB_GENERATE_STATIC(hyperlinks_by_uri_tree, hyperlinks_uri, by_uri_entry,
usr.bin/tmux/hyperlinks.c
111
RB_GENERATE_STATIC(hyperlinks_by_inner_tree, hyperlinks_uri, by_inner_entry,
usr.bin/tmux/input-keys.c
48
RB_GENERATE_STATIC(input_key_tree, input_key_entry, entry, input_key_cmp);
usr.bin/tmux/key-bindings.c
75
RB_GENERATE_STATIC(key_bindings, key_binding, entry, key_bindings_cmp);
usr.bin/tmux/key-bindings.c
77
RB_GENERATE_STATIC(key_tables, key_table, entry, key_table_cmp);
usr.bin/tmux/options.c
48
RB_GENERATE_STATIC(options_array, options_array_item, entry, options_array_cmp);
usr.bin/tmux/options.c
90
RB_GENERATE_STATIC(options_tree, options_entry, entry, options_cmp);
usr.bin/tmux/paste.c
41
RB_GENERATE_STATIC(paste_name_tree, paste_buffer, name_entry, paste_cmp_names);
usr.bin/tmux/paste.c
45
RB_GENERATE_STATIC(paste_time_tree, paste_buffer, time_entry, paste_cmp_times);
usr.bin/tmux/server-acl.c
50
RB_GENERATE_STATIC(server_acl_entries, server_acl_user, entry, server_acl_cmp);
usr.bin/tmux/utf8.c
236
RB_GENERATE_STATIC(utf8_data_tree, utf8_item, data_entry, utf8_data_cmp);
usr.bin/tmux/utf8.c
249
RB_GENERATE_STATIC(utf8_index_tree, utf8_item, index_entry, utf8_index_cmp);
usr.bin/tmux/utf8.c
47
RB_GENERATE_STATIC(utf8_width_cache, utf8_width_item, entry,
usr.sbin/bgpd/rde.c
3738
RB_GENERATE_STATIC(rde_pftable_tree, rde_pftable_node, entry, rde_pftable_cmp);
usr.sbin/bgpd/rde_rib.c
1219
RB_GENERATE_STATIC(nexthop_tree, nexthop, entry, nexthop_cmp);
usr.sbin/radiusd/radiusd_eap2mschap.c
283
RB_GENERATE_STATIC(access_reqt, access_req, tree, access_request_compar);
usr.sbin/radiusd/radiusd_ipcp.c
1430
RB_GENERATE_STATIC(assigned_ipv4_tree, assigned_ipv4, tree,
usr.sbin/radiusd/radiusd_ipcp.c
1432
RB_GENERATE_STATIC(user_tree, user, tree, user_compar);
usr.sbin/rpki-client/cert.c
2264
RB_GENERATE_STATIC(auth_tree, auth, entry, authcmp);
usr.sbin/rpki-client/crl.c
316
RB_GENERATE_STATIC(crl_tree, crl, entry, crlcmp);
usr.sbin/rpki-client/parser.c
72
RB_GENERATE_STATIC(repo_tree, parse_repo, entry, repocmp);
usr.sbin/snmpd/application.c
1931
RB_GENERATE_STATIC(appl_regions, appl_region, ar_entry, appl_region_cmp);
usr.sbin/snmpd/application.c
1932
RB_GENERATE_STATIC(appl_requests, appl_request_downstream, ard_entry,
usr.sbin/snmpd/application_agentx.c
1059
RB_GENERATE_STATIC(appl_agentx_conns, appl_agentx_connection, conn_entry,
usr.sbin/snmpd/application_agentx.c
1061
RB_GENERATE_STATIC(appl_agentx_sessions, appl_agentx_session, sess_entry,
usr.sbin/snmpd/application_internal.c
633
RB_GENERATE_STATIC(appl_internal_objects, appl_internal_object, entry,
usr.sbin/snmpd/mib.y
2255
RB_GENERATE_STATIC(modulesci, module, entryci, module_cmp_ci);
usr.sbin/snmpd/mib.y
2256
RB_GENERATE_STATIC(modulescs, module, entrycs, module_cmp_cs);
usr.sbin/snmpd/mib.y
2257
RB_GENERATE_STATIC(itemsgci, item, entrygci, item_cmp_ci);
usr.sbin/snmpd/mib.y
2258
RB_GENERATE_STATIC(itemsci, item, entryci, item_cmp_ci);
usr.sbin/snmpd/mib.y
2259
RB_GENERATE_STATIC(itemscs, item, entrycs, item_cmp_cs);
usr.sbin/snmpd/mib.y
2260
RB_GENERATE_STATIC(items, item, entry, item_cmp_oid);