Searched defs:sys (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/bin/tests/system/keymgr/
H A Dtestpolicy.py9 import sys namespace
10 sys.path.insert(0, '../../../python')
19 if len(sys.argv) > 0:
20 for policy_file in sys.argv[1:]:
/bind-9.11.3/bin/tests/system/dnstap/
H A Dydump.py17 import sys namespace
19 DNSTAP_READ=sys.argv[1]
20 DATAFILE=sys.argv[2]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse9 import sys namespace
55 outfile = sys.stdout
102 if outfile is not sys.stdout:
117 main(sys.argv[1:])
/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py17 import sys namespace
58 sys.stdout.write("Usage: " + sys.argv[0] + " [-n number] " +
60 sys.stdout.write(" [-m MAXSIZE] [-f zone-file]\n")
64 optlist, args = getopt.getopt(sys.argv[1:], "hp:f:n:t:m:",
71 sys.exit(0)
85 sys.stderr.write(sys.argv[0] + ": " + str(reason) + "\n")
87 sys.exit(1)
91 sys
[all...]
/bind-9.11.3/contrib/kasp/
H A Dkasp2policy.py164 import sys namespace
166 if len(sys.argv) < 2:
171 kinfo = kasp(sys.argv[1])
173 print("%s: unable to load KASP file '%s'" % (sys.argv[0], sys.argv[1]))
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py15 import sys namespace
258 sys.exit(0)

Completed in 14 milliseconds