Lines Matching defs:endptr
456 char *endptr;
458 prog_id = strtol(spec, &endptr, 0);
460 if (spec == endptr || (*endptr && *endptr++ != ':'))
462 spec = endptr;
484 char *endptr;
486 stream_id = strtol(spec, &endptr, 0);
487 if (spec == endptr || *endptr) /* Disallow empty id and make sure we are at the end. */
549 char *endptr;
561 index = strtol(indexptr, &endptr, 0);
562 if (*endptr) { /* We can't have anything after the requested index. */