HomeSort by relevance Sort by last modified time
    Searched defs:optchr (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 206 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 = 1
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 254 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 = 1
    [all...]

Completed in 43 milliseconds