Searched refs:found (Results 226 - 250 of 753) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/heimdal/kcm/
H A Devents.c270 int found = 0; local
278 found++;
283 if (!found) {
/freebsd-11.0-release/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.0-release/crypto/openssh/
H A Dssh-pkcs11-helper.c173 Key *key, *found; local
181 if ((found = lookup_key(key)) != NULL) {
188 found->rsa, RSA_PKCS1_PADDING)) != -1) {
H A Dsshconnect.c945 debug("found matching key w/out port");
982 " found in DNS.\n");
986 " found in DNS.\n");
1221 debug("No matching CA found. Retry with plain key");
1429 const struct hostkey_entry *found; local
1434 if (!lookup_key_in_hostkeys_by_type(hostkeys, type[i], &found))
1436 fp = sshkey_fingerprint(found->key,
1438 ra = sshkey_fingerprint(found->key,
1442 logit("WARNING: %s key found for host %s\n"
1445 key_type(found
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp218 bool found = false; local
222 found = true;
227 if (!found)
/freebsd-11.0-release/contrib/ee/
H A Dnew_curse.c1395 printf("terminal type %s not found\n", TERMINAL_TYPE);
1404 int found; local
1410 for (found = FALSE, offset = 0; (!found) && (offset < 26); offset++)
1414 found = TRUE;
1418 if (!found)
1420 for (found = FALSE, offset = 0; (!found) && (offset < lw__); offset++)
1424 found = TRUE;
1429 if (!found)
[all...]
/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_device.c352 int found = 0; local
389 found = 1;
396 if (found) {
399 * We found a callback with proper handler. In this
/freebsd-11.0-release/sys/geom/part/
H A Dg_part_ldm.c441 int error, found, i; local
456 for (found = 0, i = is_gpt; i < nitems(ldm_ph_off); i++) {
506 if (found != 0 && memcmp(&db->ph, &hdr, sizeof(hdr)) != 0) {
523 found = 0;
525 if (found == 0)
527 found = 1;
529 if (found == 0) {
530 LDM_DEBUG(1, "%s: valid LDM private header not found",
579 int error, found, i; local
583 for (i = 0, found
[all...]
/freebsd-11.0-release/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.0-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c283 int found=0; local
305 ++found;
309 return found;
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Dutil.c211 goto found;
224 goto found;
269 found:
/freebsd-11.0-release/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.0-release/contrib/serf/buckets/
H A Dbwtp_buckets.c266 int acceptable, int *found,
273 return serf_bucket_readline(bucket, acceptable, found, data, len);
569 int acceptable, int *found,
581 return serf_bucket_readline(ctx->body, acceptable, found, data, len);
265 serf_bwtp_frame_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
568 bwtp_incoming_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11.0-release/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) {
345 *found = true;
370 bool found = false; local
379 out_len, true, &found);
380 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
430 bool found = false; local
[all...]
/freebsd-11.0-release/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.0-release/contrib/apr/poll/unix/
H A Dport.c278 int found; local
299 found = 0;
306 found = 1;
314 if (!found) {
/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_section.c102 int found, i; local
145 found = 0;
151 found = 1;
155 if (found)
/freebsd-11.0-release/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.0-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c355 boolean_t found; local
369 found = FALSE;
375 found = TRUE;
381 if (found)
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx6_sdma.c160 int found; local
165 found = 0;
172 found = 1;
177 if (!found)
/freebsd-11.0-release/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.0-release/bin/sh/
H A Djobs.c588 struct job *found, *jp; local
619 found = NULL;
623 if (found)
625 found = jp;
628 if (found != NULL)
629 return (found);
632 found = NULL;
637 if (found)
639 found = jp;
642 if (found)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h263 bool found)
266 any_found = found;
262 DescriptorMapUpdateResult(bool ran, bool found) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c1272 URL, work up through DIR's parents until an existing node is found.
1312 found. Push each nonexistent URL onto the array NEW_DIRS,
1357 * existing item is found for the descendant. Allocate results in RESULT_POOL.
2722 _("Path '%s' not found in revision %ld"),
2727 _("Path '%s' not found in head revision"),
/freebsd-11.0-release/contrib/tcpdump/missing/
H A Dgetnameinfo.c127 goto found;
131 found:

Completed in 141 milliseconds

1234567891011>>