Lines Matching refs:endp
282 char *str, *endp; local
285 abits = rbits = strtol(str, &endp, 0);
286 if (endp != str && *endp == ',') {
287 str = endp + 1;
288 abits = strtol(str, &endp, 0);
290 if (*endp != 0 || endp == str) {
321 char *str, *endp; local
324 abits = rbits = strtol(str, &endp, 0);
325 if (endp != str && *endp == ',') {
326 str = endp + 1;
327 abits = strtol(str, &endp, 0);
329 if (*endp != 0 || endp == str) {