Home | History | Annotate | Download | only in pppd

Lines Matching refs:endp

265     char *str, *endp;
268 abits = rbits = strtol(str, &endp, 0);
269 if (endp != str && *endp == ',') {
270 str = endp + 1;
271 abits = strtol(str, &endp, 0);
273 if (*endp != 0 || endp == str) {
304 char *str, *endp;
307 abits = rbits = strtol(str, &endp, 0);
308 if (endp != str && *endp == ',') {
309 str = endp + 1;
310 abits = strtol(str, &endp, 0);
312 if (*endp != 0 || endp == str) {