Searched refs:htable (Results 1 - 25 of 135) sorted by relevance

123456

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_ht.h19 #include <htable.h>
H A Dnvtable.c89 /* htable(3) hash table manager
108 #include <htable.h>
H A Dlisten.h20 #include <htable.h>
H A Dnvtable.h19 #include <htable.h>
H A Drecv_pass_attr.c56 #include <htable.h>
/netbsd-current/lib/libc/stdlib/
H A Dhcreate.c86 static struct hsearch_data htable; variable in typeref:struct:hsearch_data
91 _DIAGASSERT(htable.table == NULL);
94 if (htable.table != NULL) {
98 return hcreate_r(nel, &htable);
143 _DIAGASSERT(htable.table != NULL);
144 hdestroy1_r(&htable, freekey, freedata);
193 _DIAGASSERT(htable.table != NULL);
194 (void)hsearch_r(item, action, &ep, &htable);
/netbsd-current/usr.bin/du/
H A Ddu.c286 } *htable; local
310 if (!htable)
318 ohtable = htable;
319 htable = calloc(htmask+1, sizeof(*htable));
320 if (!htable)
342 while (htable[h].ino || htable[h].dev) {
343 if ((htable[h].ino == ino) && (htable[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-dis.c57 CGEN_INSN_LIST **htable,
69 for (current_buf = htable[hash]; current_buf != NULL;
82 htable[hash] = hentbuf;
104 CGEN_INSN_LIST ** htable,
129 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
142 CGEN_INSN_LIST **htable,
166 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
55 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
100 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
140 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
66 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
96 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcgen-dis.c62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
60 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
105 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
145 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
66 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
96 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcgen-dis.c58 CGEN_INSN_LIST **htable,
70 for (current_buf = htable[hash]; current_buf != NULL;
83 htable[hash] = hentbuf;
105 CGEN_INSN_LIST ** htable,
130 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
143 CGEN_INSN_LIST **htable,
167 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
56 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
101 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
141 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
66 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
96 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcgen-dis.c62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
60 add_insn_to_hash_chain(CGEN_INSN_LIST *hentbuf, const CGEN_INSN *insn, CGEN_INSN_LIST **htable, unsigned int hash) argument
105 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN * insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST ** htable, CGEN_INSN_LIST * hentbuf) argument
145 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
66 hash_insn_array(CGEN_CPU_DESC cd, const CGEN_INSN *insns, int count, int entsize ATTRIBUTE_UNUSED, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
96 hash_insn_list(CGEN_CPU_DESC cd, const CGEN_INSN_LIST *insns, CGEN_INSN_LIST **htable, CGEN_INSN_LIST *hentbuf) argument
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dindirect.c46 #include <htable.h>
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.c249 hash_init (&mlp->htable, 10);
265 hash_destroy (&mlp->htable);
271 message_list_hash_insert_entry (hash_table *htable, message_ty *mp) argument
297 found = (hash_insert_entry (htable, key, keylen, mp) == NULL);
320 if (message_list_hash_insert_entry (&mlp->htable, mp))
346 if (message_list_hash_insert_entry (&mlp->htable, mp))
372 if (message_list_hash_insert_entry (&mlp->htable, mp))
395 hash_destroy (&mlp->htable);
414 hash_destroy (&mlp->htable);
426 unsigned long int size = mlp->htable
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_unalias.c51 #include <htable.h>
/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dtlsmgrmem.c45 #include <htable.h>
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A DMakefile.in78 qmgr.o: ../../include/htable.h
110 qmgr_active.o: ../../include/htable.h
138 qmgr_bounce.o: ../../include/htable.h
157 qmgr_defer.o: ../../include/htable.h
180 qmgr_deliver.o: ../../include/htable.h
217 qmgr_entry.o: ../../include/htable.h
261 qmgr_job.o: ../../include/htable.h
283 qmgr_message.o: ../../include/htable.h
330 qmgr_peer.o: ../../include/htable.h
344 qmgr_queue.o: ../../include/htable
[all...]
H A Dqmgr_peer.c71 #include <htable.h>
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A DMakefile.in80 postscreen.o: ../../include/htable.h
111 postscreen_dict.o: ../../include/htable.h
133 postscreen_dnsbl.o: ../../include/htable.h
162 postscreen_early.o: ../../include/htable.h
186 postscreen_endpt.o: ../../include/htable.h
210 postscreen_expand.o: ../../include/htable.h
237 postscreen_haproxy.o: ../../include/htable.h
262 postscreen_misc.o: ../../include/htable.h
286 postscreen_send.o: ../../include/htable.h
317 postscreen_smtpd.o: ../../include/htable
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A DMakefile.in76 qmgr.o: ../../include/htable.h
108 qmgr_active.o: ../../include/htable.h
136 qmgr_bounce.o: ../../include/htable.h
155 qmgr_defer.o: ../../include/htable.h
178 qmgr_deliver.o: ../../include/htable.h
215 qmgr_entry.o: ../../include/htable.h
268 qmgr_message.o: ../../include/htable.h
316 qmgr_queue.o: ../../include/htable.h
347 qmgr_transport.o: ../../include/htable.h
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c730 } *htable; local
749 if (!htable)
757 ohtable = htable;
758 htable = ecalloc(htmask+1, sizeof(*htable));
777 while (htable[h].data) {
778 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
779 (htable[h].data->st.st_dev == entry->st.st_dev)) {
780 return htable[h].data;
786 htable[
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/qmqpd/
H A DMakefile.in69 qmqpd.o: ../../include/htable.h
104 qmqpd_peer.o: ../../include/htable.h
128 qmqpd_state.o: ../../include/htable.h

Completed in 223 milliseconds

123456