Home | History | Annotate | Download | only in tests

Lines Matching defs:valueStr

375         const char *valueStr = strtok(0, delims);
376 if (valueStr == 0 || !(valueStr[0] == '-' || (valueStr[0] >= '0' && valueStr[0] <= '9'))) {
377 printf("Error: '%s' bad .conf file. Each name must be followed by one number.\n", valueStr ? valueStr : "");
380 int value = atoi(valueStr);