Lines Matching refs:chptr
243 char *chptr;
254 perSetDelay = strtod(optarg, &chptr);
255 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
265 endDelay = strtod(optarg, &chptr);
266 if ((*chptr != '\0') || (endDelay < 0.0)) {
274 duration = strtod(optarg, &chptr);
275 if ((*chptr != '\0') || (duration < 0.0)) {
283 numSet = strtoul(optarg, &chptr, 10);
284 if (*chptr != '\0') {
299 startPass = strtoul(optarg, &chptr, 10);
300 if (*chptr != '\0') {
315 endPass = strtoul(optarg, &chptr, 10);
316 if (*chptr != '\0') {
331 startPass = endPass = strtoul(optarg, &chptr, 10);
332 if (*chptr != '\0') {