Home
last modified time | relevance | path

Searched refs:hash_table_init (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/cvs/
H A Dhash.h46 void hash_table_init(struct hash_table *, size_t);
H A Dhash.c30 hash_table_init(struct hash_table *htable, size_t hsize) in hash_table_init() function
H A Dcvs.c201 hash_table_init(&created_directories, 100); in main()
202 hash_table_init(&created_cvs_directories, 100); in main()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog650 * aoutx.h: Adjust all hash_table_init functions and calls.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20013333 * decl.c (build_typename_type): hash_table_init now returns void.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.511095 (hash_table_init_n, hash_table_init): Likewise; also now return void.
11096 * hash.h (hash_table_init_n, hash_table_init): Now return void.
H A DChangeLog.19374 (hash_table_init): Take them as input.
9383 (hash_table_init): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog9310 * decl.c (build_typename_type): hash_table_init now returns void.