Searched refs:Hash_FindEntry (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/bmake/ |
| HD | dir.c | 873 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()
|
| HD | hash.h | 148 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
|
| HD | arch.c | 602 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()
|
| HD | hash.c | 218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
|
| HD | var.c | 403 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()
|
| HD | targ.c | 342 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
|
| /trueos/usr.bin/make/ |
| HD | dir.c | 662 (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()
|
| HD | hash.h | 97 Hash_Entry *Hash_FindEntry(const Hash_Table *, const char *);
|
| HD | hash.c | 170 Hash_FindEntry(const Hash_Table *t, const char *key) in Hash_FindEntry() function
|
| HD | targ.c | 184 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
|
| HD | arch.c | 959 he = Hash_FindEntry(&ar->members, member); in ArchStatMember() 967 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL) in ArchStatMember()
|
| /trueos/sbin/rcorder/ |
| HD | hash.h | 125 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
|
| HD | hash.c | 192 Hash_FindEntry( in Hash_FindEntry() function
|