Searched refs:Hash_InitTable (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | hash.h | 141 void Hash_InitTable(Hash_Table *, int);
|
| H A D | dir.c | 352 Hash_InitTable(&mtimes, 0); in Dir_Init() 353 Hash_InitTable(&lmtimes, 0); in Dir_Init() 362 Hash_InitTable(&dotLast->files, -1); in Dir_Init() 1656 Hash_InitTable(&p->files, -1); in Dir_AddDir()
|
| H A D | targ.c | 171 Hash_InitTable(&targets, HTSIZE); in Targ_Init() 260 Hash_InitTable(&gn->context, 0); in Targ_NewGN()
|
| H A D | hash.c | 134 Hash_InitTable(Hash_Table *t, int numBuckets) in Hash_InitTable() function
|
| H A D | arch.c | 665 Hash_InitTable(&ar->members, -1); in ArchStatMember()
|
| /freebsd-12.1/sbin/rcorder/ |
| H A D | hash.h | 125 void Hash_InitTable(Hash_Table *, int);
|
| H A D | hash.c | 108 Hash_InitTable( in Hash_InitTable() function
|
| H A D | rcorder.c | 207 Hash_InitTable(provide_hash, file_count); in initialize()
|