HomeSort by: relevance | last modified time | path
    Searched defs:found (Results 1 - 25 of 1121) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
circular.c 19 found (void) function
27 found ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
circular.c 19 found (void) function
27 found ();
  /src/sys/dev/isa/
cy_isa.c 41 int found = 0; local
63 found = cy_find(sc);
67 if (found) {
78 return (found);
  /src/sys/arch/sandpoint/sandpoint/
iic_eumb.c 47 static int found; variable
53 return found == 0;
64 found = 1;
  /src/external/bsd/am-utils/dist/conf/checkmount/
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;
checkmount_osf.c 55 int found = 0; local
63 for (i = 0; !found && (i < nentries); i++) {
76 found = 1;
82 found = 1;
86 return found;
checkmount_svr4.c 56 int found = 0; local
64 while (!found && (err = getmntent(mtab, &ment)) == 0) {
72 found = 1;
87 if (!found) {
93 found = fixmount_check_mount(host, hostaddr, path);
97 return found;
checkmount_ultrix.c 56 int found = 0; local
59 while (!found && (err = getmnt(&start, &ment, sizeof(ment),
68 found = 1;
72 if (!found && err < 0) {
76 return found;
  /src/lib/libc/posix1e/
acl_delete_entry.c 84 int found = 0; local
118 found = 1;
123 if (found)
  /src/sys/arch/mips/mips/
wired_map.c 95 int found, index; local
104 found = 0;
114 found = 1;
119 if (found == 0) {
  /src/usr.bin/at/
perm.c 65 bool found = false; local
73 found = true;
79 return found;
  /src/crypto/dist/ipsec-tools/src/racoon/
throttle.c 87 int found = 0; local
105 found = 1;
115 if (!found) {
  /src/external/bsd/atf/dist/atf-c/detail/
user.c 53 bool found; local
61 found = false;
62 for (i = 0; !found && i < ngroups; i++)
64 found = true;
65 return found;
  /src/external/bsd/tmux/dist/
cmd-kill-window.c 63 u_int found; local
82 found = 0;
86 found++;
90 } while (found != 0);
96 found = 0;
99 found++;
101 if (found > 1)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-incpath.cc 145 bool found = false; local
150 found = true;
155 if (found)
  /src/lib/libintl/
sysdep.c 222 const struct sysdep_pair *found; local
224 found = bsearch(tag, sysdep_pair_table, numof(sysdep_pair_table),
227 if (found) {
229 *rlen = found->len;
230 return found->string;
  /src/lib/libtelnet/
genget.c 79 register char **c, **found; local
85 found = 0;
91 if (found)
93 found = c;
95 return(found);
  /src/sbin/nvmectl/
devlist.c 76 int ch, ctrlr, fd, found, ret; local
86 found = 0;
102 found++;
121 if (found == 0) {
122 printf("No NVMe controllers found.\n");
  /src/sys/arch/arm/arm/
disksubr.c 134 int cyl, netbsdpartoff, i, found = 0; local
215 found = 1;
220 if (msg != NULL || found == 0)
  /src/sys/arch/arm/imx/
imxi2c.c 84 bool found = false; local
89 found = true;
94 if (found == false) {
  /src/sys/arch/arm/s3c2xx0/
sscom_s3c2440.c 116 static int found; variable
124 if (unit == SSIOCF_INDEX_DEFAULT && found == 0)
155 found = 1;
  /src/sys/arch/emips/emips/
autoconf.c 75 panic("no mainbus found");
154 static int found, initted, netboot; local
158 if (found)
188 found = 1;
196 found = 1;
200 /* The NIC might be found after the disk, so bail out here */
208 found = 1;
  /src/sys/arch/evbmips/sbmips/
cpu.c 66 static u_int found = 0; variable
82 return (found < ((part >> 8) & 0xf));
94 found++;
109 aprint_normal(": PLL_DIV of zero found, assuming 6 (300MHz)\n");
115 if (found == 1) {
138 ci = cpu_info_alloc(NULL, found - 1, 0, found - 1, 0);
  /src/sys/arch/landisk/landisk/
autoconf.c 55 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
  /src/sys/arch/mac68k/obio/
if_sn_obio.c 73 int found = 0; local
83 found = 1;
87 return found;

Completed in 56 milliseconds

1 2 3 4 5 6 7 8 91011>>