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

/freebsd-current/usr.sbin/mlx5tool/
H A Dmlx5tool.c45 char *eppos; local
57 selarr[i++] = strtoul(addrstr, &eppos, 10);
58 addrstr = eppos;
/freebsd-current/usr.sbin/pciconf/
H A Dpciconf.c967 char *eppos; local
982 selarr[i++] = strtoul(ep, &eppos, 10);
983 ep = eppos;

Completed in 93 milliseconds