Searched refs:hash_free (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Dmandoc_ohash.c27 static void hash_free(void *, void *);
37 info.free = hash_free;
59 hash_free(void *p, void *arg) function
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dhash.h53 void hash_free(hash_t *, void (*)(void *, void *), void *);
H A Dtdata.c409 hash_free(td->td_iihash, iidesc_free, NULL);
410 hash_free(td->td_layouthash, tdesc_free_cb, NULL);
411 hash_free(td->td_idhash, NULL, NULL);
491 hash_free(td2->td_layouthash, NULL, NULL);
494 hash_free(td2->td_iihash, NULL, NULL);
H A Dalist.c114 hash_free(alist->al_elements, alist_free_cb, alist);
H A Dhash.c250 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) function
/netbsd-current/usr.bin/xlint/lint2/
H A Dexterns2.h56 void hash_free(hte_t **);
H A Dhash.c188 hash_free(hte_t **table) function
H A Dread.c248 hash_free(renametab);
/netbsd-current/usr.bin/m4/
H A Dlook.c57 static void hash_free(void *, size_t, void *);
64 NULL, hash_alloc, hash_free, element_alloc };
79 hash_free(void *p, size_t s UNUSED, void *u UNUSED) function
/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c209 hash_free (struct hash_table *ht, int free_items) function
H A Dhash.h72 void hash_free __P((struct hash_table *ht, int free_items));
H A Dvariable.c579 hash_free (&list->set->table, 1);
639 hash_free (&set->table, 1);
994 hash_free (&table, 0);
H A Dfunction.c1050 hash_free (&a_word_table, 0);

Completed in 271 milliseconds