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

/external/wpa_supplicant_8/hostapd/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...]
/external/wpa_supplicant_8/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...]
/external/wpa_supplicant_8/wpa_supplicant/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 30 milliseconds