Searched refs:matchfunc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libc/citrus/
H A Dcitrus_hash.h46 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \
49 if (matchfunc((elm), key)==0) \
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dcopy_cred_cache.c77 matchfunc(krb5_context context, void *ptr, const krb5_creds *creds) function
155 matchfunc, &ctx, &matched);
/netbsd-current/sbin/ifconfig/
H A Dparse.c570 parser_match_t matchfunc; local
588 matchfunc = nextp->p_methods->pm_match;
589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg);
/netbsd-current/sys/dev/wsfont/
H A Dwsfont.c666 wsfont_walk(void (*matchfunc)(struct wsdisplay_font *, void *, int), void *cookie)
671 matchfunc(ent->font, cookie, ent->cookie);

Completed in 435 milliseconds