/freebsd/usr.bin/localedef/ |
H A D | collate.c | 365 RB_GENERATE_STATIC(weights, weight, entry, weight_compare); 378 RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare); 391 RB_GENERATE_STATIC(collundefs, collundef, entry, collundef_compare); 404 RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol); 417 RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand); 428 RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare); 439 RB_GENERATE_STATIC(substs, subst, entry, subst_compare); 452 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
|
H A D | charmap.c | 61 RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym); 62 RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
|
H A D | ctype.c | 88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
|
/freebsd/crypto/openssh/ |
H A D | sftp-usergroup.c | 50 RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
|
H A D | krl.c | 63 RB_GENERATE_STATIC(revoked_serial_tree, revoked_serial, tree_entry, serial_cmp) 72 RB_GENERATE_STATIC(revoked_key_id_tree, revoked_key_id, tree_entry, key_id_cmp) 82 RB_GENERATE_STATIC(revoked_blob_tree, revoked_blob, tree_entry, blob_cmp)
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 112 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp); 246 RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp); 491 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 158 RB_GENERATE_STATIC(socks_t, sock, socket_tree, socket_compare); 166 RB_GENERATE_STATIC(pcbs_t, sock, pcb_tree, pcb_compare); 184 RB_GENERATE_STATIC(files_t, file, file_tree, file_compare);
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 94 RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
|
/freebsd/share/man/man3/ |
H A D | Makefile | 347 tree.3 RB_GENERATE_STATIC.3 \
|
/freebsd/sys/kern/ |
H A D | subr_epoch.c | 181 RB_GENERATE_STATIC(stacktree, stackentry, se_node, stackentry_compare);
|
H A D | subr_stats.c | 366 RB_GENERATE_STATIC(rbctdth32, voistatdata_tdgstctd32, rblnk, ctd32cmp); 367 RB_GENERATE_STATIC(rbctdth64, voistatdata_tdgstctd64, rblnk, ctd64cmp);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
|
/freebsd/sys/sys/ |
H A D | tree.h | 470 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 166 RB_GENERATE_STATIC(MACROMAP, macro, entry, macro_cmp);
|
/freebsd/sys/vm/ |
H A D | vm_phys.c | 114 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 2449 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 346 RB_GENERATE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) in RB_GENERATE_STATIC() function
|