Home
last modified time | relevance | path

Searched refs:Hash_CreateEntry (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Dhash.h144 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
Dhash.c262 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
Ddir.c310 entry = Hash_CreateEntry(htp, pathname, NULL); in cached_stats()
1647 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL); in Dir_AddDir()
Dtarg.c347 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
Darch.c737 he = Hash_CreateEntry(&ar->members, memName, NULL); in ArchStatMember()
Dvar.c495 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/
Dhash.h128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
Drcorder.c297 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()
Dhash.c231 Hash_CreateEntry( in Hash_CreateEntry() function