Searched refs:countStr (Results 1 – 1 of 1) sorted by relevance
37 char * countStr = NULL; in main() local68 countStr = poptGetArg(optCon); in main()70 if (countStr == NULL) count = 1; in main()72 else if (countStr && poptGetArg(optCon)) { in main()78 else count = strtoul(countStr, NULL, 0); in main()