Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/rcorder/
H A Drcorder.c268 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require()
289 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide()
526 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision()
574 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
H A Dhash.h128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
H A Dhash.c231 Hash_CreateEntry( in Hash_CreateEntry() function
/freebsd-12.1/contrib/bmake/
H A Dhash.h144 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
H A Dhash.c262 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
H A Ddir.c312 entry = Hash_CreateEntry(htp, pathname, NULL); in cached_stats()
1669 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL); in Dir_AddDir()
H A Dtarg.c347 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
H A Darch.c737 he = Hash_CreateEntry(&ar->members, memName, NULL); in ArchStatMember()
H A Dvar.c530 h = Hash_CreateEntry(&ctxt->context, name, NULL); in VarAdd()
1085 h = Hash_CreateEntry(&ctxt->context, name, NULL); in Var_Append()