Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/
Ddir.c285 entry = Hash_FindEntry(htp, pathname); in cached_stats()
959 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()
1386 if (Hash_FindEntry(&p->files, cp) != NULL) { in Dir_FindFile()
Dhash.h143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
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()
Dhash.c218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
Dvar.c385 var = Hash_FindEntry(&ctxt->context, name); in VarFind()
388 var = Hash_FindEntry(&VAR_CMD->context, name); in VarFind()
393 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind()
396 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind()
418 var = Hash_FindEntry(&VAR_GLOBAL->context, name); in VarFind()
420 var = Hash_FindEntry(&VAR_INTERNAL->context, name); in VarFind()
524 ln = Hash_FindEntry(&ctxt->context, cp); in Var_Delete()
Dtarg.c340 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
/freebsd-12-stable/sbin/rcorder/
Dhash.h127 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
Dhash.c194 Hash_FindEntry( in Hash_FindEntry() function
Drcorder.c612 Hash_FindEntry(provide_hash, bl_list->s), in insert_before()