Searched refs:found (Results 301 - 325 of 2075) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-list-keys.c94 int found = 0; local
108 found = 1;
128 return (found);
156 int repeat, width, tablewidth, keywidth, found = 0; local
190 found = cmd_list_keys_print_notes(item, args, "root",
195 found = 1;
204 found = cmd_list_keys_print_notes(item, args, tablename,
259 found = 1;
310 if (only != KEYC_UNKNOWN && !found) {
/netbsd-current/lib/libc/arch/m68k/string/
H A Dmemccpy.S51 cmpb %d2,%d1 | found the terminator?
66 movql #0,%d0 | no terminator found, return NULL
87 movql #0,%d0 | no terminator found, return NULL
/netbsd-current/lib/libc/posix1e/
H A Dacl_delete_entry.c84 int found = 0; local
118 found = 1;
123 if (found)
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dcom_eumb.c55 static int found; variable
72 if (unit == EUMBCF_UNIT_DEFAULT && found == 0)
89 found = 1;
/netbsd-current/sys/arch/arm/imx/
H A Dimxi2c.c84 bool found = false; local
89 found = true;
94 if (found == false) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-incpath.cc146 bool found = false; local
151 found = true;
156 if (found)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-incpath.cc145 bool found = false; local
150 found = true;
155 if (found)
/netbsd-current/sys/arch/landisk/landisk/
H A Dautoconf.c55 panic("no mainbus found");
85 int found = 0; local
140 found = 1;
146 return (found);
167 * Don't break if one is found, to get possible multiple
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dstrrchr.S51 cmpb (%a1),%d0 | found our char?
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.cpp60 bool found; local
64 found = str.empty();
77 found = res == 0;
80 return found;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext.cpp55 bool found; local
59 found = str.empty();
72 found = res == 0;
75 return found;
/netbsd-current/lib/libpam/modules/pam_group/
H A Dpam_group.c111 goto found;
114 goto found;
128 found:
138 goto found;
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dautoconf.c70 panic("no mainbus found");
180 static int found, initted, scsiboot, netboot; local
228 if (found)
251 * If we found the boot controller, if check disk/tape/cdrom device
265 found = 1;
277 found = 1;
/netbsd-current/usr.sbin/lockstat/
H A Delf32.c202 goto found;
217 goto found;
224 goto found;
240 found:
/netbsd-current/usr.sbin/timed/timedc/
H A Dtimedc.c147 const struct cmd *c, *found; local
154 found = 0;
164 found = c;
171 return(found);
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.cmd16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
17 echo Wget found: %wget%
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Drelocate.cpp86 // or if NAME is found in the current directory.
95 fprintf(stderr, "searchpath: found `%s'\n", path);
118 fprintf(stderr, "searchpath: found `%s'\n", name);
133 char *found = 0; local
141 found = searchpath(namex, pathp);
143 if (found)
148 return found;
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dcheck.c111 int found; local
240 found = 1;
242 found = 0;
253 if (found) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_inquire_cred.c61 int found = 0; local
133 found++;
170 found++;
174 if (found == 0) {
/netbsd-current/etc/rc.d/
H A Dcleartmp35 # Delete almost everything, except lost+found, quota.user,
46 find -x . ! -name . ! -name lost+found ! -name quota.user \
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Drfkill.c111 int found = 0; local
163 found = os_strcmp(phy, rfk_phy) == 0;
166 if (!found)
185 if (!found)
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dreducer.pl44 my \$found = 0;
/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dcpunode.c111 bool found = (cnl->cnl_ids[0] == 0); local
126 !found
134 found = (cnl->cnl_ids[i] == my_id);
137 * found & inclusive == match
138 * !found & !inclusive == match
139 * found & !inclusive == no match
140 * !found & inclusive == no match
142 * found ^ inclusive = no match
144 * !(found ^ inclusive) = match
146 if (found
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nops/
H A Dnops.c96 int found; local
120 found = 0;
128 found++;
134 if (i != a->a_numvals || found != a->a_numvals)
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dsim-if.c47 int found;
51 found = 0;
59 if (!found)
62 found = 1;
46 int found; local

Completed in 186 milliseconds

<<11121314151617181920>>