Searched refs:hash_find (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/usr.sbin/mtree/ |
H A D | only.c | 77 hash_find(const char *str, uint32_t *h) in hash_find() function 115 if (!hash_find(str, &h)) { in fill() 134 if (hash_find(line, &h)) in load_only() 152 return hash_find(path, &h); in find_only()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | hash.h | 46 int hash_find(hash_t *, void *, void **);
|
H A D | merge.c | 705 if (!hash_find(mcd->md_parent->td_idhash, (void *)&template, in remap_node() 707 !hash_find(mcd->md_tgt->td_idhash, (void *)&template, in remap_node() 924 if (!hash_find(rmd->rmd_tgt->td_idhash, (void *)&template, in redir_mstr_fwd_cb() 993 assert(hash_find(mcd->md_parent->td_idhash, in add_tdesc()
|
H A D | alist.c | 136 if (!hash_find(alist->al_elements, &template, &ret)) in alist_find()
|
H A D | hash.c | 203 hash_find(hash_t *hash, void *key, void **value) in hash_find() function
|
H A D | dwarf.c | 167 if (hash_find(dw->dw_tidhash, &tmpl, &tdp)) in tdesc_lookup()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2020 | 2069 (hash_find): Likewise. 2089 (hash_find): Likewise.
|
H A D | ChangeLog-9899 | 3445 converted to lower case. Don't do a hash_find for prefixes,
|
H A D | ChangeLog-0203 | 334 hash_find.
|
H A D | ChangeLog-9295 | 1110 * macro.c (check_macro): Cast result of hash_find.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2020 | 2069 (hash_find): Likewise. 2089 (hash_find): Likewise.
|
H A D | ChangeLog-9899 | 3445 converted to lower case. Don't do a hash_find for prefixes,
|
H A D | ChangeLog-0203 | 334 hash_find.
|
H A D | ChangeLog-9295 | 1110 * macro.c (check_macro): Cast result of hash_find.
|