Home
last modified time | relevance | path

Searched refs:findval (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_util.h161 definition *findval(list *lst, const char *val, int (*cmp)(definition *, const char *));
164 findval(list, item, finder)
H A Drpc_util.c87 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) in findval() function