Searched refs:found (Results 451 - 475 of 1053) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Ddriver.c303 isc_boolean_t found = ISC_FALSE; local
328 found = ISC_TRUE;
336 found = ISC_TRUE;
345 if (!found)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check.cpp378 bool found = false; local
381 while (!found && std::getline(stream, line).good()) {
383 found = true;
388 return found;
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dsf-pcap-ng.c826 goto found;
863 goto found;
893 goto found;
1051 found:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlambda-mat.c581 bool found = false; local
583 for (j = startrow; (j < rowsize) && !found; j++)
587 found = true;
590 if (found)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlambda-mat.c581 bool found = false; local
583 for (j = startrow; (j < rowsize) && !found; j++)
587 found = true;
590 if (found)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Ddisksubr.c247 printf("disklabel: mmeye oldlabel broken found\n");
257 * Scan MBR for NetBSD partittion. Return NO_MBR_SIGNATURE if no MBR found
259 * partition is found, return a pointer to it; else return NULL.
659 /* found disklabel in host's endian */
661 goto found;
667 /* found disklabel in the opposite endian */
672 goto found;
679 /* found disklabel by old mmeye's rule */
684 goto found;
688 /* No valid disklabel found o
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dbtvmei.c353 int found; local
361 found = 0;
376 found |= (res = (*(ih->ih_fun))(ih->ih_arg));
384 if (!found)
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_l2t.c267 goto found;
270 found:
275 * The entry we found may be an inactive entry that is
439 goto found;
444 found:
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dnsclpcsio_isa.c277 goto found;
285 goto found;
289 goto found;
294 found:
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dmachdep.c267 printf("bootinfo found at 0x%08lx\n", bootinfo_pa);
1075 int found; local
1096 found = 1;
1117 * Getting here implies no fault was found. Should never happen.
1120 found = 0;
1127 return found;
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dlib.c196 int sep, c, isrec, found, tempstat; local
213 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
217 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
220 if (found)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Ddivrem_1.asm43 C mov and loop instructions was found to gain nothing.
48 C that algorithm has been found to suffer from the relatively poor carry
/netbsd-6-1-5-RELEASE/usr.bin/tftp/
H A Dmain.c695 const struct cmd *c, *found; local
700 found = 0;
709 found = c;
716 return found;
/netbsd-6-1-5-RELEASE/usr.sbin/rtsold/
H A Drtsold.c713 int i, found; local
743 found = 0;
746 found++;
750 if (found)
755 warnx("multiple interfaces found");
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A Ddb.c513 int r, found; local
521 found = 0;
530 found++;
544 if (found) {
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dmain.c736 struct cmd *c, *found; local
744 found = 0;
753 found = c;
760 return (found);
820 char *tmp = argbase; /* will return this if token found */
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_readwrite.c79 int fid_len, found; local
85 found = 0;
91 found = 1;
93 if (found)
170 DPRINTF(EXTATTR, ("node fixup: found %d bytes of extended attributes\n",
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_sks.c71 * for the case that the file is found.
1035 int found; local
1062 found = -1;
1072 found = i;
1081 if (found == -1)
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpckbport.c137 device_t found; local
158 found = config_found_sm_loc(dev, "pckbport", locs, &pa,
161 if (found == NULL && alloced) {
166 return found;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.c631 "Zombie ph2 found, expiring it\n");
1244 int found, check_level; local
1274 "No approval found !\n");
1303 plog(LLV_DEBUG, LOCATION, NULL, "No phase1 rmconf found !\n");
1305 plog(LLV_DEBUG, LOCATION, NULL, "No phase1 found !\n");
1374 found = 0;
1376 (found == 0 && alg != NULL); alg = alg->next) {
1413 found = 1;
1416 if (!found){
1563 int found local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dacquire_cred.c144 goto found;
220 found:
279 ret = GSS_S_COMPLETE; /* ok found one entry */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c1328 int found = FALSE; local
1351 for (index = 0; (index < num_types) && (found == FALSE); index++) {
1354 found = TRUE;
1358 if (found == FALSE) {
1567 int found = FALSE; local
1571 for (; (ct < query_status_allocated) && (found == FALSE); ct++) {
1575 found = TRUE;
1589 if (found == FALSE) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dlcl_nw.c198 goto found;
200 found:
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmandoc.c641 int found; local
652 found = 0;
662 if (0 == found)
670 found = 1;
673 return(found && (!enclosed || isalnum((unsigned char)*q)));
677 return(found && !enclosed);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dieee.c205 /* These are the values found in the derivation flags of a 'b'
217 /* These are the values found in the specs flags of a 'd', 'm', or 'v'
2690 _("C++ base class not found in container"));
2797 _("C++ data member not found in container"));
3356 bfd_boolean found; local
3365 found = FALSE;
3378 found = TRUE;
3385 found = TRUE;
3391 found = TRUE;
3395 if (found)
6595 bfd_boolean found; local
[all...]

Completed in 313 milliseconds

<<11121314151617181920>>