Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dhash.h141 void Hash_InitTable(Hash_Table *, int);
H A Ddir.c352 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 Dtarg.c171 Hash_InitTable(&targets, HTSIZE); in Targ_Init()
260 Hash_InitTable(&gn->context, 0); in Targ_NewGN()
H A Dhash.c134 Hash_InitTable(Hash_Table *t, int numBuckets) in Hash_InitTable() function
H A Darch.c665 Hash_InitTable(&ar->members, -1); in ArchStatMember()
/freebsd-12.1/sbin/rcorder/
H A Dhash.h125 void Hash_InitTable(Hash_Table *, int);
H A Dhash.c108 Hash_InitTable( in Hash_InitTable() function
H A Drcorder.c207 Hash_InitTable(provide_hash, file_count); in initialize()