Searched refs:uastr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c665 char uastr[24]; local
683 bcopy(xu->xu_xsstr, uastr, l);
684 uastr[l] = '\0';
693 if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))
695 b = uastr;
696 for (c = &uastr[1], d = 0, dd = 0; c < &uastr[l-1]; c++) {

Completed in 91 milliseconds