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

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.c206 static int optchr = 1; local
209 if (optchr == 1) {
227 optopt = argv[optind][optchr];
230 if (argv[optind][++optchr] == '\0') {
231 optchr = 1;
239 optchr = 1;
240 if (argv[optind][optchr + 1]) {
242 optarg = &argv[optind++][optchr + 1];
252 if (argv[optind][++optchr] == '\0') {
253 optchr
[all...]
/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 254 milliseconds