Symbol: hash_free
sbin/iked/config.c
154
hash_free(sa->sa_prf);
sbin/iked/config.c
155
hash_free(sa->sa_integr);
sbin/iked/crypto.c
299
hash_free(hash);
sbin/iked/iked.h
1102
void hash_free(struct iked_hash *);
usr.bin/m4/look.c
52
static void hash_free(void *, void *);
usr.bin/m4/look.c
62
NULL, hash_calloc, hash_free, element_alloc };
usr.bin/make/arch.c
132
hash_calloc, hash_free, element_alloc
usr.bin/make/arch.c
136
offsetof(Arch, name), NULL, hash_calloc, hash_free, element_alloc
usr.bin/make/dir.c
178
offsetof(struct PathEntry, name), NULL, hash_calloc, hash_free,
usr.bin/make/dir.c
187
0, NULL, hash_calloc, hash_free, element_alloc
usr.bin/make/dir.c
205
offsetof(struct file_stamp, name), NULL, hash_calloc, hash_free,
usr.bin/make/memory.h
49
extern void hash_free(void *, void *);
usr.bin/make/suff.c
114
hash_calloc, hash_free, element_alloc
usr.bin/make/targ.c
116
offsetof(GNode, name), NULL, hash_calloc, hash_free, element_alloc
usr.bin/make/targequiv.c
55
offsetof(struct equiv_list, name), NULL, hash_calloc, hash_free,
usr.bin/make/var.c
207
hash_calloc, hash_free, element_alloc
usr.bin/mandoc/mandoc_ohash.c
27
static void hash_free(void *, void *);
usr.bin/mandoc/mandoc_ohash.c
37
info.free = hash_free;
usr.bin/tsort/tsort.c
149
static void hash_free(void *, void *);
usr.bin/tsort/tsort.c
155
offsetof(struct node, k), NULL, hash_calloc, hash_free, entry_alloc };
usr.sbin/npppd/common/hash.h
60
void hash_free(hash_table *);
usr.sbin/npppd/l2tp/l2tpd.c
203
hash_free(_this->ctrl_map);
usr.sbin/npppd/npppd/npppd.c
524
hash_free(_this->map_user_ppp);
usr.sbin/npppd/pppoe/pppoed.c
423
hash_free(_this->session_hash);
usr.sbin/npppd/pppoe/pppoed.c
427
hash_free(_this->acookie_hash);
usr.sbin/npppd/pptp/pptpd.c
237
hash_free(_this->call_id_map);