/pkg/src/tests/interactive/ |
H A D | runprogress.py | 40 opts, argv = getopt.getopt(sys.argv[1:], "f") 60 while first or len(argv) > 0: 64 if len(argv) >= 2 and argv[1] != "-": 65 outputdevname = argv[1] 68 if len(argv) >= 1 and argv[0] != "-": 69 tname = argv[0] 76 print("unknown tracker {0}".format(argv[ [all...] |
H A D | runprintengine.py | 43 opts, argv = getopt.getopt(sys.argv[1:], "tTl") 60 if len(argv) == 1: 61 output_file = open(argv[0], "w") 62 elif len(argv) > 1:
|
/pkg/src/util/log-scripts/ |
H A D | translate.py | 39 if len(sys.argv) != 3: 40 print("Usage: {0} <in file> <out file>".format(sys.argv[0])) 43 infile = open(sys.argv[1], "r") 44 outfile = open(sys.argv[2], "w")
|
H A D | an2_ip.py | 36 ip_files = [ "{0}-ip.dat".format(i) for i in sys.argv[2:] ]
|
H A D | an_first_timestamp.py | 46 for l in fileinput.input(sys.argv[1:]):
|
H A D | an_ip_active.py | 68 opts, args = getopt.getopt(sys.argv[1:], "a:b:S:t:w:")
|
H A D | an_filelist.py | 78 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|
H A D | an2_ip_active.py | 86 for fn in sys.argv[1:]:
|
H A D | log.py | 98 opts, pargs = getopt.getopt(sys.argv[1:], "f:s:")
|
H A D | an_catalog.py | 158 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|
H A D | an_manifest.py | 107 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|
H A D | an_search.py | 162 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
|
/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | zoneproxy-adm.c | 78 main(int argc, char *argv[]) argument 84 while ((opt = getopt(argc, argv, "R")) != EOF) { 98 zoneid = getzoneidbyname(argv[optind]); 102 argv[optind]);
|
/pkg/src/util/publish/ |
H A D | update_file_layout.py | 68 if len(sys.argv) != 2: 72 dir_loc = os.path.abspath(sys.argv[1])
|
H A D | pkgmogrify.py | 72 opts, pargs = getopt.getopt(sys.argv[1:], "ivD:I:O:P:?", ["help"])
|
/pkg/src/modules/bundle/ |
H A D | __init__.py | 102 b = make_bundle(sys.argv[1])
|
/pkg/src/tests/ |
H A D | pkg5testenv.py | 44 This function looks at argv[0] to compute the ultimate 73 cmddir, cmdname = os.path.split(sys.argv[0])
|
H A D | run.py | 41 cmd.extend(sys.argv[1:]) # Skip argv[0] 64 "[-o regexp]".format(sys.argv[0]), file=sys.stderr) 66 "[-s regexp] [-o regexp]".format(sys.argv[0]), file=sys.stderr) 121 opts, pargs = getopt.getopt(sys.argv[1:], "a:c:dfghj:lpqtuvxb:o:s:z:",
|
/pkg/src/modules/flavor/ |
H A D | depthlimitedmf.py | 386 run_paths = sys.argv[3:] 388 mf = DepthLimitedModuleFinder(sys.argv[1], run_paths=run_paths) 389 loaded_modules = mf.run_script(sys.argv[2])
|
/pkg/src/ |
H A D | rad-invoke.py | 86 opts, pargs = getopt.getopt(sys.argv[1:],
|
/pkg/src/util/apache2/sysrepo/ |
H A D | sysrepo_p5p.py | 436 if len(sys.argv) != 3: 450 environ["QUERY_STRING"] = unquote(sys.argv[1]) 453 hsh, path = sys.argv[2].split("=")
|
/pkg/src/modules/client/ |
H A D | __init__.py | 100 self.client_args = sys.argv[:]
|
H A D | history.py | 365 if sys.argv[0]: 366 ca = [sys.argv[0]] 371 ca.extend(sys.argv[1:])
|
/pkg/src/util/mkcert/ |
H A D | mkcert.c | 47 main(int argc, char **argv) argument
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | zoneproxy-client.c | 391 main(int argc, char **argv) argument 406 while ((rc = getopt(argc, argv, "s:")) != -1) {
|