Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Ddir.c293 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 Dhash.h143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
H A Darch.c602 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 Dhash.c218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
H A Dvar.c417 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 Dtarg.c340 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
/freebsd-12.1/sbin/rcorder/
H A Dhash.h127 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
H A Dhash.c194 Hash_FindEntry( in Hash_FindEntry() function