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

/freebsd-11.0-release/contrib/bmake/
H A Dhash.h143 Hash_Entry *Hash_FindEntry(Hash_Table *, const char *);
H A Ddir.c293 entry = Hash_FindEntry(htp, pathname);
949 if (Hash_FindEntry(&p->files, cp) == NULL)
1049 if (Hash_FindEntry(&p->files, cp) == NULL) {
1082 if (Hash_FindEntry(&dot->files, cp) != NULL) {
1091 Hash_FindEntry(&cur->files, cp) != NULL) {
1369 if (Hash_FindEntry(&p->files, cp) != NULL) {
1380 entry = Hash_FindEntry(&mtimes, name);
1555 entry = Hash_FindEntry(&mtimes, fullName);
H A Darch.c602 he = Hash_FindEntry(&ar->members, member);
616 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL)
751 he = Hash_FindEntry(&ar->members, member);
H A Dhash.c198 * Hash_FindEntry --
218 Hash_FindEntry(Hash_Table *t, const char *key) function
H A Dvar.c417 var = Hash_FindEntry(&ctxt->context, name);
420 var = Hash_FindEntry(&VAR_CMD->context, name);
425 var = Hash_FindEntry(&VAR_GLOBAL->context, name);
428 var = Hash_FindEntry(&VAR_INTERNAL->context, name);
450 var = Hash_FindEntry(&VAR_GLOBAL->context, name);
452 var = Hash_FindEntry(&VAR_INTERNAL->context, name);
562 ln = Hash_FindEntry(&ctxt->context, cp);
H A Dtarg.c340 he = Hash_FindEntry(&targets, name);
/freebsd-11.0-release/sbin/rcorder/
H A Dhash.h125 Hash_Entry *Hash_FindEntry(Hash_Table *, char *);
H A Dhash.c176 * Hash_FindEntry --
192 Hash_FindEntry( function

Completed in 168 milliseconds