Home | History | Annotate | Download | only in pppd

Lines Matching full:endp

1972     char *endp;
1974 *version = (int) strtoul (buf, &endp, 10);
1978 if (endp != buf && *endp == '.') {
1979 buf = endp + 1;
1980 *modification = (int) strtoul (buf, &endp, 10);
1981 if (endp != buf && *endp == '.') {
1982 buf = endp + 1;