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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c373 static int optchr = 1; local
376 if (optchr == 1) {
394 optopt = argv[optind][optchr];
397 if (argv[optind][++optchr] == '\0') {
398 optchr = 1;
406 optchr = 1;
407 if (argv[optind][optchr + 1]) {
409 optarg = &argv[optind++][optchr + 1];
419 if (argv[optind][++optchr] == '\0') {
420 optchr
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c373 static int optchr = 1; local
376 if (optchr == 1) {
394 optopt = argv[optind][optchr];
397 if (argv[optind][++optchr] == '\0') {
398 optchr = 1;
406 optchr = 1;
407 if (argv[optind][optchr + 1]) {
409 optarg = &argv[optind++][optchr + 1];
419 if (argv[optind][++optchr] == '\0') {
420 optchr
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c373 static int optchr = 1; local
376 if (optchr == 1) {
394 optopt = argv[optind][optchr];
397 if (argv[optind][++optchr] == '\0') {
398 optchr = 1;
406 optchr = 1;
407 if (argv[optind][optchr + 1]) {
409 optarg = &argv[optind++][optchr + 1];
419 if (argv[optind][++optchr] == '\0') {
420 optchr
[all...]

Completed in 75 milliseconds