/dflybsd-src/usr.sbin/mtree/ |
H A D | only.c | 81 hash_insert(char *str, uint32_t h) in hash_insert() function 108 hash_insert(str, h); in fill() 128 hash_insert(line, h); in load_only()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | hash.h | 44 extern const char *hash_insert (struct hash_control *,
|
H A D | hash.c | 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() function 500 p = hash_insert (h, name = what ("symbol"), value = what ("value")); in main()
|
H A D | ecoff.c | 1583 err = hash_insert (hash_tbl, str, (char *) hash_ptr); in add_string() 2039 err = hash_insert (tag_hash, perm, (char *) hash_ptr); in get_tag()
|
H A D | read.c | 519 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop); in pop_insert()
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | hash.h | 44 extern const char *hash_insert (struct hash_control *,
|
H A D | hash.c | 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() function 500 p = hash_insert (h, name = what ("symbol"), value = what ("value")); in main()
|
H A D | ecoff.c | 1583 err = hash_insert (hash_tbl, str, (char *) hash_ptr); in add_string() 2039 err = hash_insert (tag_hash, perm, (char *) hash_ptr); in get_tag()
|
H A D | read.c | 517 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop); in pop_insert()
|
/dflybsd-src/contrib/lvm2/dist/libdm/datastruct/ |
H A D | hash.h | 31 int hash_insert(struct hash_table *t, const char *key, void *data);
|
/dflybsd-src/lib/libevtr/ |
H A D | internal.h | 62 struct hashentry * hash_insert(struct hashtab *, uintptr_t, uintptr_t);
|
H A D | ktrfmt.y | 109 if (!hash_insert(hsh->val.hashtab, key, in index_hash()
|
H A D | evtr.c | 578 hash_insert(struct hashtab *tab, uintptr_t key, uintptr_t val) in hash_insert() function 694 hash_insert(&strtab->tab, (uintptr_t)str, (uintptr_t)val); in strhash_insert() 735 hash_insert(&symtab->tab, (uintptr_t)name, (uintptr_t)var); in symtab_insert()
|
H A D | ktrfmt.tab.c | 182 if (!hash_insert(hsh->val.hashtab, key, in index_hash()
|
/dflybsd-src/contrib/grep/lib/ |
H A D | hash.h | 100 void *hash_insert (Hash_table *, const void *) _GL_ATTRIBUTE_WUR;
|
H A D | fts-cycle.c | 92 ad_from_table = hash_insert (fts->fts_cycle.ht, ad); in enter_dir()
|
H A D | exclude.c | 599 p = hash_insert (seg->v.table, str); in add_exclude()
|
H A D | hash.c | 1126 hash_insert (Hash_table *table, void const *entry) in hash_insert() function
|
H A D | fts.c | 746 ent = hash_insert (h, t2); in filesystem_type()
|
/dflybsd-src/sys/netgraph7/netflow/ |
H A D | netflow.c | 236 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, in hash_insert() function 505 error = hash_insert(priv, hsh, &r, plen, tcp_flags); in ng_netflow_flow_add()
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | obj-elf.c | 2337 hash_insert (list->indexes, group_name, idx_ptr); in build_group_lists()
|
H A D | tc-i386.c | 2604 hash_err = hash_insert (op_hash, in md_begin() 2629 hash_err = hash_insert (reg_hash, regtab->reg_name, (void *) regtab); in md_begin()
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | obj-elf.c | 2454 hash_insert (list->indexes, group_name, idx_ptr); in build_group_lists()
|
H A D | tc-i386.c | 2979 hash_err = hash_insert (op_hash, in md_begin() 3004 hash_err = hash_insert (reg_hash, regtab->reg_name, (void *) regtab); in md_begin()
|