Home | History | Annotate | Download | only in hwc

Lines Matching full:optarg

254             perSetDelay = strtod(optarg, &chptr);
257 "%s", optarg);
265 endDelay = strtod(optarg, &chptr);
268 "of: %s", optarg);
274 duration = strtod(optarg, &chptr);
277 optarg);
283 numSet = strtoul(optarg, &chptr, 10);
286 "of: %s", optarg);
299 startPass = strtoul(optarg, &chptr, 10);
302 "of: %s", optarg);
315 endPass = strtoul(optarg, &chptr, 10);
318 "of: %s", optarg);
331 startPass = endPass = strtoul(optarg, &chptr, 10);
334 optarg);