Searched defs:found (Results 1 - 25 of 48) sorted by relevance

12

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Duser.c50 bool found; local
58 found = false;
59 for (i = 0; !found && i < ngroups; i++)
61 found = true;
62 return found;
H A Duser_test.c89 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 Duser.cpp77 bool found; local
85 found = false;
86 for (i = 0; !found && i < ngroups; i++)
88 found = true;
89 return found;
H A Dtext.cpp55 bool found; local
59 found = str.empty();
72 found = res == 0;
75 return found;
H A Drequirements.cpp59 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 Dfind.c98 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 Dtext.cpp56 bool found; local
60 found = str.empty();
73 found = res == 0;
76 return found;
H A Dfs.cpp475 bool found = false; local
477 !found && iter != dirs.end(); iter++) {
481 found = true;
483 return found;
/bind-9.11.3/lib/isc/
H A Dbacktrace.c261 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 Dregex.c319 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 Ddelimitermap.c213 int found; local
224 found = 0;
231 found = 1;
235 if (!found) {
238 found = 1;
243 if (found)
H A Dfilechecker.c125 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 Dchecker.c366 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 Dnameprep.c100 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 Ducsset.c263 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 Dres.c1408 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 Ddns64.c206 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 Dncache.c675 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 Dgeoip.c561 isc_boolean_t found = ISC_FALSE; local
572 found = ISC_TRUE;
575 if (!found) {
/bind-9.11.3/lib/irs/
H A Dgetnameinfo.c61 * 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 Dzone_test.c151 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 Dutils.c310 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 Dgetaddrinfo.c508 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 DAccountInfo.cpp51 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 Ddlz_example.c387 isc_boolean_t found = ISC_FALSE; local
444 found = ISC_TRUE;
454 found = ISC_TRUE;
462 found = ISC_TRUE;
471 if (!found)

Completed in 48 milliseconds

12