Searched refs:found (Results 276 - 300 of 2075) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-makeflags.exp1 Global: ignoring delete 'DOLLAR' as it is not found
H A Ddeptgt-makeflags.mk92 .if ${CHAR_BS:C,^[[:cntrl:]]$,found,W} != "found"
95 .if ${CHAR_FF:C,^[[:space:]]$,found,W} != "found"
98 .if ${CHAR_NL:C,^[[:space:]]$,found,W} != "found"
101 .if ${CHAR_CR:C,^[[:space:]]$,found,W} != "found"
104 .if ${CHAR_TAB:C,^[[:space:]]$,found,W} != "found"
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pragma.c215 int found = 0; local
222 found = 1;
227 if (!found)
242 int found = 0; // XXX: gcc local
264 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL;
266 found = B_FALSE;
269 found = B_TRUE;
272 if (found == B_FALSE)
273 found = dt_provider_lookup(dtp,
280 found
[all...]
/netbsd-current/sys/arch/i386/i386/
H A Dmultiboot.c72 * XXX these should be found in a header file!
436 bool found; local
439 found = false;
442 found = optstr_get(mi->mi_cmdline, "root", bi.devname,
445 if (!found && (mi->mi_flags & MULTIBOOT_INFO_HAS_BOOT_DEVICE)) {
469 found = true;
472 if (found) {
534 bool found; local
536 found = false;
539 found
[all...]
/netbsd-current/tests/modules/
H A Dt_modctl.c87 bool found; local
113 found = false;
121 found = true;
130 return found;
234 bool found; local
238 found = k_helper_is_present_stat();
239 ATF_CHECK(k_helper_is_present_sysctl() == found);
240 ATF_CHECK(k_helper_is_present_evcnt() == found);
244 found = k_helper_is_present_stat();
248 found
[all...]
/netbsd-current/sys/arch/evbarm/tsarm/
H A Dtsrtc.c73 static int found = -1; local
75 if (found != -1)
76 return found;
101 found = 1;
107 return (found);
/netbsd-current/lib/libpam/libpam/
H A Dpam_std_option.c64 int i, j, std, extra, arglen, found; local
95 found = 0;
102 found = 1;
110 found = 1;
114 if (!found)
/netbsd-current/sys/arch/mvmeppc/isa/
H A Dmkclock_isa.c82 int found; local
84 found = 0;
138 found = 1;
145 if (found) {
155 return (found);
/netbsd-current/sys/arch/pmax/pmax/
H A Dautoconf.c84 panic("no mainbus found");
163 static int found, initted, scsiboot, netboot; local
167 if (found)
217 * If we found the boot controller, if check disk/tape/cdrom device
231 found = 1;
250 found = 1;
259 found = 1;
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-env-vars.c33 int i, r, envcount, found, found_win_special; local
116 found = 0;
122 found++;
125 found++;
132 ASSERT(found == 2);
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dbacktrace.c261 isc_backtrace_symmap_t *found; local
277 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols,
279 if (found == NULL)
282 *symbolp = found->symbol;
283 *offsetp = (u_long)((const char *)addr - (char *)found->addr);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dparams_from_text.c28 size_t *buf_n, BIGNUM **tmpbn, int *found)
44 if (found != NULL)
45 *found = p != NULL;
200 size_t value_n, int *found)
213 &paramdef, &ishex, &buf_n, &tmpbn, found))
24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) argument
197 OSSL_PARAM_allocate_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, int *found) argument
/netbsd-current/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c96 /* The exit status is zero when the requested information was found.
100 /* when at least one of the requested keys was found.
165 /* found to the standard output stream. The exit status is zero
166 /* when the requested information was found.
175 /* \fIkey value\fR output for each key that was found. The exit
176 /* status is zero when at least one of the requested keys was found.
388 int found; /* result */ member in struct:__anon25
621 state->found = 1;
662 int found = 0; local
704 found
821 int found = 0; local
965 int found; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbacktrace.c277 isc_backtrace_symmap_t *found; local
295 found = bsearch(addr, isc__backtrace_symtable, isc__backtrace_nsymbols,
297 if (found == NULL) {
300 *symbolp = found->symbol;
302 (char *)found->addr);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dop_classes.c217 int found; local
303 found = 0;
307 found++;
311 found++;
314 found++;
316 found++;
318 if (found >= 2)
324 found = 0;
328 found = 1;
333 return found;
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Daddr2line.c174 static bool found;
186 if (found)
200 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
212 if (found)
222 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc,
336 found = false;
342 if (! found)
406 found = false;
408 found = bfd_find_inliner_info (abfd, &filename, &functionname,
410 if (! found)
171 static bool found; variable
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Daddr2line.c173 static bfd_boolean found;
185 if (found)
199 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
211 if (found)
221 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc,
273 found = FALSE;
279 if (! found)
344 found = FALSE;
346 found = bfd_find_inliner_info (abfd, &filename, &functionname,
348 if (! found)
170 static bfd_boolean found; variable
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Daddr2line.c173 static bfd_boolean found;
185 if (found)
199 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
211 if (found)
221 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc,
273 found = FALSE;
279 if (! found)
343 found = FALSE;
345 found = bfd_find_inliner_info (abfd, &filename, &functionname,
347 if (! found)
170 static bfd_boolean found; variable
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dstyle.c55 char tmp[256], *found; local
107 found = strchr(tmp + 6, '|');
108 if (found != NULL) {
109 *found++ = '\0';
110 if (*found == '\0')
112 for (cp = found; *cp != '\0'; cp++) {
118 if (found != NULL)
123 if (found != NULL)
128 if (found == NULL)
131 sy->range_argument = atoi(found);
[all...]
/netbsd-current/usr.bin/man/
H A Dman.c138 int ch, abs_section, found; local
397 for (found = 0; *argv; ++argv)
399 found = 1;
402 /* if nothing found, we're done. */
403 if (!found) {
478 int found; local
483 found = 0;
504 found = 1;
509 return found;
517 int found; local
553 int anyfound, error, found; local
[all...]
/netbsd-current/sys/arch/landisk/stand/bootxx/
H A Dpbr.S82 bt found
84 bt found
86 bt found
88 bt found
90 bt found
92 bt found
98 found: label
99 /* found boot partition */
118 /* Not found NetBSD partition */
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvcommon.c117 int found = 0; local
129 found = 1;
134 if (!found) {
153 found = 1;
157 while (!found) {
177 found = 1;
181 if (!found) {
/netbsd-current/sys/dev/isa/
H A Di82365_isa.c95 int val, found, msize; local
125 found = 0;
137 found++;
145 found++;
153 found++;
161 found++;
167 if (!found)
/netbsd-current/sys/arch/xen/x86/
H A Dautoconf.c233 device_t found = NULL; local
261 found = dev;
265 if (found == NULL) {
267 found = isaboot;
269 found = pciboot;
272 if (found) {
279 booted_device = found;
/netbsd-current/sys/arch/hpcmips/isa/
H A Disa_machdep.c289 int i, j, step, found; local
296 for (found = 0, j = 0; j < 0x100; j += 0x40) {
304 found++;
306 if (found)
308 "(base from %#x)\n", found, addr,
353 int found; local
356 found = 0;
365 found++;
366 printf("found %d at %#x\n", found, por
[all...]

Completed in 243 milliseconds

<<11121314151617181920>>