Searched refs:found (Results 251 - 275 of 822) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c11 * apply to all code found in this distribution, be it the RC4, RSA,
167 int found = 0; local
231 found = 1;
238 return found;
/freebsd-11-stable/usr.sbin/rpcbind/
H A Dutil.c213 goto found;
226 goto found;
271 found:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp224 bool found = false; local
228 found = true;
233 if (!found)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfindfp.c11 * forth in the LICENSE file which can be found at the top level of
165 goto found; /* for opening reusing an 'fp' */
172 goto found;
176 found:
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_section.c102 int found, i; local
145 found = 0;
151 found = 1;
155 if (found)
/freebsd-11-stable/contrib/ldns/drill/
H A Ddnssec.c20 ldns_rr_list *found; local
23 found = NULL;
26 found = ldns_pkt_rr_list_by_type(p, t, LDNS_SECTION_ANY_NOQUESTION);
29 return found;
472 printf(";; exact match found\n");
514 printf(";; no closest encloser found\n");
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.c298 goto found;
303 found:
308 * The entry we found may be an inactive entry that is
384 goto found;
395 found:
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c301 * Check variable found
307 * @param found
312 size_t *out_len, bool strict, bool *found)
324 *found = true;
333 *found = true;
341 if (!(*found) && parser->var_handler != NULL && strict) {
346 *found = true;
371 bool found = false; local
380 out_len, true, &found);
381 if (found) {
311 ucl_check_variable_safe(struct ucl_parser *parser, const char *ptr, size_t remain, size_t *out_len, bool strict, bool *found) argument
431 bool found = false; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c1029 struct ecore_spq_entry *found = OSAL_NULL; local
1066 found = p_ent;
1084 if (!found) {
1095 if (found->comp_cb.function)
1096 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
1101 if ((found->comp_mode != ECORE_SPQ_MODE_EBLOCK) ||
1102 (found->queue == &p_spq->unlimited_pending))
1107 ecore_spq_return_entry(p_hwfn, found);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd16 if /I "%dig%"=="" echo Dig not found. If installed, add path to PATH environment variable. & exit 1
17 echo Dig found: %dig%
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c944 debug("found matching key w/out port");
981 " found in DNS.\n");
985 " found in DNS.\n");
1220 debug("No matching CA found. Retry with plain key");
1428 const struct hostkey_entry *found; local
1433 if (!lookup_key_in_hostkeys_by_type(hostkeys, type[i], &found))
1435 fp = sshkey_fingerprint(found->key,
1437 ra = sshkey_fingerprint(found->key,
1441 logit("WARNING: %s key found for host %s\n"
1444 key_type(found
[all...]
/freebsd-11-stable/sys/x86/acpica/
H A Dsrat.c291 int found, i, j; local
294 found = 0;
299 found++;
301 if (!found) {
302 printf("SRAT: No CPU found for memory domain %d\n",
309 printf("SRAT: No memory found for CPU %d\n", i);
350 printf("SRAT: No memory region found for 0x%jx - 0x%jx\n",
515 * Returns the domain ID, or -1 if no domain ID was found.
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_gas.c211 struct dmar_map_entry *prev, *found; local
213 found = RB_INSERT(dmar_gas_entries_tree, &domain->rb_root, entry);
218 return (found == NULL);
364 bool found; local
390 found = dmar_gas_rb_insert(a->domain, a->entry);
391 KASSERT(found, ("found dup %p start %jx size %jx",
515 bool found; local
566 found = dmar_gas_rb_insert(domain, entry);
567 KASSERT(found, ("foun
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c160 int found; local
165 found = 0;
172 found = 1;
177 if (!found)
/freebsd-11-stable/libexec/getty/
H A Dsubr.c475 int found; local
488 found = !regexec(&regex, HN, regex.re_nsub + 1, match, 0);
489 if (found) {
493 * We found a match. If there were no parenthesized
505 if (found)
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dkbd.c519 uint8_t found, report_id; local
528 found = 0;
541 found++;
579 if (found)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp329 bool found = false; local
337 found = true;
342 if (found)
345 return found;
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dport.c278 int found; local
299 found = 0;
306 found = 1;
314 if (!found) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dsb_bucket.c123 int *found,
122 sb_bucket_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/contrib/serf/buckets/
H A Dbwtp_buckets.c271 int acceptable, int *found,
278 return serf_bucket_readline(bucket, acceptable, found, data, len);
574 int acceptable, int *found,
586 return serf_bucket_readline(ctx->body, acceptable, found, data, len);
270 serf_bwtp_frame_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
573 bwtp_incoming_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1309 bool found = false; local
1315 found = true;
1319 if (!found) {
1470 bool found = false; local
1472 found = true;
1474 for (unsigned J = 0; J < SymbolList.size() && !found; ++J) {
1476 found = true;
1479 if (!found) {
1525 bool found = false; local
1527 found
1586 bool found = false; local
1670 bool found = false; local
[all...]
/freebsd-11-stable/bin/sh/
H A Djobs.c641 struct job *found, *jp; local
672 found = NULL;
676 if (found)
678 found = jp;
681 if (found != NULL)
682 return (found);
685 found = NULL;
690 if (found)
692 found = jp;
695 if (found)
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c390 goto found;
393 found:
/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn.c52 goto found;
65 found:
/freebsd-11-stable/contrib/gcc/
H A Dgcov-dump.c219 goto found;
221 found:;

Completed in 240 milliseconds

<<11121314151617181920>>