Searched refs:ok (Results 1 - 25 of 33) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp338 bool ok; member in struct:test
358 if (t->ok) {
368 if (t->ok)
383 bool ok; member in struct:test
401 << " and expecting " << (t->ok ? "true" : "false")
408 if (t->ok) {
417 if (t->ok)
431 bool ok; member in struct:test
453 if (t->ok) {
462 if (t->ok)
477 bool ok; member in struct:test
523 bool ok; member in struct:test
568 bool ok; member in struct:test
617 bool ok; member in struct:test
669 bool ok; member in struct:test
717 bool ok; member in struct:test
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style.sh173 ok=0
180 check_file ${file} || ok=1
184 return ${ok}
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp190 bool ok; local
192 ok = (cnt != -1 && cnt != 0);
194 if (!ok)
220 bool ok; local
221 ok = ::write(m_handle, pbase(), cnt) == cnt;
223 if (ok)
225 return ok ? 0 : -1;
H A Dfs.cpp132 bool ok = false; local
134 while (!ok) {
139 ok = true;
147 INV(ok);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dmx_15.c54 isc_boolean_t ok; local
70 ok = ISC_TRUE;
72 ok = check_mx(&token);
73 if (!ok && (options & DNS_RDATA_CHECKMXFAIL) != 0)
75 if (!ok && callbacks != NULL)
82 ok = ISC_TRUE;
84 ok = dns_name_ishostname(&name, ISC_FALSE);
85 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
87 if (!ok && callbacks != NULL)
H A Dns_2.c32 isc_boolean_t ok; local
47 ok = ISC_TRUE;
49 ok = dns_name_ishostname(&name, ISC_FALSE);
50 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
52 if (!ok && callbacks != NULL)
H A Dptr_12.c49 isc_boolean_t ok; local
50 ok = dns_name_ishostname(&name, ISC_FALSE);
51 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
53 if (!ok && callbacks != NULL)
H A Dafsdb_18.c34 isc_boolean_t ok; local
60 ok = ISC_TRUE;
62 ok = dns_name_ishostname(&name, ISC_FALSE);
63 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
65 if (!ok && callbacks != NULL)
H A Dminfo_14.c33 isc_boolean_t ok; local
50 ok = ISC_TRUE;
52 ok = dns_name_ismailbox(&name);
53 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
55 if (!ok && callbacks != NULL)
H A Drp_17.c33 isc_boolean_t ok; local
51 ok = ISC_TRUE;
53 ok = dns_name_ismailbox(&name);
54 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
56 if (!ok && callbacks != NULL)
H A Drt_21.c34 isc_boolean_t ok; local
55 ok = ISC_TRUE;
57 ok = dns_name_ishostname(&name, ISC_FALSE);
58 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
60 if (!ok && callbacks != NULL)
H A Dsoa_6.c34 isc_boolean_t ok; local
53 ok = ISC_TRUE;
57 ok = dns_name_ishostname(&name, ISC_FALSE);
60 ok = dns_name_ismailbox(&name);
64 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
66 if (!ok && callbacks != NULL)
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror.c66 bool ok; local
75 ok = true;
81 ok = false;
86 return ok;
H A Dmacros_test.c245 bool ok; member in struct:test
266 if (t->ok) {
289 bool ok; member in struct:test
308 if (t->ok) {
319 if (t->ok)
346 bool ok; member in struct:test
367 if (t->ok) {
390 bool ok; member in struct:check_eq_test
401 t->ok ? "true" : "false");
408 if (t->ok) {
568 bool ok; member in struct:test
612 bool ok; member in struct:require_eq_test
[all...]
/bind-9.6-ESV-R11/bin/tests/system/
H A Drun.sh65 : prereqs ok
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c699 bool ok; local
717 ok = false;
719 if (!ok && !(mode & atf_fs_access_x)) {
721 ok = true;
724 if (!ok && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) {
727 ok = true;
730 if (!ok && (atf_user_euid() == st.st_uid)) {
731 ok = ((mode & atf_fs_access_r) && (st.st_mode & S_IRUSR)) ||
735 if (!ok && atf_user_is_member_of_group(st.st_gid)) {
736 ok
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Drdata_test.c88 isc_boolean_t ok; member in struct:__anon141
224 if (test_data[i].ok)
239 isc_boolean_t ok; member in struct:__anon142
284 if (test_data[i].ok)
313 isc_boolean_t ok; member in struct:__anon143
358 if (test_data[i].ok)
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp82 bool ok; local
89 ok = false;
94 ok = false;
100 ok = false;
103 ok = true;
105 return ok;
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dcc.h74 isccc_cc_createack(isccc_sexpr_t *message, isc_boolean_t ok,
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dsrv_33.c34 isc_boolean_t ok; local
79 ok = ISC_TRUE;
81 ok = dns_name_ishostname(&name, ISC_FALSE);
82 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
84 if (!ok && callbacks != NULL)
H A Da6_38.c38 isc_boolean_t ok; local
88 ok = ISC_TRUE;
90 ok = dns_name_ishostname(&name, ISC_FALSE);
91 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
93 if (!ok && callbacks != NULL)
/bind-9.6-ESV-R11/lib/dns/rdata/ch_3/
H A Da_1.c51 isc_boolean_t ok; local
52 ok = dns_name_ishostname(&name, ISC_FALSE);
53 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
55 if (!ok && callbacks != NULL)
/bind-9.6-ESV-R11/bin/tests/system/pending/
H A Dtests.sh118 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1
125 replace_data pending-ok.example.com. A 192.0.2.2 192.0.2.3 || ret=1
131 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl504 tk_messageBox -icon error -type ok -title "Directory Error" \
513 tk_messageBox -icon warning -type ok \
521 tk_messageBox -icon warning -type ok \
573 tk_messageBox -icon warning -type ok -title "Warning" \
584 tk_messageBox -icon warning -type ok -title "Warning" \
699 tk_messageBox -icon warning -type ok \
707 tk_messageBox -icon warning -type ok \
847 button $w.ok -text "OK" -command [list configureLog $top]
850 pack $w.ok -side right -padx 12 -pady 6
870 tk_messageBox -type ok
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp579 bool ok = false; local
582 !ok && iter != checks.end(); iter++) {
583 ok |= run_status_check(*iter, result);
586 return ok;
680 bool ok = true; local
684 ok &= run_output_check(*iter, path, stdxxx);
687 return ok;

Completed in 143 milliseconds

12