Home
last modified time | relevance | path

Searched refs:htable (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/usr.bin/du/
H A Ddu.c286 } *htable; in linkchk() local
310 if (!htable) in linkchk()
318 ohtable = htable; in linkchk()
319 htable = calloc(htmask+1, sizeof(*htable)); in linkchk()
320 if (!htable) in linkchk()
342 while (htable[h].ino || htable[h].dev) { in linkchk()
343 if ((htable[h].ino == ino) && (htable[h].dev == dev)) in linkchk()
349 htable[h].dev = dev; in linkchk()
350 htable[h].ino = ino; in linkchk()
/netbsd-src/lib/libc/stdlib/
H A Dhcreate.c86 static struct hsearch_data htable; variable
91 _DIAGASSERT(htable.table == NULL); in hcreate()
94 if (htable.table != NULL) { in hcreate()
98 return hcreate_r(nel, &htable); in hcreate()
143 _DIAGASSERT(htable.table != NULL); in hdestroy1()
144 hdestroy1_r(&htable, freekey, freedata); in hdestroy1()
193 _DIAGASSERT(htable.table != NULL); in hsearch()
194 (void)hsearch_r(item, action, &ep, &htable); in hsearch()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-dis.c62 CGEN_INSN_LIST **htable, in add_insn_to_hash_chain() argument
74 for (current_buf = htable[hash]; current_buf != NULL; in add_insn_to_hash_chain()
87 htable[hash] = hentbuf; in add_insn_to_hash_chain()
109 CGEN_INSN_LIST ** htable, in hash_insn_array() argument
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash); in hash_insn_array()
147 CGEN_INSN_LIST **htable, in hash_insn_list() argument
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash); in hash_insn_list()
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable, in hash_insn_array() argument
83 hentbuf->next = htable[hash]; in hash_insn_array()
85 htable[hash] = hentbuf; in hash_insn_array()
98 CGEN_INSN_LIST **htable, in hash_insn_list() argument
110 hentbuf->next = htable[hash]; in hash_insn_list()
112 htable[hash] = hentbuf; in hash_insn_list()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcgen-dis.c62 CGEN_INSN_LIST **htable, in add_insn_to_hash_chain() argument
74 for (current_buf = htable[hash]; current_buf != NULL; in add_insn_to_hash_chain()
87 htable[hash] = hentbuf; in add_insn_to_hash_chain()
109 CGEN_INSN_LIST ** htable, in hash_insn_array() argument
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash); in hash_insn_array()
147 CGEN_INSN_LIST **htable, in hash_insn_list() argument
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash); in hash_insn_list()
H A Dcgen-asm.c70 CGEN_INSN_LIST **htable, in hash_insn_array() argument
83 hentbuf->next = htable[hash]; in hash_insn_array()
85 htable[hash] = hentbuf; in hash_insn_array()
98 CGEN_INSN_LIST **htable, in hash_insn_list() argument
110 hentbuf->next = htable[hash]; in hash_insn_list()
112 htable[hash] = hentbuf; in hash_insn_list()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.c249 hash_init (&mlp->htable, 10); in message_list_alloc()
265 hash_destroy (&mlp->htable); in message_list_free()
271 message_list_hash_insert_entry (hash_table *htable, message_ty *mp) in message_list_hash_insert_entry() argument
297 found = (hash_insert_entry (htable, key, keylen, mp) == NULL); in message_list_hash_insert_entry()
320 if (message_list_hash_insert_entry (&mlp->htable, mp)) in message_list_append()
346 if (message_list_hash_insert_entry (&mlp->htable, mp)) in message_list_prepend()
372 if (message_list_hash_insert_entry (&mlp->htable, mp)) in message_list_insert_at()
395 hash_destroy (&mlp->htable);
414 hash_destroy (&mlp->htable); in message_list_remove_if_not()
426 unsigned long int size = mlp->htable.size; in message_list_msgids_changed()
[all …]
/netbsd-src/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.h
[all …]
/netbsd-src/usr.sbin/makefs/
H A Dwalk.c769 } *htable; in link_check()
788 if (!htable) in link_check()
796 ohtable = htable;
797 htable = ecalloc(htmask+1, sizeof(*htable));
816 while (htable[h].data) {
817 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
818 (htable[h].data->st.st_dev == entry->st.st_dev)) {
819 return htable[h].data;
825 htable[
730 } *htable; link_check() local
[all...]
/netbsd-src/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.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A DMakefile.in83 alias.o: ../../include/htable.h
123 bounce_workaround.o: ../../include/htable.h
158 command.o: ../../include/htable.h
191 deliver_attr.o: ../../include/htable.h
222 dotforward.o: ../../include/htable.h
264 file.o: ../../include/htable.h
300 forward.o: ../../include/htable.h
341 include.o: ../../include/htable.h
376 indirect.o: ../../include/htable.h
408 local.o: ../../include/htable.h
[all …]
/netbsd-src/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-src/external/ibm-public/postfix/dist/src/virtual/
H A DMakefile.in70 deliver_attr.o: ../../include/htable.h
95 mailbox.o: ../../include/htable.h
130 maildir.o: ../../include/htable.h
163 recipient.o: ../../include/htable.h
187 unknown.o: ../../include/htable.h
211 virtual.o: ../../include/htable.h
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A DMakefile.in197 smtpd.o: ../../include/htable.h
273 smtpd_chat.o: ../../include/htable.h
325 smtpd_check.o: ../../include/htable.h
397 smtpd_expand.o: ../../include/htable.h
426 smtpd_haproxy.o: ../../include/htable.h
453 smtpd_milter.o: ../../include/htable.h
483 smtpd_peer.o: ../../include/htable.h
515 smtpd_proxy.o: ../../include/htable.h
546 smtpd_resolve.o: ../../include/htable.h
566 smtpd_sasl_glue.o: ../../include/htable.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A DMakefile.in107 smtp.o: ../../include/htable.h
153 smtp_addr.o: ../../include/htable.h
199 smtp_chat.o: ../../include/htable.h
248 smtp_connect.o: ../../include/htable.h
300 smtp_key.o: ../../include/htable.h
337 smtp_map11.o: ../../include/htable.h
378 smtp_misc.o: ../../include/htable.h
423 smtp_proto.o: ../../include/htable.h
485 smtp_rcpt.o: ../../include/htable.h
524 smtp_reuse.o: ../../include/htable.h
[all …]
/netbsd-src/external/gpl2/lvm2/dist/test/api/
H A Dtest.c102 static void _hash_destroy_single(struct dm_hash_table **htable) in _hash_destroy_single() argument
104 if (htable && *htable) { in _hash_destroy_single()
105 dm_hash_destroy(*htable); in _hash_destroy_single()
106 *htable = NULL; in _hash_destroy_single()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A DMakefile.in13 host_port.c htable.c inet_addr_host.c inet_addr_list.c \
60 host_port.o htable.o inet_addr_host.o inet_addr_list.o \
107 htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h \
141 attr_scan0 host_port attr_scan_plain attr_print_plain htable \
443 htable: $(LIB)
777 htable_test: htable /usr/share/dict/words
778 $(SHLIB_ENV) ${VALGRIND} ./htable < /usr/share/dict/words
1130 argv_attr_print.o: htable.h
1143 argv_attr_scan.o: htable.h
1185 attr_clnt.o: htable.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A DMakefile.in87 milter.o: ../../include/htable.h
109 milter8.o: ../../include/htable.h
133 milter_macros.o: ../../include/htable.h
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A DMakefile.in68 postqueue.o: ../../include/htable.h
100 showq_compat.o: ../../include/htable.h
118 showq_json.o: ../../include/htable.h
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A DMakefile.in806 abounce.o: ../../include/htable.h
836 anvil_clnt.o: ../../include/htable.h
861 been_here.o: ../../include/htable.h
872 bounce.o: ../../include/htable.h
900 bounce_log.o: ../../include/htable.h
923 canon_addr.o: ../../include/htable.h
965 clnt_stream.o: ../../include/htable.h
1060 defer.o: ../../include/htable.h
1109 deliver_pass.o: ../../include/htable.h
1135 deliver_request.o: ../../include/htable.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A DMakefile.in83 resolve.o: ../../include/htable.h
120 rewrite.o: ../../include/htable.h
146 transport.o: ../../include/htable.h
173 trivial-rewrite.o: ../../include/htable.h
/netbsd-src/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
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A DMakefile.in341 bounce.o: ../../include/htable.h
371 bounce_append_service.o: ../../include/htable.h
397 bounce_cleanup.o: ../../include/htable.h
420 bounce_notify_service.o: ../../include/htable.h
456 bounce_notify_util.o: ../../include/htable.h
496 bounce_notify_util_tester.o: ../../include/htable.h
523 bounce_notify_verp.o: ../../include/htable.h
559 bounce_one_service.o: ../../include/htable.h
590 bounce_template.o: ../../include/htable.h
615 bounce_templates.o: ../../include/htable.h
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A DMakefile.in101 dgram_server.o: ../../include/htable.h
142 event_server.o: ../../include/htable.h
224 master_ent.o: ../../include/htable.h
256 master_listen.o: ../../include/htable.h
330 master_wakeup.o: ../../include/htable.h
364 multi_server.o: ../../include/htable.h
406 single_server.o: ../../include/htable.h
448 trigger_server.o: ../../include/htable.h
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A DMakefile.in273 tls_mgr.o: ../../include/htable.h
343 tls_proxy_client_misc.o: ../../include/htable.h
364 tls_proxy_client_print.o: ../../include/htable.h
385 tls_proxy_client_scan.o: ../../include/htable.h
406 tls_proxy_clnt.o: ../../include/htable.h
429 tls_proxy_context_print.o: ../../include/htable.h
447 tls_proxy_context_scan.o: ../../include/htable.h
466 tls_proxy_server_print.o: ../../include/htable.h
484 tls_proxy_server_scan.o: ../../include/htable.h

123