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

/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dcommon.c254 static int optchr = 1; local
257 if (optchr == 1) {
275 optopt = argv[optind][optchr];
278 if (argv[optind][++optchr] == '\0') {
279 optchr = 1;
287 optchr = 1;
288 if (argv[optind][optchr + 1]) {
290 optarg = &argv[optind++][optchr + 1];
300 if (argv[optind][++optchr] == '\0') {
301 optchr
[all...]

Completed in 323 milliseconds