Lines Matching refs:endptr
82 char *endptr;
87 cpu = strtol(arg, &endptr, 0);
88 assert(!*endptr);
299 char *endptr;
322 ring_size = strtol(optarg, &endptr, 0);
324 assert(!*endptr);
327 c = strtol(optarg, &endptr, 0);
328 assert(!*endptr);
333 c = strtol(optarg, &endptr, 0);
334 assert(!*endptr);
339 c = strtol(optarg, &endptr, 0);
340 assert(!*endptr);
345 c = strtol(optarg, &endptr, 0);
346 assert(!*endptr);