Symbol: RB_PROTOTYPE_STATIC
lib/libc/uuid/uuid_name_lookup.c
63
RB_PROTOTYPE_STATIC(uuid_urbtree, uuid_rbnode, unode, uuid_urbcmp);
lib/libc/uuid/uuid_name_lookup.c
67
RB_PROTOTYPE_STATIC(uuid_nrbtree, uuid_rbnode, nnode, uuid_nrbcmp);
lib/libdmsg/msg_lnk.c
309
RB_PROTOTYPE_STATIC(h2span_cluster_tree, h2span_cluster,
lib/libdmsg/msg_lnk.c
311
RB_PROTOTYPE_STATIC(h2span_node_tree, h2span_node,
lib/libdmsg/msg_lnk.c
313
RB_PROTOTYPE_STATIC(h2span_link_tree, h2span_link,
lib/libdmsg/msg_lnk.c
315
RB_PROTOTYPE_STATIC(h2span_relay_tree, h2span_relay,
usr.bin/localedef/charmap.c
61
RB_PROTOTYPE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
usr.bin/localedef/charmap.c
62
RB_PROTOTYPE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
usr.bin/localedef/collate.c
360
RB_PROTOTYPE_STATIC(weights, weight, entry, weight_compare);
usr.bin/localedef/collate.c
374
RB_PROTOTYPE_STATIC(collsyms, collsym, entry, collsym_compare);
usr.bin/localedef/collate.c
388
RB_PROTOTYPE_STATIC(collundefs, collundef, entry, collundef_compare);
usr.bin/localedef/collate.c
402
RB_PROTOTYPE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
usr.bin/localedef/collate.c
416
RB_PROTOTYPE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
usr.bin/localedef/collate.c
428
RB_PROTOTYPE_STATIC(collchars, collchar, entry, collchar_compare);
usr.bin/localedef/collate.c
440
RB_PROTOTYPE_STATIC(substs, subst, entry, subst_compare);
usr.bin/localedef/collate.c
454
RB_PROTOTYPE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
usr.bin/localedef/ctype.c
86
RB_PROTOTYPE_STATIC(ctypes, ctype_node, entry, ctype_compare);