Home
last modified time | relevance | path

Searched refs:Hash_FindEntry (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/bmake/
HDdir.c873 if (Hash_FindEntry(&p->files, cp) == NULL) in DirLookup()
978 if (Hash_FindEntry(&p->files, cp) == NULL) { in DirLookupAbs()
1011 if (Hash_FindEntry(&dot->files, cp) != NULL) { in DirFindDot()
1020 Hash_FindEntry(&cur->files, cp) != NULL) { in DirFindDot()
1298 if (Hash_FindEntry(&p->files, cp) != NULL) { in Dir_FindFile()
1309 entry = Hash_FindEntry(&mtimes, name); in Dir_FindFile()
1488 entry = Hash_FindEntry(&mtimes, fullName); in Dir_MTime()
HDhash.h148 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
HDarch.c602 he = Hash_FindEntry(&ar->members, member); in ArchStatMember()
616 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL) in ArchStatMember()
751 he = Hash_FindEntry(&ar->members, member); in ArchStatMember()
HDhash.c218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
HDvar.c403 var = Hash_FindEntry(&ctxt->context, name); in VarFind()
406 var = Hash_FindEntry(&VAR_CMD->context, name); in VarFind()
411 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind()
414 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind()
436 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind()
438 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind()
548 ln = Hash_FindEntry(&ctxt->context, cp); in Var_Delete()
HDtarg.c342 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
/trueos/usr.bin/make/
HDdir.c662 (Hash_FindEntry(&dot->files, cp) != NULL)) { in Path_FindFile()
679 if (Hash_FindEntry(&pe->dir->files, cp) != NULL) { in Path_FindFile()
840 entry = Hash_FindEntry(&mtimes, name); in Path_FindFile()
966 entry = Hash_FindEntry(&mtimes, fullName); in Dir_MTime()
HDhash.h97 Hash_Entry *Hash_FindEntry(const Hash_Table *, const char *);
HDhash.c170 Hash_FindEntry(const Hash_Table *t, const char *key) in Hash_FindEntry() function
HDtarg.c184 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
HDarch.c959 he = Hash_FindEntry(&ar->members, member); in ArchStatMember()
967 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL) in ArchStatMember()
/trueos/sbin/rcorder/
HDhash.h125 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
HDhash.c192 Hash_FindEntry( in Hash_FindEntry() function