Home
last modified time | relevance | path

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

/trueos/sbin/rcorder/
HDrcorder.c266 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()
HDhash.h126 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
HDhash.c229 Hash_CreateEntry( in Hash_CreateEntry() function
/trueos/usr.bin/make/
HDhash.h98 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
HDdir.c796 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()
HDhash.c204 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
HDtarg.c177 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
HDarch.c937 he = Hash_CreateEntry(&ar->members, arf->member, NULL); in ArchStatMember()
/trueos/contrib/bmake/
HDhash.h149 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
HDdir.c931 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()
HDhash.c262 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) in Hash_CreateEntry() function
HDtarg.c349 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
HDarch.c736 he = Hash_CreateEntry(&ar->members, memName, NULL); in ArchStatMember()
HDvar.c516 h = Hash_CreateEntry(&ctxt->context, name, NULL); in VarAdd()
1060 h = Hash_CreateEntry(&ctxt->context, name, NULL); in Var_Append()