Home
last modified time | relevance | path

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

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