Searched refs:errorCheck (Results 1 – 1 of 1) sorted by relevance
112 char *errorCheck = nullptr; in ParseOptions() local123 opts.cpuNum = strtol(optarg, &errorCheck, 10); // 10 base in ParseOptions()124 if (*errorCheck) { in ParseOptions()134 opts.iterNum = strtol(optarg, &errorCheck, 10); // 10 base in ParseOptions()135 if (*errorCheck != '\0' || opts.iterNum < 0) { in ParseOptions()179 char *errorCheck; in ResolveArgs() local180 int converted = static_cast<int>(strtol(arg.c_str(), &errorCheck, 10)); // 10 base in ResolveArgs()181 if (*errorCheck) { in ResolveArgs()