Lines Matching refs:choice
525 int choice = -1; local
537 choice = strtol(argv[1], NULL, 10);
544 if (choice == 0)
552 else if (choice == 1)
595 int choice = -1; local
610 choice = atoi(argv[1]);
612 if (choice == 0)
620 else if (choice == 1)
646 int choice = -1; local
657 choice = strtol(argv[1], NULL, 10);
664 if (choice == 0)
676 else if (choice == 1)
2083 int choice = -1, wowlan = 0; local
2092 choice = (int)strtol(argv[1], NULL, 10);
2098 if ((choice != 0) && (choice != 1))
2103 if (choice == 0)
2115 else if (choice == 1)