Searched refs:Hash_CreateEntry (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/bmake/ |
| D | hash.h | 144 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
|
| D | hash.c | 262 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
|
| D | dir.c | 310 entry = Hash_CreateEntry(htp, pathname, NULL); in cached_stats() 1647 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL); in Dir_AddDir()
|
| D | targ.c | 347 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
|
| D | arch.c | 737 he = Hash_CreateEntry(&ar->members, memName, NULL); in ArchStatMember()
|
| D | var.c | 495 h = Hash_CreateEntry(&ctxt->context, name, NULL); in VarAdd() 1046 h = Hash_CreateEntry(&ctxt->context, name, NULL); in Var_Append()
|
| /freebsd-12-stable/sbin/rcorder/ |
| D | hash.h | 128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
|
| D | rcorder.c | 297 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 318 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 557 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 606 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
|
| D | hash.c | 231 Hash_CreateEntry( in Hash_CreateEntry() function
|