Searched refs:found (Results 126 - 150 of 3074) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_tmpdir.c48 goto found;
58 goto found;
65 goto found;
74 found: return (__os_strdup(env, tdir, &dbenv->db_tmp_dir));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Diso9660.c84 dbg("found SVD at offset 0x%llx", (unsigned long long) (off + vd_offset));
89 dbg("Joliet extension found");
99 goto found;
103 goto found;
110 goto found;
115 found:
H A Dreiserfs.c66 goto found;
86 goto found;
96 goto found;
99 dbg("reiserfs: no signature found");
108 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgdbm/
H A Dgdbmseq.c42 put the data that is found. */
50 int found; /* Have we found the next key. */ local
54 found = FALSE;
55 while (!found)
77 found = dbf->bucket->h_table[elem_loc].hash_value != -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgdbm/
H A Dgdbmseq.c42 put the data that is found. */
50 int found; /* Have we found the next key. */ local
54 found = FALSE;
55 while (!found)
77 found = dbf->bucket->h_table[elem_loc].hash_value != -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgdbm/
H A Dgdbmseq.c42 put the data that is found. */
50 int found; /* Have we found the next key. */ local
54 found = FALSE;
55 while (!found)
77 found = dbf->bucket->h_table[elem_loc].hash_value != -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsecacl.c105 BOOL found = False; local
109 found = True;
114 if (!found) return False;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/security/
H A Dsecacl.c110 bool found = false; local
114 found = true;
119 if (!found) return false;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dshow_delta43 # raise an exception if no timing data was found
108 found = 0
116 found = 1
119 if not found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dshow_delta43 # raise an exception if no timing data was found
108 found = 0
116 found = 1
119 if not found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsecacl.c105 BOOL found = False; local
109 found = True;
114 if (!found) return False;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/security/
H A Dsecacl.c110 bool found = false; local
114 found = true;
119 if (!found) return false;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dsecacl.c105 BOOL found = False; local
109 found = True;
114 if (!found) return False;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/security/
H A Dsecacl.c110 bool found = false; local
114 found = true;
119 if (!found) return false;
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/patch-cmdline/src/
H A Dpatch-cmdline.c37 int fd, found = 0, len, ret = -1; local
58 found = 1;
63 if (!found) {
64 fprintf(stderr, "Command line marker not found!\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java127 List<Integer> found;
131 found = new ArrayList<Integer>();
134 found.add(i);
137 assertEquals(expect, found);
140 found = new ArrayList<Integer>();
143 found.add(e.id);
146 assertEquals(expect, found);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java127 List<Integer> found;
131 found = new ArrayList<Integer>();
134 found.add(i);
137 assertEquals(expect, found);
140 found = new ArrayList<Integer>();
143 found.add(e.id);
146 assertEquals(expect, found);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java127 List<Integer> found;
131 found = new ArrayList<Integer>();
134 found.add(i);
137 assertEquals(expect, found);
140 found = new ArrayList<Integer>();
143 found.add(e.id);
146 assertEquals(expect, found);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/pcie/
H A Dpme.c130 bool found = false; local
142 found = true;
147 return found;
160 bool found = false; local
166 found = true;
177 found = pcie_pme_walk_bus(port->subordinate);
189 found = pcie_pme_from_pci_bridge(bus, devfn);
190 if (found)
198 found = true;
205 if (found) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/pcie/
H A Dpme.c130 bool found = false; local
142 found = true;
147 return found;
160 bool found = false; local
166 found = true;
177 found = pcie_pme_walk_bus(port->subordinate);
189 found = pcie_pme_from_pci_bridge(bus, devfn);
190 if (found)
198 found = true;
205 if (found) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/btools/
H A Dlibfoo.pl297 my $found;
303 $found = 0;
311 $found = 1;
319 $found = 1;
324 $found = 1;
328 if ($found == 0) {
410 my $found;
415 $found = 0;
418 $found = 1;
422 if($found
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/btools/
H A Dlibfoo.pl297 my $found;
303 $found = 0;
311 $found = 1;
319 $found = 1;
324 $found = 1;
328 if ($found == 0) {
410 my $found;
415 $found = 0;
418 $found = 1;
422 if($found
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb-0.1.12/
H A Dusb.c36 int found = 0; local
48 found = 1;
55 if (!found) {
110 int found = 0; local
122 found = 1;
129 if (!found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb-0.1.12/
H A Dusb.c36 int found = 0; local
48 found = 1;
55 if (!found) {
110 int found = 0; local
122 found = 1;
129 if (!found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb-0.1.12/
H A Dusb.c36 int found = 0; local
48 found = 1;
55 if (!found) {
110 int found = 0; local
122 found = 1;
129 if (!found) {

Completed in 435 milliseconds

1234567891011>>