| /netbsd/src/external/bsd/tre/dist/tests/agrep/ |
| 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/ |
| 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/ |
| 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/gcc/dist/gcc/ |
| 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/gpl3/gcc/dist/contrib/ |
| 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/ |
| 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/external/bsd/nvi/dist/tcl_scripts/ |
| 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/usr.bin/videoctl/ |
| D | videoctl.c | 202 bool found = false; in video_print_caps() local 214 found = true; in video_print_caps() 218 found = true; in video_print_caps() 222 found = true; in video_print_caps() 229 found = true; in video_print_caps() 235 found = true; in video_print_caps() 238 return found; in video_print_caps() 518 bool found = false; in video_print() local 530 found = video_print_caps(s2); in video_print() 533 found = video_print_formats(s2); in video_print() [all …]
|
| /netbsd/src/external/bsd/ipf/dist/ |
| 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/sys/external/bsd/ipf/netinet/ |
| 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/tmux/dist/ |
| D | style.c | 62 char tmp[256], *found; in style_parse() local 118 found = strchr(tmp + 6, '|'); in style_parse() 119 if (found != NULL) { in style_parse() 120 *found++ = '\0'; in style_parse() 121 if (*found == '\0') in style_parse() 125 if (found != NULL) in style_parse() 131 if (found != NULL) in style_parse() 137 if (found == NULL) in style_parse() 139 if (*found != '%' || found[1] == '\0') in style_parse() 141 n = strtonum(found + 1, 0, UINT_MAX, &errstr); in style_parse() [all …]
|
| 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/bsd/am-utils/dist/hlfsd/ |
| 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/ |
| 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/external/ibm-public/postfix/dist/src/postsuper/ |
| 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/ |
| 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/lib/libpam/modules/pam_ftpusers/ |
| D | pam_ftpusers.c | 67 int pam_err, found, allow; in pam_sm_acct_mgmt() local 81 found = 0; in pam_sm_acct_mgmt() 87 while (!found && (line = fgetln(f, &len)) != NULL) { in pam_sm_acct_mgmt() 97 found = 1; in pam_sm_acct_mgmt() 110 for (mem = grp->gr_mem; mem && *mem && !found; ++mem) in pam_sm_acct_mgmt() 112 found = 1; in pam_sm_acct_mgmt() 116 if (found) in pam_sm_acct_mgmt()
|
| /netbsd/src/external/bsd/am-utils/dist/conf/checkmount/ |
| D | checkmount_svr4.c | 56 int found = 0; in fixmount_check_mount() local 64 while (!found && (err = getmntent(mtab, &ment)) == 0) { in fixmount_check_mount() 72 found = 1; in fixmount_check_mount() 87 if (!found) { in fixmount_check_mount() 93 found = fixmount_check_mount(host, hostaddr, path); in fixmount_check_mount() 97 return found; in fixmount_check_mount()
|
| D | checkmount_default.c | 59 int found = 0; local 82 while (!found && (ment = getmntent(mtab))) { 90 found = 1; 96 if (!found) { 102 found = fixmount_check_mount(host, hostaddr, path); 106 return found;
|
| /netbsd/src/tests/modules/ |
| D | t_modctl.c | 87 bool found; in get_modstat_info() local 113 found = false; in get_modstat_info() 121 found = true; in get_modstat_info() 130 return found; in get_modstat_info() 234 bool found; in k_helper_is_present() local 238 found = k_helper_is_present_stat(); in k_helper_is_present() 239 ATF_CHECK(k_helper_is_present_sysctl() == found); in k_helper_is_present() 240 ATF_CHECK(k_helper_is_present_evcnt() == found); in k_helper_is_present() 244 found = k_helper_is_present_stat(); in k_helper_is_present() 248 found = k_helper_is_present_sysctl(); in k_helper_is_present() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | arsup.c | 77 bool found = false; in map_over_list() local 85 found = true; in map_over_list() 90 if (! found) in map_over_list() 313 int found = 0; in ar_delete() local 320 found = 1; in ar_delete() 328 if (!found) in ar_delete() 393 int found = 0; in ar_replace() local 412 found = 1; in ar_replace() 422 if (!found) in ar_replace() 492 int found = 0; in ar_extract() local [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/dns/ |
| D | dnsbl_ttl_127.0.0.1_bind_plain.ref | 2 ./test_dns_lookup: dns_query: 1.0.0.127.zen.spamhaus.org (A): Host not found 3 … warning: Host or domain name not found. Name service error for name=1.0.0.127.zen.spamhaus.org ty… 5 ./test_dns_lookup: dns_query: 1.0.0.127.bl.spamcop.net (A): Host not found 6 …: warning: Host or domain name not found. Name service error for name=1.0.0.127.bl.spamcop.net typ…
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_regexp.ref | 6 ./dict_open: warning: regexp map dict_regexp.map, line 17: $number found in negative match replacem… 14 true: not found 18 true2: not found 22 3: not found 28 d: not found 30 ab: not found 40 bar/find: not found 46 say/elbereth: not found
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postmap/ |
| D | postmap.c | 388 int found; /* result */ member 621 state->found = 1; in postmap_body() 662 int found = 0; in postmap_queries() local 704 found = 1; in postmap_queries() 732 key_state.found = 0; in postmap_queries() 763 found = key_state.found; in postmap_queries() 766 if (found) in postmap_queries() 778 return (found); in postmap_queries() 821 int found = 0; in postmap_deletes() local 854 found |= (dict_del(dicts[n], STR(keybuf)) == 0); in postmap_deletes() [all …]
|
| /netbsd/src/external/bsd/atf/dist/atf-c/detail/ |
| D | user.c | 53 bool found; in atf_user_is_member_of_group() local 61 found = false; in atf_user_is_member_of_group() 62 for (i = 0; !found && i < ngroups; i++) in atf_user_is_member_of_group() 64 found = true; in atf_user_is_member_of_group() 65 return found; in atf_user_is_member_of_group()
|