Searched refs:Hash_FindEntry (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/bmake/ |
| D | dir.c | 285 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()
|
| D | hash.h | 143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
|
| 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()
|
| D | hash.c | 218 Hash_FindEntry(Hash_Table *t, const char *key) in Hash_FindEntry() function
|
| D | var.c | 385 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()
|
| D | targ.c | 340 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
|
| /freebsd-12-stable/sbin/rcorder/ |
| D | hash.h | 127 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
|
| D | hash.c | 194 Hash_FindEntry( in Hash_FindEntry() function
|
| D | rcorder.c | 612 Hash_FindEntry(provide_hash, bl_list->s), in insert_before()
|