Home
last modified time | relevance | path

Searched refs:hash_buf (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_queue.c152 static VSTRING *hash_buf = 0; in mail_queue_dir() local
174 if (hash_buf == 0) { in mail_queue_dir()
175 hash_buf = vstring_alloc(100); in mail_queue_dir()
197 dir_forest(hash_buf, queue_id, var_hash_queue_depth)); in mail_queue_dir()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dsparc-dis.c437 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local
444 free (hash_buf); in build_hash_table()
445 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()
449 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dsparc-dis.c437 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local
444 free (hash_buf); in build_hash_table()
445 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()
449 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
/netbsd/src/lib/libc/db/hash/
DMakefile.inc6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/netbsd/src/external/bsd/nvi/dist/dist/
DMakefile.am36 $(visrcdir)/db.1.85/hash/hash_buf.c \