Searched refs:found (Results 76 - 100 of 2076) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Ddebuginfod-support.exp118 set found false
119 while { ! $found } {
140 "started http server on IPv4 IPv6 port=$port" { set found true }
141 "started http server on IPv4 port=$port" { set found true }
150 if { ! $found } {
/netbsd-current/external/bsd/kyua-cli/dist/engine/drivers/
H A Ddebug_test.cpp61 /// \return A pointer to the test case if found.
64 /// case or if the test case cannot be found.
69 engine::test_case_ptr found;; local
87 if (found.get() != NULL)
91 found = tc;
96 if (found.get() == NULL)
99 return found;
/netbsd-current/sys/arch/emips/emips/
H A Dautoconf.c75 panic("no mainbus found");
154 static int found, initted, netboot; local
158 if (found)
188 found = 1;
196 found = 1;
200 /* The NIC might be found after the disk, so bail out here */
208 found = 1;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dacl.c208 krb5_boolean found; local
218 found = acl_match_acl(context, acl, string);
219 acl_free_list(acl, !found);
220 if (found) {
255 krb5_boolean found; local
276 found = FALSE;
281 found = TRUE;
288 acl_free_list(acl, !found);
289 if (found) {
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlvolume.c43 int found; local
51 found = bt_search(&vol->cat, pkey, np);
52 if (found <= 0)
53 return found;
81 int found; local
94 found = bt_search(&file->vol->ext, pkey, np);
99 if (found <= 0)
100 return found;
118 int found; local
123 found
176 unsigned int request, found, foundat, start, end, pt; local
278 int found; local
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Denv.c79 size_t count, found; local
84 * also set 'found' to -1 or index of entry if already in here.
86 found = (size_t)-1;
89 found = count;
93 if (found != (size_t)-1) {
100 free(envp[found]);
101 envp[found] = envtmp;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgen_autofdo_event.py70 found = 0
80 found += 1
81 return found
91 found = 0 variable
100 found += find_event(baseurl + n[2], model)
152 sys.exit('CPU %s not found' % cpu)
154 if found == 0:
155 sys.exit('Branch event not found')
/netbsd-current/usr.bin/videoctl/
H A Dvideoctl.c200 bool found = false; local
212 found = true;
216 found = true;
220 found = true;
227 found = true;
233 found = true;
236 return found;
458 bool found = false; local
470 found = video_print_caps(s2);
473 found
509 bool found = false; local
533 bool found = false; local
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dgetvalues.c42 int found = 0; local
61 found = 1;
64 while ( ! found ) {
82 * if we get this far, we've found the attribute and are sitting
99 int found = 0; local
118 found = 1;
121 while ( ! found ) {
138 * if we get this far, we've found the attribute and are sitting
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgen_autofdo_event.py79 found = 0
89 found += 1
90 return found
100 found = 0 variable
110 found += find_event(baseurl + n[2], model)
172 sys.exit('CPU %s not found' % cpu)
174 if found == 0:
175 sys.exit('Branch event not found')
/netbsd-current/sys/arch/sbmips/sbmips/
H A Dcpu.c65 static u_int found = 0; variable
81 return (found < ((part >> 8) & 0xf));
93 found++;
108 aprint_normal(": PLL_DIV of zero found, assuming 6 (300MHz)\n");
114 if (found == 1) {
137 ci = cpu_info_alloc(NULL, found - 1, 0, found - 1, 0);
/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-phony.exp11 Found 'all' as '(not found)'
32 Found 'all' as '(not found)'
41 Found '.END' as '(not found)'
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c185 u_int i, found = 0; local
221 found = 1;
223 if (found && authoptsp != NULL) {
228 return found ? 0 : -1;
279 struct sshkey *found = NULL; local
288 if ((found = sshkey_new(want_keytype)) == NULL) {
295 if (sshkey_read(found, &cp) != 0) {
304 if (sshkey_read(found, &cp) != 0) {
319 if (!sshkey_equal(found, key->cert->signature_key) ||
323 /* Plain key: check it against key found i
426 struct sshkey *found = NULL; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/
H A Dbootstrap27 echo No m4/macros directory found!
31 echo No m4/macros/HEADER file found!
/netbsd-current/lib/libc/net/
H A Dgetprotobyname_r.c68 goto found;
70 found:
/netbsd-current/usr.bin/apropos/
H A Dapropos.c63 static bool *found; variable
116 if ((found = malloc(argc * sizeof(*found))) == NULL)
118 (void)memset(found, 0, argc * sizeof(*found));
149 errx(EXIT_FAILURE, "no %s file found", _PATH_WHATIS);
153 if (found[p - argv])
191 /* for each file found */
214 found[p - argv] = true;
219 found[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py144 found = searchForType(child, searched)
145 if found:
146 return found
151 found = searchForType(val, searched)
152 if found:
153 return found if not found.TypeIsPointerType() else found.Dereference()
/netbsd-current/sys/external/isc/libsodium/dist/dist-build/
H A Dmsys2-win32.sh7 echo MinGW found
H A Dmsys2-win64.sh7 echo MinGW found
/netbsd-current/usr.sbin/service/
H A Dservice52 " -v: Verbose (mention in which directory script was found)"
143 found=false
156 found=true
171 *[:lower:]*) printf '%s\n' "${file}"; found=true;;
175 "$found"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr23900-1.d14 Displaying notes found in: \.note\.gnu\.property
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr23372a.d7 Displaying notes found in: .note.gnu.property
H A Dpr23372c.d7 Displaying notes found in: .note.gnu.property
H A Dpr23486a.d7 Displaying notes found in: .note.gnu.property
H A Dpr23486b.d7 Displaying notes found in: .note.gnu.property

Completed in 198 milliseconds

1234567891011>>