Searched refs:matchfunc (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/lib/libc/citrus/ |
| D | citrus_hash.h | 46 #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/ |
| D | copy_cred_cache.c | 77 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/ |
| D | parse.c | 570 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/ |
| D | wsfont.c | 682 wsfont_walk(void (*matchfunc)(struct wsdisplay_font *, void *, int), void *cookie) in wsfont_walk() 687 matchfunc(ent->font, cookie, ent->cookie); in wsfont_walk()
|