Searched refs:getopt (Results 1 - 25 of 29) sorted by relevance

12

/pkg/src/tests/interactive/
H A Drunprintengine.py28 import getopt namespace
43 opts, argv = getopt.getopt(sys.argv[1:], "tTl")
H A Drunprogress.py29 import getopt namespace
40 opts, argv = getopt.getopt(sys.argv[1:], "f")
/pkg/src/util/log-scripts/
H A Dan_ip_active.py31 import getopt namespace
68 opts, args = getopt.getopt(sys.argv[1:], "a:b:S:t:w:")
H A Dan_filelist.py31 import getopt namespace
78 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
H A Dlog.py30 import getopt namespace
98 opts, pargs = getopt.getopt(sys.argv[1:], "f:s:")
H A Dan_catalog.py51 import getopt namespace
158 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
H A Dan_manifest.py30 import getopt namespace
107 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
H A Dan_search.py30 import getopt namespace
162 opts, args = getopt.getopt(sys.argv[1:], "a:b:sw:")
/pkg/src/
H A Drad-invoke.py29 import getopt namespace
86 opts, pargs = getopt.getopt(sys.argv[1:],
102 except getopt.GetoptError as e:
H A Dpublish.py29 import getopt namespace
165 opts, pargs = getopt.getopt(args, "", ["set-property="])
197 opts, pargs = getopt.getopt(args, "en")
227 opts, pargs = getopt.getopt(args, "en")
263 opts, pargs = getopt.getopt(args, "At:", ["no-index", "no-catalog"])
319 opts, pargs = getopt
[all...]
H A Dpkgdep.py28 import getopt namespace
109 opts, pargs = getopt.getopt(args, "d:D:Ik:Mm?",
111 except getopt.GetoptError as e:
222 opts, pargs = getopt.getopt(args, "d:e:Emos:Sv")
223 except getopt.GetoptError as e:
549 opts, pargs = getopt.getopt(sys.argv[1:], "R:?",
551 except getopt
[all...]
H A Dpkgrepo.py52 import getopt namespace
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
[all...]
H A Dsign.py27 import getopt namespace
133 opts, pargs = getopt.getopt(sys.argv[1:], "a:c:i:k:ns:D:",
135 except getopt.GetoptError as e:
H A Ddepot.py66 import getopt namespace
301 opts, pargs = getopt.getopt(sys.argv[1:], "a:d:np:s:t:?",
532 except getopt.GetoptError as _e:
H A Dclient.py51 import getopt namespace
2632 opts, pargs = getopt.getopt(args, "Hc:n")
2673 opts, pargs = getopt.getopt(args, "Hn")
2830 opts, pargs = getopt.getopt(args, "Haflo:prs:I")
3277 opts, pargs = getopt.getopt(args, "Ha:g:o:s:t:mfr")
3638 opts, pargs = getopt
[all...]
H A Ddepot-config.py28 import getopt namespace
733 opts, pargs = getopt.getopt(sys.argv[1:],
807 except getopt.GetoptError as e:
H A Dsysrepo.py29 import getopt namespace
876 opts, pargs = getopt.getopt(sys.argv[1:],
904 except getopt.GetoptError as e:
/pkg/src/util/publish/
H A Dpkgmogrify.py27 import getopt namespace
72 opts, pargs = getopt.getopt(sys.argv[1:], "ivD:I:O:P:?", ["help"])
94 except getopt.GetoptError as e:
H A Dpkgdiff.py28 import getopt namespace
78 opts, pargs = getopt.getopt(sys.argv[1:], "i:o:t:uv:?", ["help"])
99 except getopt.GetoptError as e:
H A Dpkgfmt.py59 import getopt namespace
539 opts, pargs = getopt.getopt(sys.argv[1:], "cdf:u?", ["help"])
552 except getopt.GetoptError as e:
H A Dpkgsurf.py69 import getopt namespace
687 opts, pargs = getopt.getopt(sys.argv[1:], "?c:i:np:r:s:u",
689 except getopt.GetoptError as e:
H A Dpkgmerge.py31 import getopt namespace
207 opts, pargs = getopt.getopt(sys.argv[1:], "d:np:s:?",
242 except getopt.GetoptError as e:
/pkg/src/zoneproxy/zoneproxy-adm/
H A Dzoneproxy-adm.c84 while ((opt = getopt(argc, argv, "R")) != EOF) {
/pkg/src/tests/
H A Drun.py57 import getopt namespace
121 opts, pargs = getopt.getopt(sys.argv[1:], "a:c:dfghj:lpqtuvxb:o:s:z:",
124 except getopt.GetoptError as e:
/pkg/src/zoneproxy/zoneproxy-client/
H A Dzoneproxy-client.c406 while ((rc = getopt(argc, argv, "s:")) != -1) {

Completed in 81 milliseconds

12