Lines Matching full:optarg
84 extern char *optarg;
223 testCase->setDataSize(atoi(optarg) * 1024);
226 testCase->setChunkSize(atoi(optarg) * 1024);
229 testCase->setTreeDepth(atoi(optarg));
232 testCase->setIter(atoi(optarg));
236 testCase->setNproc(atoi(optarg));
240 testCase->setTypeFromName(optarg);
251 if (strcmp("sync", optarg) == 0) {
253 } else if (strcmp("fsync", optarg) == 0) {
268 testCase->setFadvise(optarg);
274 fprintf(stderr, "Unknown option %s\n", optarg);