Searched refs:Hash_CreateEntry (Results 1 – 14 of 14) sorted by relevance
| /trueos/sbin/rcorder/ |
| HD | rcorder.c | 266 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 287 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 524 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 572 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
|
| HD | hash.h | 126 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
|
| HD | hash.c | 229 Hash_CreateEntry( in Hash_CreateEntry() function
|
| /trueos/usr.bin/make/ |
| HD | hash.h | 98 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
|
| HD | dir.c | 796 entry = Hash_CreateEntry(&mtimes, file, in Path_FindFile() 845 entry = Hash_CreateEntry(&mtimes, name, (Boolean *)NULL); in Path_FindFile() 1071 Hash_CreateEntry(&d->files, dp->d_name, (Boolean *)NULL); in Path_AddDir()
|
| HD | hash.c | 204 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
|
| HD | targ.c | 177 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
|
| HD | arch.c | 937 he = Hash_CreateEntry(&ar->members, arf->member, NULL); in ArchStatMember()
|
| /trueos/contrib/bmake/ |
| HD | hash.h | 149 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
|
| HD | dir.c | 931 entry = Hash_CreateEntry(&mtimes, file, NULL); in DirLookupSubdir() 1318 entry = Hash_CreateEntry(&mtimes, name, NULL); in Dir_FindFile() 1513 entry = Hash_CreateEntry(&mtimes, fullName, NULL); in Dir_MTime() 1594 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL); in Dir_AddDir()
|
| HD | hash.c | 262 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
|
| HD | targ.c | 349 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
|
| HD | arch.c | 736 he = Hash_CreateEntry(&ar->members, memName, NULL); in ArchStatMember()
|
| HD | var.c | 516 h = Hash_CreateEntry(&ctxt->context, name, NULL); in VarAdd() 1060 h = Hash_CreateEntry(&ctxt->context, name, NULL); in Var_Append()
|