Lines Matching defs:endptr
1204 char *endptr;
1210 test_attr.data_size_out = strtoul(*argv, &endptr, 0);
1211 if (*endptr) {
1232 char *endptr;
1238 test_attr.ctx_size_out = strtoul(*argv, &endptr, 0);
1239 if (*endptr) {
1246 char *endptr;
1252 repeat = strtoul(*argv, &endptr, 0);
1253 if (*endptr) {
1419 char *endptr, *name;
1430 idx = strtoul(*argv, &endptr, 0);
1431 if (*endptr) {
1997 char *endptr;
2013 duration = strtoul(*argv, &endptr, 0);
2014 if (*endptr)