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

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c383 static int optchr = 1; local
386 if (optchr == 1) {
404 optopt = argv[optind][optchr];
407 if (argv[optind][++optchr] == '\0') {
408 optchr = 1;
416 optchr = 1;
417 if (argv[optind][optchr + 1]) {
419 optarg = &argv[optind++][optchr + 1];
429 if (argv[optind][++optchr] == '\0') {
430 optchr
[all...]

Completed in 226 milliseconds