Lines Matching refs:getopt
52 import getopt
218 opts, pargs = getopt.getopt(args, "np:s:")
339 opts, pargs = getopt.getopt(args, "s:")
402 opts, pargs = getopt.getopt(args, "ns:", ["synchronous"])
479 opts, pargs = getopt.getopt(args, "s:", ["version="])
524 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
794 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
899 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
1076 opts, pargs = getopt.getopt(args, "ms:t:", ["key=", "cert="])
1247 opts, pargs = getopt.getopt(args, "p:s:", ["no-catalog", "no-index",
1296 opts, pargs = getopt.getopt(args, "p:s:", ["no-catalog", "no-index",
1357 opts, pargs = getopt.getopt(args, "p:s:")
1651 opts, pargs = getopt.getopt(args, "dp:s:i:", ["disable="])
1748 opts, pargs = getopt.getopt(args, "vp:s:")
2169 opts, pargs = getopt.getopt(args, "vqp:s:", ["strict", "parsable",
2258 opts, pargs = getopt.getopt(sys.argv[1:], "s:D:?",
2260 except getopt.GetoptError as e:
2301 except getopt.GetoptError as e: