Lines Matching refs:opt

222         for opt, arg in opts:
223 if opt == "-n":
225 elif opt == "-p":
227 elif opt == "-s":
340 for opt, arg in opts:
341 if opt == "-s":
403 for opt, arg in opts:
404 if opt == "-s":
406 elif opt == "-n":
408 elif opt == "--synchronous":
482 for opt, arg in opts:
483 if opt == "-s":
485 elif opt == "--version":
525 for opt, arg in opts:
526 if opt == "-F":
530 [arg, opt])
532 elif opt == "-H":
534 elif opt == "-p":
536 elif opt == "-s":
538 elif opt == "--key":
540 elif opt == "--cert":
795 for opt, arg in opts:
796 if opt == "-F":
800 [arg, opt])
802 elif opt == "-H":
804 elif opt == "-p":
806 elif opt == "-s":
808 elif opt == "--key":
810 elif opt == "--cert":
900 for opt, arg in opts:
901 if opt == "-F":
905 [arg, opt])
907 elif opt == "-H":
909 elif opt == "-p":
911 elif opt == "-s":
913 elif opt == "--key":
915 elif opt == "--cert":
1077 for opt, arg in opts:
1078 if opt == "-s":
1080 elif opt == "-m":
1082 elif opt == "-t":
1084 elif opt == "--key":
1086 elif opt == "--cert":
1250 for opt, arg in opts:
1251 if opt == "-p":
1256 elif opt == "-s":
1258 elif opt == "--no-catalog":
1260 elif opt == "--no-index":
1262 elif opt == "--key":
1264 elif opt == "--cert":
1299 for opt, arg in opts:
1300 if opt == "-p":
1305 elif opt == "-s":
1307 elif opt == "--no-catalog":
1309 elif opt == "--no-index":
1311 elif opt == "--key":
1313 elif opt == "--cert":
1358 for opt, arg in opts:
1359 if opt == "-p":
1361 elif opt == "-s":
1656 for opt, arg in opts:
1657 if opt == "-s":
1659 elif opt == "-p":
1664 elif opt == "-d":
1666 elif opt == "--disable":
1675 elif opt == "-i":
1750 for opt, arg in opts:
1751 if opt == "-s":
1753 if opt == "-v":
1755 if opt == "-p":
2190 for opt, arg in opts:
2191 if opt == "-s":
2199 if opt == "-v":
2201 elif opt == "-q":
2203 elif opt == "--strict":
2205 elif opt == "--parsable":
2207 elif opt == "-p":
2213 elif opt == "--key":
2215 elif opt == "--cert":
2261 usage(_("illegal global option -- {0}").format(e.opt))
2265 for opt, arg in opts:
2266 if opt == "-s":
2268 elif opt in ("--help", "-?"):
2270 elif opt == "-D" or opt == "--debug":
2274 usage(_("{opt} takes argument of form "
2276 opt=opt, arg=arg))
2302 if e.opt in ("help", "?"):
2304 usage(_("illegal option -- {0}").format(e.opt), cmd=subcommand)