/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | prereq.sh | 22 if $KEYGEN -a RSAMD5 -b 512 -n zone -r random.data foo > /dev/null 2>&1 24 rm -f foo*
|
H A D | tests.sh | 40 for owner in . foo.example.
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ |
H A D | prereq.sh | 22 if $KEYGEN -a RSAMD5 -b 512 -n zone -r random.data foo > /dev/null 2>&1
|
H A D | tests.sh | 735 $DIG $DIGOPTS +noauth foo.example. any @10.53.0.2 > dig.out.ns2.test$n || ret=1 736 $DIG $DIGOPTS +noauth foo.example. any @10.53.0.4 > dig.out.ns4.test$n || ret=1 761 $DIG $DIGOPTS +noauth foo.dname1.example. txt @10.53.0.2 \ 763 $DIG $DIGOPTS +noauth foo.dname1.example. txt @10.53.0.4 \ 791 $DIG $DIGOPTS +noauth foo.dname2.example. any @10.53.0.2 \ 793 $DIG $DIGOPTS +noauth foo.dname2.example. any @10.53.0.4 \
|
/bind-9.6-ESV-R11/bin/tests/system/pending/ |
H A D | prereq.sh | 20 if $KEYGEN -a RSAMD5 -b 512 -n zone -r random.data foo > /dev/null 2>&1
|
/bind-9.6-ESV-R11/bin/tests/system/glue/ |
H A D | tests.sh | 30 $DIG +norec @10.53.0.1 -p 5300 foo.bar.fi. A >dig.out || status=1 34 $DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1 38 $DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | integration_test.sh | 72 >>>foo<<< 74 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo 79 >>>foo bar<<< 81 atf_check -s eq:0 -o file:expout -e empty atf-sh tp ' hello bye ' 'foo bar'
|
H A D | atf-check_test.sh | 153 ${Atf_Check} -s ne:0 -o ignore -e ignore "echo foo 2>&1" || \ 156 ${Atf_Check} -e inline:"foo\n" -x "echo foo 1>&2" || \ 159 ${Atf_Check} -o inline:"foo\n" -x echo foo || \ 171 h_fail "echo foo" -o empty 182 h_pass "echo foo" -o ignore 195 echo foo >text 196 h_pass "echo foo" -o file:text 211 h_pass "echo foo ba [all...] |
H A D | misc_helpers.sh | 64 foo 77 foo
|
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | genzone.sh | 110 txt01 TXT "foo" 111 txt02 TXT "foo" "bar" 112 txt03 TXT foo 113 txt04 TXT foo bar 114 txt05 TXT "foo bar" 115 txt06 TXT "foo\032bar" 116 txt07 TXT foo\032bar 117 txt08 TXT "foo\010bar" 118 txt09 TXT foo\010bar 119 txt10 TXT foo\ ba [all...] |
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_tp_atf_check_sh.sh | 79 echo foo >expout 80 atf_check -s eq:0 -o file:expout -e empty echo foo 90 echo foo >expout 113 atf_check -s eq:0 -o ignore -e empty echo foo 135 atf_check -s eq:0 -o empty -e empty echo foo 146 atf_check -s eq:0 -o save:stdout -e empty echo foo 147 echo foo >aux 159 atf_check -s eq:0 -o 'match:bar$' -e empty -x "echo line; echo foo bar" 170 atf_check -s eq:0 -o 'match:bar$' -e empty -x "echo line; echo foo bar baz" 180 echo foo >exper [all...] |
/bind-9.6-ESV-R11/bin/tests/system/v6synth/ |
H A D | tests.sh | 54 aaaa.dname.example. 0 IN CNAME aaaa.foo.example. 55 aaaa.foo.example. 0 IN AAAA 12:34:56::ff 62 f.f.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1.ip6.int. 0 IN PTR foo.
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ |
H A D | tests.sh | 120 $DIG +tcp TXT foo.moves @10.53.0.7 -p 5300 > dig.ns7.foo.${n} || ret=1 121 grep "From NS 5" dig.ns7.foo.${n} > /dev/null || ret=1 138 $DIG +tcp TXT foo.child.server @10.53.0.7 -p 5300 > dig.ns7.foo.${n} || ret=1 139 grep "From NS 5" dig.ns7.foo.${n} > /dev/null || ret=1 208 foo=0 211 grep "status: NXDOMAIN" dig.ns5.out.${n} > /dev/null || foo=1 212 [ $foo = 0 ] && break 223 [ $ret = 0 ] && ret=$foo; [all...] |
H A D | clean.sh | 24 rm -f dig.*.foo.*
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | integration_test.sh | 429 echo 'foo: bar' 640 atf_check -s eq:0 -o ignore -e ignore env HOME=foo atf-run helper 765 mkdir foo 766 mkdir foo/bar 767 mkdir foo/bar/mnt 768 do_mount foo/bar/mnt 769 mkdir foo/baz 770 do_mount foo/baz 771 mkdir foo/baz/foo [all...] |
/bind-9.6-ESV-R11/bin/tests/system/dlz/ |
H A D | tests.sh | 33 $DIG $DIGOPTS +norec foo.example.com. \ 37 grep "foo.example.com..*CNAME.*foo.example.net." dig.out.ns1.test$n > /dev/null || ret=1
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tcpmsg.c | 40 #define VALID_TCPMSG(foo) ISC_MAGIC_VALID(foo, TCPMSG_MAGIC)
|
H A D | spnego.c | 697 size_t len, len_len, mech_len, foo; local 712 &mech_len, &foo); 715 p += foo; 1390 size_t len_len, foo; local 1394 e = der_put_length(p + len_len - 1, len_len, len, &foo); 1395 if (e || foo != len_len) 1473 size_t len, len_len, mech_len, foo; local 1488 &mech_len, &foo); 1491 p += foo;
|
H A D | dispatch.c | 3467 char foo[1024]; 3471 isc_sockaddr_format(&disp->local, foo, sizeof(foo)); 3472 printf("\tdispatch %p, addr %s\n", disp, foo);
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | ccmsg.c | 47 #define VALID_CCMSG(foo) ISC_MAGIC_VALID(foo, CCMSG_MAGIC)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | integration_test.sh | 40 echo foo 433 atf_check -s eq:1 -o empty -e file:experr atf-report foo
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getnameinfo.c | 281 stringscope = foo;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 199 tkey-domain "foo.com"; 203 class IN type A name "foo" order random; 216 inet 10.0.0.1 allow { any; key foo; } keys { "key4";}; 244 1.2.3.4 port 10 key "foo"; // where to zone transfer from 269 foo.com. 4 3 2 "abdefghijklmnopqrstuvwxyz"; 374 file "foo"; 398 grant foo.bar.com. self foo.bar.com. a; 555 file "foo"; // foo [all...] |
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | ltmain.sh | 699 # Shorthand for --mode=foo, only valid as the first argument 3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */ 3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */ 3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */ 5319 # Convert "-framework foo" t [all...] |
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | configure | 703 # These are left unexpanded so users can "make install exec_prefix=/foo" 4467 const int *foo = &x[0]; 4468 ++foo; 4481 const int foo = 10; 4482 if (!foo) return 0;
|