Home | History | Annotate | Download | only in hwc

Lines Matching refs:chptr

242     char *chptr;
253 perSetDelay = strtod(optarg, &chptr);
254 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
264 endDelay = strtod(optarg, &chptr);
265 if ((*chptr != '\0') || (endDelay < 0.0)) {
273 duration = strtod(optarg, &chptr);
274 if ((*chptr != '\0') || (duration < 0.0)) {
282 numSet = strtoul(optarg, &chptr, 10);
283 if (*chptr != '\0') {
298 startPass = strtoul(optarg, &chptr, 10);
299 if (*chptr != '\0') {
314 endPass = strtoul(optarg, &chptr, 10);
315 if (*chptr != '\0') {
330 startPass = endPass = strtoul(optarg, &chptr, 10);
331 if (*chptr != '\0') {