Searched refs:Hash_FindEntry (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | dir.c | 293 entry = Hash_FindEntry(htp, pathname); in cached_stats() 951 if (Hash_FindEntry(&p->files, cp) == NULL) in DirLookup() 1051 if (Hash_FindEntry(&p->files, cp) == NULL) { in DirLookupAbs() 1084 if (Hash_FindEntry(&dot->files, cp) != NULL) { in DirFindDot() 1093 Hash_FindEntry(&cur->files, cp) != NULL) { in DirFindDot() 1387 if (Hash_FindEntry(&p->files, cp) != NULL) { in Dir_FindFile() 1398 entry = Hash_FindEntry(&mtimes, name); in Dir_FindFile() 1573 entry = Hash_FindEntry(&mtimes, fullName); in Dir_MTime()
|
| H A D | hash.h | 143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
|
| H A D | arch.c | 602 he = Hash_FindEntry(&ar->members, member); in ArchStatMember() 616 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL) in ArchStatMember() 753 he = Hash_FindEntry(&ar->members, member); in ArchStatMember()
|
| H A D | hash.c | 218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
|
| H A D | var.c | 417 var = Hash_FindEntry(&ctxt->context, name); in VarFind() 420 var = Hash_FindEntry(&VAR_CMD->context, name); in VarFind() 425 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind() 428 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind() 450 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind() 452 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind() 562 ln = Hash_FindEntry(&ctxt->context, cp); in Var_Delete()
|
| H A D | targ.c | 340 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
|
| /freebsd-12.1/sbin/rcorder/ |
| H A D | hash.h | 127 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
|
| H A D | hash.c | 194 Hash_FindEntry( in Hash_FindEntry() function
|