Home
last modified time | relevance | path

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

12345678910>>...37

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-nrv.c115 tree found = NULL; in tree_nrv() local
169 if (found != NULL) in tree_nrv()
174 if (found != rhs) in tree_nrv()
178 found = rhs; in tree_nrv()
185 || TREE_STATIC (found) in tree_nrv()
186 || TREE_ADDRESSABLE (found) in tree_nrv()
189 TREE_TYPE (found))) in tree_nrv()
203 if (!found) in tree_nrv()
220 if (!DECL_IGNORED_P (found) in tree_nrv()
233 data.var = found; in tree_nrv()
[all …]
H A Dtree-ssa-loop-unswitch.c196 unsigned i, found; in tree_unswitch_single_loop() local
203 found = loop->num_nodes; in tree_unswitch_single_loop()
219 if (found == loop->num_nodes) in tree_unswitch_single_loop()
252 if (found == loop->num_nodes) in tree_unswitch_single_loop()
253 found = i; in tree_unswitch_single_loop()
259 found = i; in tree_unswitch_single_loop()
324 for (; found < loop->num_nodes; found++) in tree_unswitch_single_loop()
325 if ((bbs[found]->flags & BB_REACHABLE) in tree_unswitch_single_loop()
326 && (cond = tree_may_unswitch_on (bbs[found], loop))) in tree_unswitch_single_loop()
329 if (found == loop->num_nodes) in tree_unswitch_single_loop()
[all …]
/dragonfly/contrib/gcc-8.0/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 if (!DECL_IGNORED_P (found) in execute()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h119 log_to_string(error, *found); in _GLIBCXX_VISIBILITY()
148 log_to_string(error, *found); in _GLIBCXX_VISIBILITY()
190 std::string found; in _GLIBCXX_VISIBILITY() local
215 if (!found.empty()) in _GLIBCXX_VISIBILITY()
218 error += found; in _GLIBCXX_VISIBILITY()
227 std::string found; in _GLIBCXX_VISIBILITY() local
250 if (!found.empty()) in _GLIBCXX_VISIBILITY()
253 error += found; in _GLIBCXX_VISIBILITY()
277 std::string found; in _GLIBCXX_VISIBILITY() local
285 if (!found.empty()) in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/crypto/openssh/
H A Dauth2-pubkeyfile.c176 u_int i, found = 0; in auth_check_principals_line() local
212 found = 1; in auth_check_principals_line()
214 if (found && authoptsp != NULL) { in auth_check_principals_line()
219 return found ? 0 : -1; in auth_check_principals_line()
270 struct sshkey *found = NULL; in auth_check_authkey_line() local
286 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
295 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
320 if ((fp = sshkey_fingerprint(found, in auth_check_authkey_line()
335 sshkey_type(found), fp, loc); in auth_check_authkey_line()
377 sshkey_type(found), fp, loc); in auth_check_authkey_line()
[all …]
H A Dssh-keysign.c183 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; in main() local
230 for (i = found = 0; i < NUM_KEYTYPES; i++) { in main()
232 found = 1; in main()
234 if (found == 0) in main()
237 found = 0; in main()
249 found = 1; in main()
252 if (!found) in main()
277 found = 0; in main()
281 found = 1; in main()
285 if (!found) { in main()
H A Dhostfile.c358 if (found != NULL) in check_hostkeys_by_key_or_type()
359 *found = NULL; in check_hostkeys_by_key_or_type()
372 if (found != NULL) in check_hostkeys_by_key_or_type()
373 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
382 if (found != NULL) in check_hostkeys_by_key_or_type()
389 if (found != NULL) in check_hostkeys_by_key_or_type()
395 if (found != NULL) in check_hostkeys_by_key_or_type()
396 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
401 if (found != NULL) in check_hostkeys_by_key_or_type()
402 *found = NULL; in check_hostkeys_by_key_or_type()
[all …]
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c551 found = found->link_target; in devfs_alias_getvp()
932 return found; in devfs_find_device_by_name()
954 ((found) ? found->si_name:"NO")); in devfs_find_device_by_devid()
955 return found; in devfs_find_device_by_devid()
1692 found = 1; in devfs_make_alias_worker()
1697 if (!found) { in devfs_make_alias_worker()
1731 found = 1; in devfs_destroy_alias_worker()
1736 if (!found) { in devfs_destroy_alias_worker()
2142 found = 0; in devfs_create_device_node()
2149 if (found) in devfs_create_device_node()
[all …]
/dragonfly/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c61 int pam_err, found, allow; in pam_sm_acct_mgmt() local
72 found = 0; in pam_sm_acct_mgmt()
78 while (!found && (line = fgetln(f, &len)) != NULL) { in pam_sm_acct_mgmt()
88 found = 1; in pam_sm_acct_mgmt()
101 for (mem = grp->gr_mem; mem && *mem && !found; ++mem) in pam_sm_acct_mgmt()
103 found = 1; in pam_sm_acct_mgmt()
107 if (found) in pam_sm_acct_mgmt()
/dragonfly/contrib/binutils-2.27/binutils/
H A Darsup.c83 found = TRUE; in map_over_list()
88 if (! found) in map_over_list()
298 int found = 0; in ar_delete() local
305 found = 1; in ar_delete()
313 if (!found) in ar_delete()
363 int found = 0; in ar_replace() local
382 found = 1; in ar_replace()
392 if (!found) in ar_replace()
461 int found = 0; in ar_extract() local
468 found = 1; in ar_extract()
[all …]
H A Daddr2line.c161 static bfd_boolean found; variable
173 if (found) in find_address_in_section()
187 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, in find_address_in_section()
199 if (found) in find_offset_in_section()
209 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc, in find_offset_in_section()
261 found = FALSE; in translate_addresses()
267 if (! found) in translate_addresses()
332 found = FALSE; in translate_addresses()
334 found = bfd_find_inliner_info (abfd, &filename, &functionname, in translate_addresses()
336 if (! found) in translate_addresses()
/dragonfly/contrib/binutils-2.34/binutils/
H A Darsup.c83 found = TRUE; in map_over_list()
88 if (! found) in map_over_list()
310 int found = 0; in ar_delete() local
317 found = 1; in ar_delete()
325 if (!found) in ar_delete()
375 int found = 0; in ar_replace() local
394 found = 1; in ar_replace()
404 if (!found) in ar_replace()
473 int found = 0; in ar_extract() local
480 found = 1; in ar_extract()
[all …]
H A Daddr2line.c170 static bfd_boolean found; variable
182 if (found) in find_address_in_section()
196 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, in find_address_in_section()
208 if (found) in find_offset_in_section()
218 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc, in find_offset_in_section()
270 found = FALSE; in translate_addresses()
276 if (! found) in translate_addresses()
341 found = FALSE; in translate_addresses()
343 found = bfd_find_inliner_info (abfd, &filename, &functionname, in translate_addresses()
345 if (! found) in translate_addresses()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dtrace.c143 bfd_boolean found; member
156 if (data->found) in find_addr_sect()
170 data->found = bfd_find_nearest_line(abfd, section, syms, in find_addr_sect()
190 data.found = FALSE; in wpa_trace_bfd_addr()
193 if (!data.found) in wpa_trace_bfd_addr()
216 data.found = bfd_find_inliner_info(abfd, &data.filename, in wpa_trace_bfd_addr()
218 } while (data.found); in wpa_trace_bfd_addr()
231 data.found = FALSE; in wpa_trace_bfd_addr2func()
234 if (!data.found) in wpa_trace_bfd_addr2func()
303 data.found = FALSE; in wpa_trace_calling_func()
[all …]
/dragonfly/lib/libtelnet/
H A Dgenget.c70 char **c, **found; in genget() local
76 found = NULL; in genget()
82 if (found) in genget()
84 found = c; in genget()
86 return(found); in genget()
/dragonfly/usr.sbin/cron/lib/
H A Denv.c76 int count, found; in env_set() local
84 found = -1; in env_set()
87 found = count; in env_set()
91 if (found != -1) { in env_set()
96 q = envp[found]; in env_set()
97 if ((envp[found] = strdup(envstr)) == NULL) { in env_set()
98 envp[found] = q; in env_set()
/dragonfly/sys/kern/
H A Dkern_resource.c178 int found; member
202 found++; in sys_setpriority()
210 found++; in sys_setpriority()
235 found++; in sys_setpriority()
256 found = info.found; in sys_setpriority()
260 found = 1; in sys_setpriority()
420 int found; member
445 found++; in sys_ioprio_set()
477 found++; in sys_ioprio_set()
498 found = info.found; in sys_ioprio_set()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dop_classes.c217 int found; in wpas_op_class_supported() local
303 found = 0; in wpas_op_class_supported()
307 found++; in wpas_op_class_supported()
311 found++; in wpas_op_class_supported()
314 found++; in wpas_op_class_supported()
316 found++; in wpas_op_class_supported()
318 if (found >= 2) in wpas_op_class_supported()
324 found = 0; in wpas_op_class_supported()
328 found = 1; in wpas_op_class_supported()
333 return found; in wpas_op_class_supported()
/dragonfly/contrib/gdb-7/gdb/
H A Dskip.c233 int found = 0; in skip_enable_command() local
239 found = 1; in skip_enable_command()
242 if (!found) in skip_enable_command()
250 int found = 0; in skip_disable_command() local
256 found = 1; in skip_disable_command()
259 if (!found) in skip_disable_command()
267 int found = 0; in skip_delete_command() local
281 found = 1; in skip_delete_command()
288 if (!found) in skip_delete_command()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c258 char *found = 0; in _nc_altcharset_name() local
262 found = cp; in _nc_altcharset_name()
267 if (found != 0) { in _nc_altcharset_name()
270 ch = ChCharOf(UChar(*found)); in _nc_altcharset_name()
288 const char *found; in _tracechtype2() local
292 if ((found = _nc_altcharset_name(attr, ch)) != 0) { in _tracechtype2()
293 (void) _nc_trace_bufcat(bufnum, found); in _tracechtype2()
334 const char *found; in _tracecchar_t2() local
337 if ((found = _nc_altcharset_name(attr, (chtype) CharOfD(ch))) != 0) { in _tracecchar_t2()
338 (void) _nc_trace_bufcat(bufnum, found); in _tracecchar_t2()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c68 bool found = FALSE; in lookup() local
71 found = TRUE; in lookup()
75 if (!found) { in lookup()
78 found = TRUE; in lookup()
83 return found ? n : unknown(); in lookup()
H A Dname_match.c101 int code, found; in _nc_name_match() local
108 found = FALSE; in _nc_name_match()
112 found = TRUE; in _nc_name_match()
116 if (found) in _nc_name_match()
/dragonfly/sbin/fsck_hammer2/
H A Dreconstruct.c153 bool found = false; in modify_volume_header() local
171 found = true; in modify_volume_header()
183 found = true; in modify_volume_header()
195 found = true; in modify_volume_header()
201 if (found && ForceOpt) { in modify_volume_header()
407 bool found = false; in modify_check() local
461 found = true; in modify_check()
469 found = true; in modify_check()
484 found = true; in modify_check()
494 found = true; in modify_check()
[all …]
/dragonfly/contrib/ncurses/progs/
H A Dinfocmp.c455 bool found; in compare_predicate() local
475 found = TRUE; in compare_predicate()
483 if (found) { in compare_predicate()
491 found = TRUE; in compare_predicate()
499 if (found) { in compare_predicate()
530 if (found) { in compare_predicate()
547 if (found) { in compare_predicate()
579 if (found) { in compare_predicate()
595 if (found) { in compare_predicate()
626 if (found) { in compare_predicate()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_issuer_cache.c121 struct x509_issuer candidate, *found; in x509_issuer_cache_find() local
133 if ((found = RB_FIND(x509_issuer_tree, &x509_issuer_cache, in x509_issuer_cache_find()
135 TAILQ_REMOVE(&x509_issuer_lru, found, queue); in x509_issuer_cache_find()
136 TAILQ_INSERT_HEAD(&x509_issuer_lru, found, queue); in x509_issuer_cache_find()
137 ret = found->valid; in x509_issuer_cache_find()

12345678910>>...37