Home
last modified time | relevance | path

Searched refs:check_ns (Results 1 – 25 of 40) sorted by relevance

12

/dports/dns/sleuth/sleuth-1.4.4/
H A Dsleuth37 $check_ns = defined($ARGV[1]) ? norm_name($ARGV[1]) : "";
74 $check_ns = $1;
76 info("Decided to use $check_ns ($check_ns_ip) for zone check");
360 info("Checking whether $check_ns knows an A record for its own name");
362 foreach $r (resolve($check_ns, "A", 0, 0)) {
368 check_reverse($check_ns, $check_ns_ip, "");
617 if ($check_ns ne "") {
621 my @ips = resolve($check_ns, "A", 0, 0) or msg("nonsa", "$check_ns has no A record");
624 $prefer_origin = $check_ns;
625 @check_servers = ( "$check_ns = $check_ns_ip" );
[all …]
/dports/dns/py-namebench/namebench-1.3.1/tools/
H A Dcheck_dns_servers.py35 check_ns = [] variable
45 check_ns.append((ip, ip))
47 if not check_ns:
51 print "%s servers to check" % len(check_ns)
55 check_ns,
/dports/comms/direwolf/direwolf-1.6/src/
H A Dax25_pad2.c309 int check_ns; in ax25_u_frame_debug() local
311 check_ftype = ax25_frame_type (this_p, &check_cr, check_desc, &check_pf, &check_nr, &check_ns); in ax25_u_frame_debug()
320 assert (check_ns == -1); in ax25_u_frame_debug()
480 int check_ns; in ax25_s_frame_debug() local
483 check_ftype = ax25_frame_type (this_p, &check_cr, check_desc, &check_pf, &check_nr, &check_ns); in ax25_s_frame_debug()
492 assert (check_ns == -1); in ax25_s_frame_debug()
637 int check_ns; in ax25_i_frame_debug() local
641 check_ftype = ax25_frame_type (this_p, &check_cr, check_desc, &check_pf, &check_nr, &check_ns); in ax25_i_frame_debug()
644 …pe=%d, desc=\"%s\", pf=%d, nr=%d, ns=%d\n", check_ftype, check_desc, check_pf, check_nr, check_ns); in ax25_i_frame_debug()
652 assert (check_ns == ns); in ax25_i_frame_debug()
/dports/dns/p5-Net-DNS/Net-DNS-1.32/demo/
H A Dcheck_zone108 check_ns($domain, $class, @zone);
146 sub check_ns {
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_inputsplitter.py353 def check_ns(self, lines, ns): member in InteractiveLoopTestCase
370 self.check_ns(['x=1'], dict(x=1))
373 self.check_ns(['if 1:', 'x=2'], dict(x=2))
376 self.check_ns(['x=1; y=2'], dict(x=1, y=2))
379 self.check_ns(['if 1:','a=1','b=2','c=3'], dict(a=1, b=2, c=3))
382 self.check_ns(['x =(1+','1+','2)'], dict(x=4))
/dports/devel/ipython5/ipython-5.10.0/IPython/core/tests/
H A Dtest_inputsplitter.py356 def check_ns(self, lines, ns): member in InteractiveLoopTestCase
373 self.check_ns(['x=1'], dict(x=1))
376 self.check_ns(['if 1:', 'x=2'], dict(x=2))
379 self.check_ns(['x=1; y=2'], dict(x=1, y=2))
382 self.check_ns(['if 1:','a=1','b=2','c=3'], dict(a=1, b=2, c=3))
385 self.check_ns(['x =(1+','1+','2)'], dict(x=4))
/dports/net/addrwatch/addrwatch-1.0.2/src/
H A Dcheck.h7 int check_ns(struct pkt *p);
H A Dcheck.c54 int check_ns(struct pkt *p) in check_ns() function
H A Daddrwatch.c194 if (!check_ns(&p)) { in pcap_callback()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-libxml.h117 share_children_with_parent, check_ns, start, end, user) \ argument
120 check_ns, share_children_with_parent, \
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_time.py69 def check_ns(sec, ns): function
76 check_ns(time.time(),
78 check_ns(time.monotonic(),
80 check_ns(time.perf_counter(),
82 check_ns(time.process_time(),
86 check_ns(time.thread_time(),
90 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_time.py68 def check_ns(sec, ns): function
75 check_ns(time.time(),
77 check_ns(time.monotonic(),
79 check_ns(time.perf_counter(),
81 check_ns(time.process_time(),
85 check_ns(time.thread_time(),
89 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_time.py73 def check_ns(sec, ns): function
80 check_ns(time.time(),
82 check_ns(time.monotonic(),
84 check_ns(time.perf_counter(),
86 check_ns(time.process_time(),
90 check_ns(time.thread_time(),
94 check_ns(time.clock_gettime(time.CLOCK_REALTIME),
/dports/dns/p5-Net-DNS/Net-DNS-1.32/contrib/
H A Dcheck_zone248 check_ns( $domain, $class, \@nsl, \@zone );
417 sub check_ns {
/dports/lang/ruby26/ruby-2.6.9/lib/rss/
H A Datom.rb996 check_ns(tag_name, prefix, ns, Atom::URI, false)
1011 check_ns(tag_name, prefix, ns, Atom::URI, false)
H A Dparser.rb445 def check_ns(tag_name, prefix, ns, require_uri, ignore_unknown_element=nil) method
487 if check_ns(tag_name, prefix, ns, klass.required_uri)
H A D1.0.rb472 check_ns(tag_name, prefix, ns, RDF::URI, false)
H A D0.9.rb448 check_ns(tag_name, prefix, ns, "", false)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlate.rs662 let mut check_ns = |ns| { in visit_generic_arg() localVariable
671 if !check_ns(TypeNS) && check_ns(ValueNS) { in visit_generic_arg()

12