Searched refs:found (Results 126 - 150 of 2073) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dproperty-1.d5 Displaying notes found in: .note.gnu.property
/netbsd-current/lib/libc/posix1e/
H A Dacl_support_nfs4.c149 int i, found, ever_found = 0; local
159 found = 0;
163 found = 1;
168 if (!found) {
187 int i, j, found; local
199 found = 0;
204 found = 1;
209 if (!found) {
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Duser_test.c92 bool found = false; local
95 for (i = 0; !found && i < ngids; i++) {
97 found = true;
100 if (found) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/frv/
H A Dimmediates.s1 ;; These instructions can be found in the FRV Linux kernel.
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dinet_connect.c96 int found; local
106 msg_warn("host or service %s not found: %s",
115 for (sock = -1, found = 0, res = res0; res != 0; res = res->ai_next) {
125 found++;
141 if (found == 0)
142 msg_fatal("host not found: %s", addr);
/netbsd-current/usr.bin/rump_wmd/
H A Drump_wmd.sh83 found=false
86 found=true
91 ${found} || die \"${1}\" not found in \$${2}
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc44 bool found = false; local
49 found = true;
53 EXPECT_TRUE(found);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgroupaccess.c92 int i, found = 0; local
102 found = 1;
105 return found;
H A Dssh-keysign.c182 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; local
231 for (i = found = 0; i < NUM_KEYTYPES; i++) {
233 found = 1;
235 if (found == 0)
242 found = 0;
254 found = 1;
257 if (!found)
258 fatal("no hostkey found");
282 found = 0;
286 found
[all...]
/netbsd-current/usr.bin/at/
H A Dperm.c65 bool found = false; local
73 found = true;
79 return found;
/netbsd-current/sys/arch/mips/sibyte/dev/
H A Dsbsmbus.c72 static int found = 0; variable
79 return (found < 2);
89 found++;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_lib.c253 const char *found = NULL; local
269 found = strstr(no_proxy, server);
270 while (found != NULL
271 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',')
272 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ',')))
273 found
[all...]
/netbsd-current/usr.bin/whereis/
H A Dwhereis.c67 int useenvpath = which, found = 0; local
123 found++;
148 found++;
154 return ((found == 0) ? 3 : ((found >= argc) ? 0 : 2));
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_conf.c68 /* A null pointer result means the parameter was not found.
144 int found = 0; local
156 while (found == 0 && readlline(buf, fp, (int *) 0)) {
160 while (found == 0 && (cp = mystrtok(&value, CHARS_COMMA_SP)) != 0)
162 found = 1;
169 if (found == 0) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dpqueue.c107 pitem *found = NULL; local
114 found = next;
121 found = next;
123 if (!found)
126 return found;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dpqueue.c107 pitem *found = NULL; local
114 found = next;
121 found = next;
123 if (!found)
126 return found;
/netbsd-current/usr.sbin/sysinst/
H A Dinstall.c57 bool found, res; local
71 found = false;
74 found = true;
78 if (found)
86 found = false;
89 found = true;
93 if (found)
/netbsd-current/external/bsd/ipf/dist/
H A Dradix_ipf.c258 ipf_rdx_node_t *found; local
263 found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
264 if (found->root == 1)
273 if (count != found->maskbitcount && found->dupkey == NULL)
277 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
278 akey[found
592 ipf_rdx_node_t *found; local
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dradix_ipf.c246 ipf_rdx_node_t *found; local
251 found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
252 if (found->root == 1)
261 if (count != found->maskbitcount && found->dupkey == NULL)
265 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
266 akey[found
571 ipf_rdx_node_t *found; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Darsup.c75 bfd_boolean found = FALSE; local
83 found = TRUE;
88 if (! found)
310 int found = 0; local
317 found = 1;
325 if (!found)
375 int found = 0; local
394 found = 1;
404 if (!found)
473 int found local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Darsup.c77 bool found = false; local
85 found = true;
90 if (! found)
313 int found = 0; local
320 found = 1;
328 if (!found)
393 int found = 0; local
412 found = 1;
422 if (!found)
491 int found local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Darsup.c75 bfd_boolean found = FALSE; local
83 found = TRUE;
88 if (! found)
310 int found = 0; local
317 found = 1;
325 if (!found)
375 int found = 0; local
394 found = 1;
404 if (!found)
473 int found local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_nist2.in65 found=
68 test -x "$p/unzip" && { found=1 ; break; }
70 test "X$found" = "X" && exit 77
/netbsd-current/usr.bin/whatis/
H A Dwhatis.c63 static int *found, foundman; variable
103 if ((found = malloc((u_int)argc * sizeof(int))) == NULL)
105 memset(found, 0, argc * sizeof(int));
137 fprintf(stderr, "whatis: no %s file found.\n", _PATH_WHATIS);
142 if (found[p - argv])
145 printf("%s: not found\n", *p);
170 /* for each file found */
176 found[p - argv] = 1;
181 found[p - argv] = 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuild-id.c51 const struct bfd_build_id *found; local
54 found = build_id_bfd_get (abfd);
56 if (found == NULL)
59 else if (found->size != check_len
60 || memcmp (found->data, check, found->size) != 0)

Completed in 215 milliseconds

1234567891011>>