HomeSort by: relevance | last modified time | path
    Searched refs:matchfunc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/citrus/
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);
  /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);

Completed in 26 milliseconds