Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 4075) sorted by relevance

12345678910>>...163

/netbsd/external/bsd/tre/dist/tests/agrep/
H A Dexitstatus.ok2 this-will-be-found
6 this-will-be-found
34 1:this-will-be-found
38 1:this-will-be-found
42 0:this-will-be-found
46 0:this-will-be-found
50 this-will-be-found
54 this-will-be-found
240 this-will-be-found
246 this-will-be-found
[all …]
/netbsd/sys/kern/
H A Dsubr_optstr.c81 if (found) { in optstr_get_pointer()
86 return found; in optstr_get_pointer()
96 if (found) { in optstr_get()
103 return found; in optstr_get()
114 if (found) { in optstr_get_string()
117 return found; in optstr_get_string()
127 if (found) { in optstr_get_number()
146 if (found) { in optstr_get_number_hex()
165 if (found) { in optstr_get_number_binary()
186 if (found) { in optstr_get_macaddr()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/coverage/
H A Dtests.sh42 found=$?
43 if [ $found -ne $retcode ]; then
49 found=`grep ERROR coverage.$n | wc -l`
50 if [ $found -ne $error ]; then
56 found=`grep WARNING coverage.$n | wc -l`
57 if [ $found -ne $warn ]; then
64 if [ $found -ne $ok ]; then
69 found=`matchall coverage.$n "$match"`
70 if [ "$found" = "FAIL" ]; then
75 found=`grep Traceback coverage.$n | wc -l`
[all …]
/netbsd/sbin/iscsictl/
H A Discsic_parse.c286 int i, found; in cl_get_isns() local
289 found = FALSE; in cl_get_isns()
323 return found; in cl_get_isns()
402 return found; in cl_get_auth_opts()
421 int i, found; in cl_get_target_opts() local
480 return found; in cl_get_target_opts()
501 int i, found; in cl_get_portal() local
552 return found; in cl_get_portal()
572 int i, found; in cl_get_id() local
602 return found; in cl_get_id()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.cc92 if (!found) in register_metric()
103 if (found && found->bm == NULL) in register_metric()
104 found->bm = item; in register_metric()
106 if (!found) in register_metric()
169 assert (found != NULL); in register_metric()
177 found = found->add_child (item); in register_metric()
179 register_node (found); in register_metric()
180 return found; in register_metric()
211 found = child->find (_name); in find()
212 if (found) in find()
[all …]
/netbsd/external/gpl3/gdb/dist/gold/testsuite/
H A Daarch64_tlsdesc.sh31 found=$(grep "$pattern" "$file")
32 if test -z "$found"; then
40 eval $var="0x0$(echo $found | awk -F'[: ]' '{ print $1 }')"
46 found=$(grep "$pattern" "$file")
47 if test -z "$found"; then
61 found=$(grep "$pattern" "$file")
62 if test -z "$found"; then
70 eval $var="$(echo $found | awk -F'[#\\]]' '{ print $2 }')"
77 found=$(grep "$pattern" "$file")
78 if test -z "$found"; then
[all …]
H A Dpr21430.sh32 found=`grep "$pattern" "$file"`
33 if test -z "$found"; then
41 eval $var="0x0`echo $found | awk '{ print $1 }'`"
49 found=`grep "$pattern" "$file"`
50 if test -z "$found"; then
58 eval $var="0x0`echo $found | awk '{ print $2 }'`"
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/
H A Daarch64_tlsdesc.sh31 found=$(grep "$pattern" "$file")
32 if test -z "$found"; then
40 eval $var="0x0$(echo $found | awk -F'[: ]' '{ print $1 }')"
46 found=$(grep "$pattern" "$file")
47 if test -z "$found"; then
61 found=$(grep "$pattern" "$file")
62 if test -z "$found"; then
70 eval $var="$(echo $found | awk -F'[#\\]]' '{ print $2 }')"
77 found=$(grep "$pattern" "$file")
78 if test -z "$found"; then
[all …]
H A Dpr21430.sh32 found=`grep "$pattern" "$file"`
33 if test -z "$found"; then
41 eval $var="0x0`echo $found | awk '{ print $1 }'`"
49 found=`grep "$pattern" "$file"`
50 if test -z "$found"; then
58 eval $var="0x0`echo $found | awk '{ print $2 }'`"
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-nrv.cc139 tree found = NULL; in execute() local
193 if (found != NULL) in execute()
198 if (found != rhs) in execute()
202 found = rhs; in execute()
206 if (!VAR_P (found) in execute()
207 || TREE_THIS_VOLATILE (found) in execute()
209 || TREE_ADDRESSABLE (found) in execute()
212 TREE_TYPE (found))) in execute()
226 if (!found) in execute()
243 data.var = found; in execute()
[all …]
H A Dtree-nrv.c139 tree found = NULL; in execute() local
193 if (found != NULL) in execute()
198 if (found != rhs) in execute()
202 found = rhs; in execute()
206 if (!VAR_P (found) in execute()
207 || TREE_THIS_VOLATILE (found) in execute()
209 || TREE_ADDRESSABLE (found) in execute()
212 TREE_TYPE (found))) in execute()
226 if (!found) in execute()
243 data.var = found; in execute()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr/
H A Dtests.sh66 found=$?
67 if [ $found -ne $kret ]; then
78 found=$?
79 if [ $found -ne $cret ]; then
85 found=`grep ERROR coverage.$n | wc -l`
86 if [ $found -ne $error ]; then
87 echo "error count was $found expected $error"
92 found=`grep WARNING coverage.$n | wc -l`
93 if [ $found -ne $warn ]; then
100 if [ $found -ne $ok ]; then
[all …]
/netbsd/usr.sbin/sysinst/
H A Dmain.c400 struct found_msgs found; in select_language() local
406 found.max_lang = 16; in select_language()
407 found.num_lang = 0; in select_language()
408 found.lang_msg = malloc(found.max_lang * sizeof *found.lang_msg); in select_language()
409 found.fnames = malloc(found.max_lang * sizeof *found.fnames); in select_language()
410 if (!found.lang_msg || !found.fnames) in select_language()
413 found.fnames[0] = NULL; in select_language()
417 if (found.num_lang == 0) in select_language()
452 free(found.fnames[i]); in select_language()
454 free(found.lang_msg); in select_language()
[all …]
H A Dtxtwalk.c127 struct data found[MAXDATA]; in process() local
139 switch (found[i].what) { in process()
141 printf ("%d\n", found[i].u.i_val); in process()
144 printf ("'%s'\n", found[i].u.s_val); in process()
163 switch (found[i].what) { in process()
166 = found[i].u.i_val; in process()
170 found[i].u.s_val, in process()
236 found[*numfound].what = INT; in finddata()
237 found[(*numfound)++].u.i_val = i; in finddata()
250 found[*numfound].what = STR; in finddata()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nrv.c139 tree found = NULL; in execute() local
193 if (found != NULL) in execute()
198 if (found != rhs) in execute()
202 found = rhs; in execute()
206 if (!VAR_P (found) in execute()
207 || TREE_THIS_VOLATILE (found) in execute()
209 || TREE_ADDRESSABLE (found) in execute()
212 TREE_TYPE (found))) in execute()
226 if (!found) in execute()
243 data.var = found; in execute()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Dsigs_test.c120 REQUIRE(found != NULL); in compare_tuples()
126 assert_int_equal(expected->op, found->op); in compare_tuples()
141 assert_int_equal(expected->ttl, found->ttl); in compare_tuples()
169 if (found->rdata.type != dns_rdatatype_rrsig) { in compare_tuples()
186 assert_int_equal(expected_type, found->rdata.type); in compare_tuples()
204 dns_difftuple_t *found; in updatesigs_test() local
263 for (found = ISC_LIST_HEAD(zone_diff.tuples); found != NULL; in updatesigs_test()
264 found = ISC_LIST_NEXT(found, link)) in updatesigs_test()
276 for (found = ISC_LIST_HEAD(zone_diff.tuples); found != NULL; in updatesigs_test()
277 found = ISC_LIST_NEXT(found, link)) in updatesigs_test()
[all …]
/netbsd/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_GNU_style.sh114 local found=false
117 > "$tmp" && found=true
119 if $found; then
131 local found=false
135 > "$tmp" && found=true
137 if $found; then
149 local found=false
153 > "$tmp" && found=true
155 if $found; then
203 local found=false
[all …]
/netbsd/external/gpl3/gcc/dist/contrib/
H A Dcheck_GNU_style.sh114 local found=false
117 > "$tmp" && found=true
119 if $found; then
131 local found=false
135 > "$tmp" && found=true
137 if $found; then
149 local found=false
153 > "$tmp" && found=true
155 if $found; then
203 local found=false
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c185 u_int i, found = 0; in auth_check_principals_line() local
221 found = 1; in auth_check_principals_line()
223 if (found && authoptsp != NULL) { in auth_check_principals_line()
228 return found ? 0 : -1; in auth_check_principals_line()
279 struct sshkey *found = NULL; in auth_check_authkey_line() local
386 sshkey_type(found), fp, loc); in auth_check_authkey_line()
407 sshkey_free(found); in auth_check_authkey_line()
426 struct sshkey *found = NULL; in auth_check_authkeys_file() local
433 found = sshkey_new(key->type); in auth_check_authkeys_file()
477 if (sshkey_equal(found, key)) { in auth_check_authkeys_file()
[all …]
/netbsd/usr.bin/videoctl/
H A Dvideoctl.c212 found = true; in video_print_caps()
216 found = true; in video_print_caps()
220 found = true; in video_print_caps()
227 found = true; in video_print_caps()
233 found = true; in video_print_caps()
236 return found; in video_print_caps()
499 if (!found) in video_print()
523 found = true; in video_print_ctrl()
526 return found; in video_print_ctrl()
553 found = true; in video_set()
[all …]
/netbsd/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl15 set found 0
21 set found 1
26 if {$found == 1} {
29 return $found
55 set found 0
61 set found 1
67 return $found
72 set found [aliased $target]
74 if {$found} {
99 set found [isValid $target]
/netbsd/sys/external/bsd/ipf/netinet/
H A Dradix_ipf.c261 if (count != found->maskbitcount && found->dupkey == NULL) in ipf_rx_lookup()
265 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) != in ipf_rx_lookup()
270 node = found; in ipf_rx_lookup()
275 found = node; in ipf_rx_lookup()
277 return found; in ipf_rx_lookup()
579 if (found == NULL) in ipf_rx_delete()
586 node = found; in ipf_rx_delete()
633 if ((found + 1)->parent->right == found + 1) in ipf_rx_delete()
699 if (((cur - 1)->addrkey[found->offset] & found->bitmask) != in ipf_rx_delete()
700 found->addrkey[found->offset]) in ipf_rx_delete()
[all …]
/netbsd/external/bsd/ipf/dist/
H A Dradix_ipf.c273 if (count != found->maskbitcount && found->dupkey == NULL)
277 if ((found->addrkey[found->offset] & found->maskkey[found->offset]) !=
282 node = found;
287 found = node;
289 return found;
600 if (found == NULL)
607 node = found;
654 if ((found + 1)->parent->right == found + 1)
720 if (((cur - 1)->addrkey[found->offset] & found->bitmask) !=
721 found->addrkey[found->offset])
[all …]
/netbsd/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c85 uid2home_t *found; in homedir() local
93 homename = found->home; in homedir()
96 found->last_status = 1; in homedir()
105 found->last_status = 0; in homedir()
139 if (found->child && kill(found->child, 0)) in homedir()
140 found->child = 0; in homedir()
142 if (found->child) in homedir()
145 found->last_status = 1; in homedir()
149 found->last_status = 1; in homedir()
157 lastchild = found; in homedir()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_lib.c245 const char *found = NULL; in use_proxy() local
261 found = strstr(no_proxy, server); in use_proxy()
262 while (found != NULL in use_proxy()
263 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',') in use_proxy()
264 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ','))) in use_proxy()
265 found = strstr(found + 1, server); in use_proxy()
266 return found == NULL; in use_proxy()

12345678910>>...163