Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:optchr

502 	static int optchr = 1;
505 if (optchr == 1) {
523 optopt = argv[optind][optchr];
526 if (argv[optind][++optchr] == '\0') {
527 optchr = 1;
535 optchr = 1;
536 if (argv[optind][optchr + 1]) {
538 optarg = &argv[optind++][optchr + 1];
548 if (argv[optind][++optchr] == '\0') {
549 optchr = 1;