/src/lib/libc/citrus/ |
citrus_hash.h | 46 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \ 49 if (matchfunc((elm), key)==0) \
|
citrus_hash.h | 46 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \ 49 if (matchfunc((elm), key)==0) \
|
/src/sbin/ifconfig/ |
parse.c | 570 parser_match_t matchfunc; local in function:pbranch_match 588 matchfunc = nextp->p_methods->pm_match; 589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg);
|
parse.c | 570 parser_match_t matchfunc; local in function:pbranch_match 588 matchfunc = nextp->p_methods->pm_match; 589 rc = (*matchfunc)(nextp, im, &tmpm, argidx, arg);
|
/src/sys/dev/wsfont/ |
wsfont.c | 682 wsfont_walk(void (*matchfunc)(struct wsdisplay_font *, void *, int), void *cookie) 687 matchfunc(ent->font, cookie, ent->cookie);
|
wsfont.c | 682 wsfont_walk(void (*matchfunc)(struct wsdisplay_font *, void *, int), void *cookie) 687 matchfunc(ent->font, cookie, ent->cookie);
|