Home | History | Annotate | Download | only in iputils

Lines Matching defs:ep

677 	char *ep;
680 val = strtoul(str, &ep, 16);
681 if (*ep) {