Searched defs:ok (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
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 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 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 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 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/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-run/
H A Dfs.cpp132 bool ok = false; local
134 while (!ok) {
139 ok = true;
147 INV(ok);
H A Datf-run.cpp254 bool ok = true; local
259 ok &= (result == EXIT_SUCCESS);
262 return ok ? EXIT_SUCCESS : EXIT_FAILURE;
546 bool ok = true; local
551 ok &= (result == EXIT_SUCCESS);
556 return ok ? EXIT_SUCCESS : EXIT_FAILURE;
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;
/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/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/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/lib/dns/
H A Ddst_parse.c135 isc_boolean_t ok; local
154 ok = have[TAG_RSA_MODULUS & mask] &&
158 ok = have[TAG_RSA_MODULUS & mask] &&
166 return (ok ? 0 : -1 );
H A Dmaster.c1703 isc_boolean_t ok; local
1708 ok = dns_rdata_checkowner(name, lctx->zclass, type,
1710 if (!ok) {
/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/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/
H A Dcc.c534 isccc_cc_createack(isccc_sexpr_t *message, isc_boolean_t ok, argument
570 if (isccc_cc_definestring(ack, "_ack", (ok) ? "1" : "0") == NULL) {
/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/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;
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c819 * If we're deleting all records, it's ok to delete RRSIG and NSEC even
1418 * Sets '*ok' to ISC_TRUE if the update is legal, ISC_FALSE if not.
1435 dns_rdata_t *update_rdata, isc_boolean_t *ok)
1448 *ok = ISC_FALSE;
1450 *ok = ISC_TRUE;
2826 isc_boolean_t ok = ISC_TRUE; local
2868 ok = ISC_FALSE;
2899 ok = ISC_FALSE;
2904 ok = ISC_FALSE;
2910 ok
1434 check_soa_increment(dns_db_t *db, dns_dbversion_t *ver, dns_rdata_t *update_rdata, isc_boolean_t *ok) argument
3818 isc_boolean_t ok; local
[all...]

Completed in 211 milliseconds

12