Searched refs:optchr (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dcommon.c236 static int optchr = 1; local
239 if (optchr == 1) {
257 optopt = argv[optind][optchr];
260 if (argv[optind][++optchr] == '\0') {
261 optchr = 1;
269 optchr = 1;
270 if (argv[optind][optchr + 1]) {
272 optarg = &argv[optind++][optchr + 1];
282 if (argv[optind][++optchr] == '\0') {
283 optchr
[all...]

Completed in 101 milliseconds