| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | exitstatus.ok | 1 #### TEST: agrep this-will-be-found exitstatus.in 2 this-will-be-found 5 #### TEST: agrep this-will-be-found < exitstatus.in 6 this-will-be-found 9 #### TEST: agrep -c this-will-be-found exitstatus.in 13 #### TEST: agrep -c this-will-be-found < exitstatus.in 17 #### TEST: agrep -H this-will-be-found exitstatus.in 18 exitstatus.in:this-will-be-found 21 #### TEST: agrep -H this-will-be-found < exitstatus.in 22 (standard input):this-will-be-found [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | subr_optstr.c | 51 bool found = false; in optstr_get_pointer() local 58 while (!found && *optstr != '\0') { in optstr_get_pointer() 69 found = true; in optstr_get_pointer() 81 if (found) { in optstr_get_pointer() 86 return found; in optstr_get_pointer() 93 bool found = optstr_get_pointer(optstr, key, &data); in optstr_get() local 96 if (found) { in optstr_get() 103 return found; in optstr_get() 111 const bool found = optstr_get_pointer(optstr, key, &data); in optstr_get_string() local 114 if (found) { in optstr_get_string() [all …]
|
| /netbsd-src/sbin/iscsictl/ |
| H A D | iscsic_parse.c | 298 int i, found; in cl_get_isns() local 301 found = FALSE; in cl_get_isns() 316 found = TRUE; in cl_get_isns() 335 return found; in cl_get_isns() 355 int n, i, found; in cl_get_auth_opts() local 358 found = FALSE; in cl_get_auth_opts() 412 found = TRUE; in cl_get_auth_opts() 414 return found; in cl_get_auth_opts() 433 int i, found; in cl_get_target_opts() local 436 found = FALSE; in cl_get_target_opts() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); in register_metric() local 92 if (!found) in register_metric() 97 found = root->find (L_CP_TOTAL); in register_metric() 100 found = root->find (L_CP_TOTAL_CPU); 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() 114 found = root->find (get_prof_data_type_name (DATA_HEAP)); in register_metric() 118 found = root->find (get_prof_data_type_name (DATA_CLOCK)); in register_metric() 128 found = root->find (L_CP_TOTAL); in register_metric() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); in register_metric() local 92 if (!found) in register_metric() 97 found = root->find (L_CP_TOTAL); in register_metric() 100 found = root->find (L_CP_TOTAL_CPU); 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() 114 found = root->find (get_prof_data_type_name (DATA_HEAP)); in register_metric() 118 found = root->find (get_prof_data_type_name (DATA_CLOCK)); in register_metric() 128 found = root->find (L_CP_TOTAL); in register_metric() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-nrv.cc | 139 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() 208 || !auto_var_in_fn_p (found, current_function_decl) in execute() 209 || TREE_ADDRESSABLE (found) in execute() 210 || DECL_ALIGN (found) > DECL_ALIGN (result) in execute() 212 TREE_TYPE (found))) in execute() [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| H A D | lvolume.c | 43 int found; in v_catsearch() local 51 found = bt_search(&vol->cat, pkey, np); in v_catsearch() 52 if (found <= 0) in v_catsearch() 53 return found; in v_catsearch() 81 int found; in v_extsearch() local 94 found = bt_search(&file->vol->ext, pkey, np); in v_extsearch() 99 if (found <= 0) in v_extsearch() 100 return found; in v_extsearch() 118 int found; in v_getthread() local 123 found = v_catsearch(vol, id, "", thread, 0, np); in v_getthread() [all …]
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | main.c | 402 struct found_msgs found; in select_language() local 408 found.max_lang = 16; in select_language() 409 found.num_lang = 0; in select_language() 410 found.lang_msg = malloc(found.max_lang * sizeof *found.lang_msg); in select_language() 411 found.fnames = malloc(found.max_lang * sizeof *found.fnames); in select_language() 412 if (!found.lang_msg || !found.fnames) in select_language() 414 found.lang_msg[0] = strdup(msg_string(MSG_sysinst_message_language)); in select_language() 415 found.fnames[0] = NULL; in select_language() 418 find_language_files(msg_cat_path, &found); in select_language() 419 if (found.num_lang == 0) in select_language() [all …]
|
| H A D | txtwalk.c | 127 struct data found[MAXDATA]; in process() local 134 if (finddata(item, line, found, &numfound)) { in process() 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() 184 error = (*item->func)(found, numfound, item); in process() 201 finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound) in finddata() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-nrv.c | 139 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() 208 || !auto_var_in_fn_p (found, current_function_decl) in execute() 209 || TREE_ADDRESSABLE (found) in execute() 210 || DECL_ALIGN (found) > DECL_ALIGN (result) in execute() 212 TREE_TYPE (found))) in execute() [all …]
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | sigs_test.c | 101 * Check whether the 'found' tuple matches the 'expected' tuple. 'found' is in teardown_test() 105 compare_tuples(const zonediff_t *expected, dns_difftuple_t *found, 119 REQUIRE(found != NULL); in compare_tuples() 125 assert_int_equal(expected->op, found->op); in compare_tuples() 134 dns_name_format(&found->name, found_name, sizeof(found_name)); in compare_tuples() 135 assert_true(dns_name_equal(expected_name, &found->name)); in compare_tuples() 140 assert_int_equal(expected->ttl, found->ttl); in compare_tuples() 152 * Format found RR type for reporting purposes. in compare_tuples() 155 result = dns_rdatatype_totext(found in compare_tuples() 108 compare_tuples(const zonediff_t * expected,dns_difftuple_t * found,size_t index) compare_tuples() argument 205 dns_difftuple_t *found; updatesigs_test() local [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | check_GNU_style.sh | 33 can be found here: http://www.gnu.org/prep/standards_toc.html 114 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 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | check_GNU_style.sh | 33 can be found here: http://www.gnu.org/prep/standards_toc.html 114 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 [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth2-pubkeyfile.c | 185 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 288 if ((found = sshkey_new(want_keytype)) == NULL) { in auth_check_authkey_line() 295 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line() 304 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line() 319 if (!sshkey_equal(found, key->cert->signature_key) || in auth_check_authkey_line() 324 if (!sshkey_equal(found, key) || keyopts->cert_authority) in auth_check_authkey_line() [all …]
|
| /netbsd-src/usr.bin/videoctl/ |
| H A D | videoctl.c | 200 bool found = false; in video_print_caps() local 212 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() 458 bool found = false; in video_print() local 470 found = video_print_caps(s2); in video_print() 473 found = video_print_formats(s2); in video_print() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/tcl_scripts/ |
| H A D | mailprocs.tcl | 15 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-src/sys/external/bsd/ipf/netinet/ |
| H A D | radix_ipf.c | 246 ipf_rdx_node_t *found; in ipf_rx_lookup() local 251 found = ipf_rx_find_addr(head->root, (u_32_t *)addr); in ipf_rx_lookup() 252 if (found->root == 1) in ipf_rx_lookup() 261 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() 266 akey[found->offset]) in ipf_rx_lookup() 269 if (found->dupkey != NULL) { 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() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | radix_ipf.c | 258 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->offset]) 281 if (found->dupkey != NULL) { 282 node = found; 287 found = node; 289 return found; [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/hlfsd/ |
| H A D | homedir.c | 85 uid2home_t *found; in homedir() local 90 if ((found = plt_search(userid)) == (uid2home_t *) NULL) { in homedir() 93 homename = found->home; in homedir() 96 found->last_status = 1; in homedir() 105 found->last_status = 0; in homedir() 122 if ((tp.tv_sec - found->last_access_time) < cache_interval) { in homedir() 123 if (found->last_status == 0) { in homedir() 129 found->last_access_time = tp.tv_sec; in homedir() 139 if (found->child && kill(found->child, 0)) in homedir() 140 found->child = 0; in homedir() [all …]
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
| H A D | systemBugs.txt | 18 On the other hand, bugs are found in these processors/machines: 26 For some reason, most of the bugs found involve conversions from floating- 38 The latest version of this file can be found at the Web page `http:// 45 The following conversion problems are found on Pentiums that also suffer 54 Errors found in floatx80_to_int32, rounding nearest_even: 60 Errors found in floatx80_to_int32, rounding to_zero: 67 Errors found in floatx80_to_int32, rounding down: 74 Errors found in floatx80_to_int32, rounding up: 89 Errors found in floatx80_to_int32, rounding nearest_even: 100 Errors found in floatx80_to_int32, rounding up: [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | selftest_llc.c | 36 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local 51 found = (val >> 0) & 0xff; in gen6_verify_ring_freq() 52 if (found != ia_freq) { in gen6_verify_ring_freq() 56 found, ia_freq); in gen6_verify_ring_freq() 61 found = (val >> 8) & 0xff; in gen6_verify_ring_freq() 62 if (found != ring_freq) { in gen6_verify_ring_freq() 66 found, ring_freq); in gen6_verify_ring_freq()
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-kill-window.c | 63 u_int found; in cmd_kill_window_exec() local 82 found = 0; in cmd_kill_window_exec() 86 found++; in cmd_kill_window_exec() 90 } while (found != 0); in cmd_kill_window_exec() 96 found = 0; in cmd_kill_window_exec() 99 found++; in cmd_kill_window_exec() 101 if (found > 1) in cmd_kill_window_exec()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postsuper/ |
| H A D | postsuper.c | 599 int found; in delete_one() local 617 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) { in delete_one() 626 found = 1; in delete_one() 633 message_deleted += found; in delete_one() 644 int found; in requeue_one() local 663 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) { in requeue_one() 677 found = 1; in requeue_one() 683 message_requeued += found; in requeue_one() 694 int found; in hold_one() local 715 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) { in hold_one() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | attr_override.c | 134 int found = 0; in attr_override() local 159 for (sp = str_table; sp != 0 && found == 0 && sp->name != 0; sp++) { in attr_override() 164 found = 1; in attr_override() 166 for (ip = int_table; ip != 0 && found == 0 && ip->name != 0; ip++) { in attr_override() 177 found = 1; in attr_override() 179 for (tp = time_table; tp != 0 && found == 0 && tp->name != 0; tp++) { in attr_override() 187 found = 1; in attr_override() 189 if (found == 0) in attr_override()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/ |
| H A D | http_lib.c | 253 const char *found = NULL; in use_proxy() local 269 found = strstr(no_proxy, server); in use_proxy() 270 while (found != NULL in use_proxy() 271 && ((found != no_proxy && found[-1] != ' ' && found[-1] != ',') in use_proxy() 272 || (found[sl] != '\0' && found[sl] != ' ' && found[sl] != ','))) in use_proxy() 273 found = strstr(found + 1, server); in use_proxy() 274 return found == NULL; in use_proxy()
|