Home
last modified time | relevance | path

Searched refs:bestent (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/wsfont/
H A Dwsfont.c647 struct font *ent, *bestent = NULL; in wsfont_find() local
655 bestent = ent; in wsfont_find()
659 if (bestent != NULL) in wsfont_find()
660 return (wsfont_make_cookie(bestent->cookie, bito, byteo)); in wsfont_find()
/netbsd/lib/libc/net/
H A Dgetaddrinfo.c812 struct policyqueue *ent, *bestent = NULL; in match_addrselectpolicy() local
860 bestent = ent; in match_addrselectpolicy()
868 return bestent; in match_addrselectpolicy()