/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | user.c | 53 bool found; local 61 found = false; 62 for (i = 0; !found && i < ngroups; i++) 64 found = true; 65 return found;
|
H A D | user_test.c | 92 bool found = false; local 95 for (i = 0; !found && i < ngids; i++) { 97 found = true; 100 if (found) {
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | text.cpp | 60 bool found; local 64 found = str.empty(); 77 found = res == 0; 80 return found;
|
H A D | fs.cpp | 479 bool found = false; local 481 !found && iter != dirs.end(); iter++) { 485 found = true; 487 return found;
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | delimitermap.c | 213 int found; local 224 found = 0; 231 found = 1; 235 if (!found) { 238 found = 1; 243 if (found)
|
H A D | filechecker.c | 125 const unsigned long **found) { 142 *found = str; 147 *found = NULL; 259 const unsigned long **found) { 260 return idn__filechecker_lookup((idn__filechecker_t)ctx, str, found); 124 idn__filechecker_lookup(idn__filechecker_t ctx, const unsigned long *str, const unsigned long **found) argument 258 idn__filechecker_lookupproc(void *ctx, const unsigned long *str, const unsigned long **found) argument
|
H A D | checker.c | 366 const unsigned long **found) { 371 assert(ctx != NULL && ucs4 != NULL && found != NULL); 379 *found = NULL; 386 found); 389 if (*found != NULL) 395 if (*found == NULL) { 396 TRACE(("idn_checker_lookup(): %s (not found)\n", 399 TRACE(("idn_checker_lookup(): %s (found \\x%04lx)\n", 400 idn_result_tostring(r), **found)); 365 idn_checker_lookup(idn_checker_t ctx, const unsigned long *ucs4, const unsigned long **found) argument
|
H A D | nameprep.c | 100 const unsigned long **found); 203 const unsigned long **found) { 204 assert(handle != NULL && str != NULL && found != NULL); 209 return (idn_nameprep_check(handle->prohibited_proc, str, found)); 214 const unsigned long **found) { 215 assert(handle != NULL && str != NULL && found != NULL); 220 return (idn_nameprep_check(handle->unassigned_proc, str, found)); 225 const unsigned long **found) { 236 *found = str; 239 *found 202 idn_nameprep_isprohibited(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument 213 idn_nameprep_isunassigned(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument 224 idn_nameprep_check(nameprep_checkproc proc, const unsigned long *str, const unsigned long **found) argument 249 idn_nameprep_isvalidbidi(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument 342 idn_nameprep_prohibitproc(void *handle, const unsigned long *str, const unsigned long **found) argument 348 idn_nameprep_unassignedproc(void *handle, const unsigned long *str, const unsigned long **found) argument 354 idn_nameprep_bidiproc(void *handle, const unsigned long *str, const unsigned long **found) argument [all...] |
H A D | ucsset.c | 263 idn_ucsset_lookup(idn_ucsset_t ctx, unsigned long v, int *found) { argument 267 assert(ctx != NULL && ctx->refcnt > 0 && found != NULL); 286 *found = 0; 299 *found = 1;
|
H A D | res.c | 1408 const unsigned long *name, *found; local 1422 r = idn_checker_lookup(prohibit_checker, name, &found); 1424 if (r == idn_success && found != NULL) 1434 const unsigned long *name, *found; local 1448 r = idn_checker_lookup(unassigned_checker, name, &found); 1450 if (r == idn_success && found != NULL) 1460 const unsigned long *name, *found; local 1474 r = idn_checker_lookup(bidi_checker, name, &found); 1476 if (r == idn_success && found != NULL)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | requirements.cpp | 61 bool found = false; local 64 found = atf::fs::is_executable(program); 74 !found && iter != dirs.end(); iter++) { 77 found = true; 81 return found; 128 return "Required file '" + file.str() + "' not found"; 219 return "Required program '" + (*iter) + "' not found in the PATH";
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | zone_test.c | 159 dns_fixedname_t found; local 176 dns_fixedname_init(&found); 218 dns_fixedname_name(&found), 224 print_rdataset(dns_fixedname_name(&found), &rdataset);
|
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | loc.c | 104 printf ("LOC record found for the name %s\n", name); 113 printf ("No LOC record found for the name %s, trying addresses\n", name); 129 printf (" No A record found for %s\n", name); 136 printf ("No LOC record found for the network name %s\n", name); 352 short found = 0; local 466 found = 1; 478 if (found)
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | ncache.c | 737 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found, argument 753 REQUIRE(found != NULL); 762 dns_name_fromregion(found, &remaining); 763 INSIST(remaining.length >= found->length); 764 isc_buffer_forward(&source, found->length); 765 remaining.length -= found->length;
|
H A D | nsec3.c | 90 isc_boolean_t found; local 146 found = found_ns = need_rrsig = ISC_FALSE; 173 found = ISC_TRUE; 177 if ((found && !found_ns) || need_rrsig) { 672 * We have found the previous NSEC3 record and can now
|
H A D | spnego.c | 581 int found = 0; local 625 for (i = 0; !found && i < init_token.mechTypes.len; ++i) { 641 found = 1; 648 found = 1; 655 if (!found) {
|
H A D | validator.c | 85 * DLV RRset found by startfinddlvsep. 93 #define VALATTR_TRIEDVERIFY 0x0004 /*%< We have found a key and 106 * NSEC proofs that have been found. 270 * a NS RRset at this name. If it is found we are at a delegation point. 284 isc_boolean_t found; local 307 found = ISC_FALSE; 311 found = dns_nsec_typepresent(&rdata, dns_rdatatype_ns); 315 return (found); 321 found = ISC_FALSE; 360 found 1895 dns_name_t *found; local 3215 dns_name_t *found; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 277 bool found = false; local 279 while (!found && (line = atf_utils_readline(fd)) != NULL) { 280 found = grep_string(atf_dynstr_cstring(&formatted), line); 287 return found;
|
H A D | tc.c | 430 bool found; member in struct:prog_found_pair 439 if (pf->found) 450 pf->found = true; 453 INV(!pf->found); 482 "not be found", prog); 504 pf.found = false; 509 if (!pf.found) { 515 "not be found in the PATH", prog); 670 "boolean value; found %s", name, strval); 702 "long value; found [all...] |
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | AccountInfo.cpp | 62 wchar_t **PrivList, /* Ptr to List of Privileges found */ 380 int found; local 389 found = -1; 392 found = wcsncmp(PrivList[j], UserRights[i].Buffer, 394 if (found == 0) 397 if (found != 0) {
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getaddrinfo.c | 505 int found; local 518 found = 0; 525 if ((found & FOUND_IPV6) == 0) 527 found |= FOUND_IPV6; 530 if ((found & FOUND_IPV4) == 0) 532 found |= FOUND_IPV4; 539 if ((found & FOUND_IPV4) == 0) 541 if ((found & FOUND_IPV6) == 0)
|
/bind-9.6-ESV-R11/bin/rndc/ |
H A D | rndc.c | 157 int found = 0, count; local 168 count, &found); 169 nserveraddrs += found; 466 fatal("neither %s nor %s was found",
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.c | 300 unsigned int len, found; local 352 found = 0; 354 while ( !found && c->type != CONF_END ) 363 found = 1; 465 if ( !found )
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 381 bool found = false; local 384 while (!found && !std::getline(stream, line).fail()) { 386 found = true; 391 return found;
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | mem.c | 1204 isc_boolean_t found; local 1210 found = ISC_FALSE; 1218 found = ISC_TRUE; 1231 if (!found)
|