Searched refs:found (Results 151 - 175 of 822) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/xstr/
H A Dxstr.c88 static void found(int, off_t, char *);
386 found(hp->hnew, hp->hpt, hp->hstr);
399 found(int new, off_t off, char *str) function
404 fprintf(stderr, "found at %d:", (int) off);
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c167 int found; local
183 found = 0;
184 while (!found)
188 found = 1;
192 while (found && isp1 < iend)
195 found = 0;
199 if (!found)
208 found = 1;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Ddbrec.c93 goto found;
99 found:
/freebsd-11-stable/stand/ofw/libofw/
H A Ddevicename.c102 goto found;
107 found:
/freebsd-11-stable/contrib/serf/buckets/
H A Dsocket_buckets.c104 int acceptable, int *found,
109 return serf_databuf_readline(&ctx->databuf, acceptable, found, data, len);
103 serf_socket_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/crypto/openssh/
H A Dauth2.c494 u_int i, found; local
503 for (found = i = 0; !found && authmethods[i] != NULL; i++) {
517 found = 1;
520 if (!found) {
632 u_int i, found = 0; local
639 found = 1;
648 if (!found)
H A Dhostfile.c250 debug3("%s: found %skey type %s in file %s:%lu", __func__,
329 * If looking for a keytype (key == NULL) and one is found then return
333 * 1. If the key is a cert and a matching CA is found, return HOST_OK
334 * 2. If the key is not a cert and a matching key is found, return HOST_OK
335 * 3. If no key matches but a key with a different type is found, then
337 * 4. If no matching keys are found, then return HOST_NEW.
339 * Finally, check any found key is not revoked.
343 struct sshkey *k, int keytype, const struct hostkey_entry **found)
351 if (found != NULL)
352 *found
342 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, const struct hostkey_entry **found) argument
401 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, const struct hostkey_entry **found) argument
410 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, const struct hostkey_entry **found) argument
[all...]
H A Dauth2-pubkey.c668 error("AuthorizedPrincipalsCommandUser \"%s\" not found: %s",
769 Key *found; local
773 found = NULL;
781 if (found != NULL)
782 key_free(found);
783 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
792 if (key_read(found, &cp) != 1) {
806 if (key_read(found, &cp) != 1) {
813 if (!key_equal(found, key->cert->signature_key))
820 if ((fp = sshkey_fingerprint(found,
[all...]
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c318 int found=0; local
334 found++;
339 if(found) {
419 int found,len; local
432 found=0;
435 found++;
440 if(found) {
677 int found; local
720 found=0;
725 found
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1510 bool found = false; local
1524 found = true;
1541 found = true;
1544 if (found == true) {
2144 ucl_object_t *found, *tmp; local
2200 found = __DECONST (ucl_object_t *, ucl_hash_search_obj (top->value.ov, elt));
2202 if (found == NULL) {
2211 ucl_hash_replace (top->value.ov, found, elt);
2212 ucl_object_unref (found);
2215 if (found
2252 ucl_object_t *found; local
2280 const ucl_object_t *found; local
2326 ucl_object_t *cur = NULL, *cp = NULL, *found = NULL; local
2585 const ucl_object_t *o = NULL, *found; local
3513 const ucl_object_t *found; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp441 bool found = false; local
445 found = true;
449 return std::make_pair(found, osi);
560 bool found = false; local
561 std::tie(found, osi) = ConsumeChar(osi, '(', ose);
562 if (!found) {
574 std::tie(found, osi) = ConsumeChar(osi, ',', ose);
575 if (!found) {
587 std::tie(found, osi) = ConsumeChar(osi, ',', ose);
588 if (!found) {
643 bool found = false; local
684 bool found = false; local
729 bool found = false; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c367 bool found = check_existence(my_list[j], &my_stat[j]); local
369 if (found) {
373 found = FALSE;
379 if (!found) {
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c282 const char *found; local
309 found = _nc_altcharset_name(attr, (chtype) CharOf(buf[j]));
310 if (found != 0) {
311 (void) _nc_trace_bufcat(bufnum, found);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-stabs.h41 int found; /* Count of times it's found in searching */ member in struct:stab_section_info
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.c48 * If no match is found, a pointer to the static dummy array (above) is
97 uint8_t found; local
160 /* Test for EOF; if EOF then no directive was found */
186 /* Test for EOF, if EOF then no directive was found */
332 * found the end of the value.
425 found = have_equals = 0; /* reset */
442 found = 1;
459 if (!found && unknown != NULL) {
461 * No match was found for the value we read from the
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcollector.c208 int ret, found = HX509_CERT_NOT_FOUND; local
236 found = 0;
244 if (found)
247 return found;
/freebsd-11-stable/lib/libbluetooth/
H A Dbluetooth.c72 goto found;
74 found:
185 goto found;
187 found:
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen-mca.h311 uint32_t found, i; \
314 found = 0; \
320 found = 1; \
325 (_ret) = found ? _mic : NULL; \
/freebsd-11-stable/tools/tools/ncpus/
H A Dacpi.c278 int found; local
280 found = 0;
284 found = devinfo_foreach_device_child(root, acpi0_check, NULL);
286 return found;
/freebsd-11-stable/sys/gdb/
H A Dgdb_int.h65 const unsigned char *pat, size_t patlen, const unsigned char **found);
H A Dgdb_main.c262 const unsigned char *found; local
269 if (gdb_search_mem((char *)(uintptr_t)addr, size, gdb_bindata, patlen, &found)) {
270 if (found == 0ULL)
275 gdb_tx_hex((intmax_t)(uintptr_t)found, 8);
/freebsd-11-stable/lib/libkvm/
H A Dkvm_arm.c112 int found; local
130 found = 0;
135 found = 1;
141 if (!found) {
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c237 register struct cmd *c, *found; local
242 found = NULL;
251 found = c;
258 return(found);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Deagain_bucket.c73 int *found,
71 eagain_bucket_readline(serf_bucket_t *bucket, int acceptable, int *found, const char **data, apr_size_t *len) argument
/freebsd-11-stable/usr.bin/calendar/
H A Dsunpos.c218 int found = 0; local
310 found = 0;
325 found = 1;
331 if (found)
340 found = 0;
355 found = 1;
361 if (found)

Completed in 385 milliseconds

1234567891011>>