/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | user.c | 50 bool found; local 58 found = false; 59 for (i = 0; !found && i < ngroups; i++) 61 found = true; 62 return found;
|
H A D | user_test.c | 89 bool found = false; local 92 for (i = 0; !found && i < ngids; i++) { 94 found = true; 97 if (found) {
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | user.cpp | 77 bool found; local 85 found = false; 86 for (i = 0; !found && i < ngroups; i++) 88 found = true; 89 return found;
|
H A D | text.cpp | 55 bool found; local 59 found = str.empty(); 72 found = res == 0; 75 return found;
|
H A D | requirements.cpp | 59 bool found = false; local 62 found = tools::fs::is_executable(program); 72 !found && iter != dirs.end(); iter++) { 75 found = true; 79 return found; 126 return "Required file '" + file.str() + "' not found"; 226 return "Required program '" + (*iter) + "' not found in the PATH";
|
/bind-9.11.3/bin/tests/pkcs11/benchmarks/ |
H A D | find.c | 98 CK_ULONG found = 0; local 186 rv = pkcs_C_FindObjects(hSession, &sKey, 1, &found);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | text.cpp | 56 bool found; local 60 found = str.empty(); 73 found = res == 0; 76 return found;
|
H A D | fs.cpp | 475 bool found = false; local 477 !found && iter != dirs.end(); iter++) { 481 found = true; 483 return found;
|
/bind-9.11.3/lib/isc/ |
H A D | backtrace.c | 261 isc_backtrace_symmap_t *found; local 277 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols, 279 if (found == NULL) 282 *symbolp = found->symbol; 284 (char *)found->addr);
|
H A D | regex.c | 319 isc_boolean_t found = ISC_FALSE; local 331 found = ISC_TRUE; 333 if (!found)
|
/bind-9.11.3/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.11.3/lib/dns/ |
H A D | dns64.c | 206 isc_boolean_t found = ISC_FALSE; local 236 if (!found && aaaaok != NULL) { 240 found = ISC_TRUE; 288 if (!found && aaaaok != NULL) { 292 return (found ? answer : ISC_TRUE);
|
H A D | ncache.c | 675 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found, argument 691 REQUIRE(found != NULL); 700 dns_name_fromregion(found, &remaining); 701 INSIST(remaining.length >= found->length); 702 isc_buffer_forward(&source, found->length); 703 remaining.length -= found->length;
|
H A D | geoip.c | 561 isc_boolean_t found = ISC_FALSE; local 572 found = ISC_TRUE; 575 if (!found) {
|
/bind-9.11.3/lib/irs/ |
H A D | getnameinfo.c | 61 * A name is required. If the hostname cannot be found in the DNS 63 * hostname is not found and the flag is not set, the address is 174 goto found; 178 found: 275 isc_boolean_t found = ISC_FALSE; local 369 found = ISC_TRUE; 380 if (found) {
|
/bind-9.11.3/bin/tests/ |
H A D | zone_test.c | 151 dns_fixedname_t found; local 168 dns_fixedname_init(&found); 210 dns_fixedname_name(&found), 216 print_rdataset(dns_fixedname_name(&found), &rdataset);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils.c | 310 bool found = false; local 312 while (!found && (line = atf_utils_readline(fd)) != NULL) { 313 found = grep_string(atf_dynstr_cstring(&formatted), line); 320 return found;
|
/bind-9.11.3/lib/lwres/ |
H A D | getaddrinfo.c | 508 int found; local 521 found = 0; 528 if ((found & FOUND_IPV6) == 0) 530 found |= FOUND_IPV6; 533 if ((found & FOUND_IPV4) == 0) 535 found |= FOUND_IPV4; 542 if ((found & FOUND_IPV4) == 0) 544 if ((found & FOUND_IPV6) == 0)
|
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | AccountInfo.cpp | 51 wchar_t **PrivList, /* Ptr to List of Privileges found */ 397 int found; local 406 found = -1; 409 found = wcsncmp(PrivList[j], UserRights[i].Buffer, 411 if (found == 0) 414 if (found != 0) {
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | dlz_example.c | 387 isc_boolean_t found = ISC_FALSE; local 444 found = ISC_TRUE; 454 found = ISC_TRUE; 462 found = ISC_TRUE; 471 if (!found)
|