Searched refs:numValue (Results 1 – 1 of 1) sorted by relevance
1324 int numValue; in ParseOption() local1353 numValue = 0; in ParseOption()1383 numValue = strtol (parms, &end, 10); in ParseOption()1519 if (numValue < 0 || numValue > MAX_EXIT_DELAY) in ParseOption()1520 errx(1, "Incorrect exit delay: %d", numValue); in ParseOption()1521 exitDelay = numValue; in ParseOption()