Searched refs:found (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/openbsd-current/regress/lib/libpthread/readdir/
H A Dreaddir.c56 int found = 0; local
61 found = 1;
63 ASSERT(found);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckcfguse.pl74 my %found;
85 $found{$1}{$fn}++;
92 if (exists $found{$sym}) {
93 my @found = keys %{$found{$sym}};
94 print "$sym\t", join(" ", sort @found), "\n";
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.c31 struct thread_info *found; local
35 found = (struct thread_info *) find_inferior_id (&all_threads,
40 found = NULL;
46 found = (struct thread_info *) find_inferior_id (&all_threads,
49 if (found == NULL)
50 found = (struct thread_info *) find_inferior_id (&all_threads,
54 if (found == NULL)
57 current_inferior = found;
/openbsd-current/gnu/gcc/gcc/
H A Dtree-nrv.c109 tree found = NULL; local
143 if (found != NULL)
145 /* If we found a return statement using a different variable
148 if (found != ret_expr)
152 found = ret_expr;
156 if (TREE_CODE (found) != VAR_DECL
157 || TREE_THIS_VOLATILE (found)
158 || DECL_CONTEXT (found) != current_function_decl
159 || TREE_STATIC (found)
160 || TREE_ADDRESSABLE (found)
[all...]
/openbsd-current/usr.bin/telnet/
H A Dgenget.c70 char **c, **found; local
76 found = NULL;
82 if (found)
84 found = c;
86 return(found);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_llc.c27 unsigned int ia_freq, ring_freq, found; local
41 found = (val >> 0) & 0xff;
42 if (found != ia_freq) {
43 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected CPU freq, found %d, expected %d\n",
46 found, ia_freq);
51 found = (val >> 8) & 0xff;
52 if (found != ring_freq) {
53 pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected ring freq, found %d, expected %d\n",
56 found, ring_freq);
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Din_found_result.h29 bool found; member in struct:ranges::in_found_result
34 return {in, found};
40 return {std::move(in), found};
/openbsd-current/gnu/usr.bin/binutils/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dss_dup.t21 my %found;
24 $found{$1}++ if /case (SAVEt_\w*):/;
27 \%found;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcorefile.exp61 set found 0
69 set found 1
73 if { $found == 0 } {
78 set found 1
81 if { $found == 0 } {
91 set found 1
100 if { $found == 0 } {
234 fail "$test (mapping address not found in core file)"
/openbsd-current/usr.bin/tmux/
H A Dcmd-kill-window.c63 u_int found; local
82 found = 0;
86 found++;
90 } while (found != 0);
96 found = 0;
99 found++;
101 if (found > 1)
H A Dstyle.c62 char tmp[256], *found; local
117 found = strchr(tmp + 6, '|');
118 if (found != NULL) {
119 *found++ = '\0';
120 if (*found == '\0')
124 if (found != NULL)
130 if (found != NULL)
136 if (found == NULL)
138 if (*found != '%' || found[
[all...]
/openbsd-current/usr.bin/ssh/
H A Dauth2-methods.c94 u_int i, found; local
104 for (found = i = 0; !found && authmethod_cfgs[i] != NULL; i++) {
119 found = 1;
122 if (!found) {
H A Dgroupaccess.c89 int i, found = 0; local
99 found = 1;
102 return found;
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dlabels.t49 like $@, qr/Label not found for "last ���" at/u, "last's error is UTF-8 clean";
52 like $@, qr/Label not found for "redo ���" at/u, "redo's error is UTF-8 clean";
55 like $@, qr/Label not found for "next ���" at/u, "next's error is UTF-8 clean";
/openbsd-current/lib/libcurses/tinfo/
H A Dname_match.c103 int code, found; local
110 found = FALSE;
114 found = TRUE;
118 if (found)
H A Dmake_keys.c70 bool found = FALSE; local
73 found = TRUE;
77 if (!found) {
80 found = TRUE;
85 return found ? n : unknown();
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dname.c61 static ffename ffename_lookup_ (ffenameSpace ns, ffelexToken t, bool *found);
71 ffename_lookup_ (ffenameSpace ns, ffelexToken t, bool *found)
79 *found = TRUE;
84 *found = FALSE;
99 bool found;
105 n = ffename_lookup_ (ns, t, &found);
106 if (found)
153 bool found;
159 n = ffename_lookup_ (ns, t, &found);
161 return found
70 ffename_lookup_(ffenameSpace ns, ffelexToken t, bool *found) argument
98 bool found; local
152 bool found; local
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlvolume.c43 int found; local
51 found = bt_search(&vol->cat, pkey, np);
52 if (found <= 0)
53 return found;
81 int found; local
94 found = bt_search(&file->vol->ext, pkey, np);
99 if (found <= 0)
100 return found;
118 int found; local
123 found
176 unsigned int request, found, foundat, start, end, pt; local
278 int found; local
[all...]
/openbsd-current/lib/libc/net/
H A Dgetprotoname.c48 goto found;
50 found:
/openbsd-current/gnu/llvm/clang/utils/
H A DClangDataFormat.py123 found = searchForType(child, searched)
124 if found:
125 return found
130 found = searchForType(val, searched)
131 if found:
132 return found if not found.TypeIsPointerType() else found.Dereference()
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py14 found = False
/openbsd-current/lib/libc/arch/arm/dlfcn/
H A Dexidx.c41 int found = 0; local
48 found = 1;
55 if (found && count > 0) {
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DMemoryTagMap.cpp61 auto found = m_addr_to_tag.find(addr); local
62 if (found == m_addr_to_tag.end())
64 return found->second;

Completed in 299 milliseconds

1234567891011>>