Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/
H A Dusleep.c33 poptContext optCon; in main() local
47 optCon = poptGetContext("usleep", argc, argv, options,0); in main()
49 poptSetOtherOptionHelp(optCon, "[microseconds]"); in main()
51 if ((rc = poptGetNextOpt(optCon)) < -1) { in main()
53 poptBadOption(optCon, POPT_BADOPTION_NOALIAS), in main()
68 countStr = poptGetArg(optCon); in main()
72 else if (countStr && poptGetArg(optCon)) { in main()