Lines Matching refs:opt

258             String opt;
259 while ((opt=nextOption()) != null) {
260 if (opt.equals("-l")) {
262 } else if (opt.equals("-lf")) {
264 } else if (opt.equals("-f")) {
266 } else if (opt.equals("-d")) {
268 } else if (opt.equals("-e")) {
270 } else if (opt.equals("-s")) {
272 } else if (opt.equals("-3")) {
274 } else if (opt.equals("-i")) {
276 } else if (opt.equals("--user")) {
278 } else if (opt.equals("-u")) {
281 System.err.println("Error: Unknown option: " + opt);
418 String opt;
419 while ((opt=nextArg()) != null) {
420 if (opt.equals("-f")) {
422 } else if (opt.charAt(0) != '-') {
423 targetPackage = opt;
425 System.err.println("Error: Unknown option: " + opt);
506 String opt;
507 while ((opt=nextOption()) != null) {
508 if (opt.equals("-f")) {
510 } else if (opt.equals("-g")) {
512 } else if (opt.equals("-s")) {
516 } else if (opt.equals("-u")) {
518 } else if (opt.equals("-d")) {
521 System.err.println("Error: Unknown option: " + opt);
767 String opt;
779 while ((opt=nextOption()) != null) {
780 if (opt.equals("-l")) {
782 } else if (opt.equals("-r")) {
784 } else if (opt.equals("-i")) {
790 } else if (opt.equals("-t")) {
792 } else if (opt.equals("-s")) {
795 } else if (opt.equals("-f")) {
798 } else if (opt.equals("-d")) {
800 } else if (opt.equals("--algo")) {
806 } else if (opt.equals("--iv")) {
812 } else if (opt.equals("--key")) {
818 } else if (opt.equals("--macalgo")) {
824 } else if (opt.equals("--mackey")) {
830 } else if (opt.equals("--tag")) {
836 } else if (opt.equals("--originating-uri")) {
842 } else if (opt.equals("--referrer")) {
849 System.err.println("Error: Unknown option: " + opt);
1070 String opt;
1071 while ((opt=nextOption()) != null) {
1072 if (opt.equals("-k")) {
1075 System.err.println("Error: Unknown option: " + opt);