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

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Dnetif.c106 goto found;
110 found:
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgcmp-232 msgcmp: found 1 fatal error
H A Dmsgcmp-332 msgcmp: found 1 fatal error
H A Dmsgfmt-1078 msgfmt: found 1 fatal error
H A Dmsgmerge-231 msgmerge: found 1 fatal error
H A Dmsgmerge-934 msgmerge: found 1 fatal error
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/conf/
H A Dpost-install253 echo $0: Error: no $POSTCONF command found. 1>&2
626 found=`$POSTCONF -c $config_directory -h hash_queue_names`
628 (echo "$found" | grep defer >/dev/null) || missing="$missing defer"
629 (echo "$found" | grep deferred>/dev/null)|| missing="$missing deferred"
632 $POSTCONF -c $config_directory -e hash_queue_names="$found$missing" ||
/netbsd-6-1-5-RELEASE/usr.bin/xstr/
H A Dxstr.c72 static void found(int, off_t, const char *);
454 found(hp->hnew, hp->hpt, hp->hstr);
468 found(int new, off_t off, const char *str) function
473 (void)fprintf(stderr, "found at %d:", (int) off);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dalloc.c189 goto found;
204 if (failed) { /* nothing found */
230 found:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dcache.c248 If it is found then 'return_tag' is set to point to the tag for that line
250 If it is not found, 'return_tag' is set to point to the tag for the least
260 FRV_CACHE_TAG *found; local
275 if no match is found. */
280 found = CACHE_TAG (cache, set, way);
283 if (! found->locked && (available == NULL || available->lru > found->lru))
284 available = found;
285 if (found->valid && found
435 int found = get_tag (cache, address, &tag); local
521 int found; local
599 int found; local
632 int found; local
1266 int found = get_tag (cache, address, &tag); local
1287 int found; local
1351 int found; local
1633 int found = get_tag (cache, address, &tag); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h120 const_iterator found = map().find(p); local
121 if (found != map().end())
125 log_to_string(error, *found);
143 const_iterator found = map().find(p); local
144 if (found == map().end())
152 if (found->second.second != size)
157 log_to_string(error, *found);
168 std::string found; local
172 log_to_string(found, *beg);
176 if (!found
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-h8300.c1067 int found = 0; local
1080 while (this_index == instruction->idx && !found)
1084 found = 1;
1089 found = 0;
1094 for (i = 0; i < this_try->noperands && found; i++)
1110 found = 0;
1117 found = 0;
1126 found = 0;
1131 found = 0;
1139 found
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_mech_switch.c217 int found; local
268 found = 0;
271 found = 1;
276 if (found)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c210 int ret, found = HX509_CERT_NOT_FOUND; local
238 found = 0;
246 if (found)
249 return found;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/shark/
H A Dmsg.md.en59 {No NetBSD partition found in RISCiX partition table - Cannot label
63 {No NetBSD partition found (filecore only disk ?) - Cannot label
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dzone_test.c161 dns_fixedname_t found; local
178 dns_fixedname_init(&found);
220 dns_fixedname_name(&found),
226 print_rdataset(dns_fixedname_name(&found), &rdataset);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c265 idn_ucsset_lookup(idn_ucsset_t ctx, unsigned long v, int *found) { argument
269 assert(ctx != NULL && ctx->refcnt > 0 && found != NULL);
288 *found = 0;
301 *found = 1;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dncache.h157 *\li On a return of ISC_R_SUCCESS, 'rdataset' is bound to the found
161 *\li #ISC_R_SUCCESS - the rdataset was found.
162 *\li #ISC_R_NOTFOUND - the rdataset was not found.
174 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found,
182 * \li 'found' to be valid.
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/bpm/
H A Dbpm.sh.in51 # Program found
57 die "$_name not found in path."
120 ${awkprog} 'END { if (NR == 1) { print "\n\n\n*** No categories found - is the OS release set properly? ***\n\n\n" } }' < $tmpcategories
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet_freebsd.c252 int found = 0; local
260 for (dev = devs; dev && !found; dev = dev->next) {
270 found = 1;
279 return found ? 0 : -1;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/parse/
H A Dlabelbug.s9 ; A problem tege found...
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c188 /* Set if the name is found. */
189 int found; member in struct:find_one_section_data
204 fosd->found = 1;
222 fosd.found = 0;
228 if (!fosd.found)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb-stabs.h39 int found; /* Count of times it's found in searching. */ member in struct:stab_section_info
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dbluetooth.c75 goto found;
77 found:
188 goto found;
190 found:
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/arch-x86/
H A Dxen-mca.h311 uint32_t found, i; \
314 found = 0; \
320 found = 1; \
325 (_ret) = found ? _mic : NULL; \

Completed in 321 milliseconds

1234567891011>>