HomeSort by relevance Sort by last modified time
    Searched refs:optchr (Results 1 - 3 of 3) 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 260 static int optchr = 1; local
263 if (optchr == 1) {
281 optopt = argv[optind][optchr];
284 if (argv[optind][++optchr] == '\0') {
285 optchr = 1;
293 optchr = 1;
294 if (argv[optind][optchr + 1]) {
296 optarg = &argv[optind++][optchr + 1];
306 if (argv[optind][++optchr] == '\0') {
307 optchr = 1
    [all...]
  /external/wpa_supplicant/
common.c 502 static int optchr = 1; local
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
    [all...]

Completed in 22 milliseconds