Searched refs:Hash_InitTable (Results 1 – 13 of 13) sorted by relevance
| /trueos/usr.bin/make/ |
| HD | hash.h | 95 void Hash_InitTable(Hash_Table *, int);
|
| HD | hash.c | 92 Hash_InitTable(Hash_Table *t, int numBuckets) in Hash_InitTable() function
|
| HD | dir.c | 239 Hash_InitTable(&mtimes, 0); in Dir_Init() 1047 Hash_InitTable(&d->files, -1); in Path_AddDir()
|
| HD | targ.c | 109 Hash_InitTable(&targets, HTSIZE); in Targ_Init()
|
| HD | arch.c | 934 Hash_InitTable(&ar->members, -1); in ArchStatMember()
|
| /trueos/sbin/rcorder/ |
| HD | hash.h | 123 void Hash_InitTable(Hash_Table *, int);
|
| HD | hash.c | 106 Hash_InitTable( in Hash_InitTable() function
|
| HD | rcorder.c | 205 Hash_InitTable(provide_hash, file_count); in initialize()
|
| /trueos/contrib/bmake/ |
| HD | hash.h | 146 void Hash_InitTable(Hash_Table *, int);
|
| HD | targ.c | 171 Hash_InitTable(&targets, HTSIZE); in Targ_Init() 260 Hash_InitTable(&gn->context, 0); in Targ_NewGN()
|
| HD | dir.c | 276 Hash_InitTable(&mtimes, 0); in Dir_Init() 284 Hash_InitTable(&dotLast->files, -1); in Dir_Init() 1581 Hash_InitTable(&p->files, -1); in Dir_AddDir()
|
| HD | hash.c | 134 Hash_InitTable(Hash_Table *t, int numBuckets) in Hash_InitTable() function
|
| HD | arch.c | 665 Hash_InitTable(&ar->members, -1); in ArchStatMember()
|