Home
last modified time | relevance | path

Searched refs:countStr (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/
H A Dusleep.c37 char * countStr = NULL; in main() local
68 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()