Searched refs:found (Results 201 - 225 of 3074) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dman.c234 int found = 0; local
238 found = show_manpage(pager, *argv, /*man:*/ 1, 0);
260 found |= found_here;
265 if (found && !(opt & OPT_a))
273 if (!found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dudf.c131 goto found;
149 goto found;
151 goto found;
156 goto found;
168 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Dtagz.cpp134 bool found=0; local
137 if (*ptr==roman_num[n]) {found=1;break;}
139 if (!found) return 0;
671 int found; member in class:FMT
677 found++; /* force displaying */
684 if (f) *f=fmt.found;
685 found+=fmt.found;
745 found++;
832 if (fmt.found)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_truncate.c205 int found; local
211 for (found = 0;
212 !found && ldbp != NULL && ldbp->adj_fileid == dbp->adj_fileid;
217 found = 1;
224 return (found ? EINVAL : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dman.c234 int found = 0; local
238 found = show_manpage(pager, *argv, /*man:*/ 1, 0);
260 found |= found_here;
265 if (found && !(opt & OPT_a))
273 if (!found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dudf.c131 goto found;
149 goto found;
151 goto found;
156 goto found;
168 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Dtagz.cpp134 bool found=0; local
137 if (*ptr==roman_num[n]) {found=1;break;}
139 if (!found) return 0;
671 int found; member in class:FMT
677 found++; /* force displaying */
684 if (f) *f=fmt.found;
685 found+=fmt.found;
745 found++;
832 if (fmt.found)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pqueue/
H A Dpqueue.c163 pitem *found = NULL; local
170 found = next;
177 found = next;
179 if (!found)
189 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.c171 pitem *found = NULL; local
180 found = next;
187 found = next;
189 if ( ! found)
199 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dudf.c136 goto found;
154 goto found;
156 goto found;
161 goto found;
173 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pqueue/
H A Dpqueue.c163 pitem *found = NULL; local
170 found = next;
177 found = next;
179 if (!found)
189 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Dtagz.cpp134 bool found=0; local
137 if (*ptr==roman_num[n]) {found=1;break;}
139 if (!found) return 0;
671 int found; member in class:FMT
677 found++; /* force displaying */
684 if (f) *f=fmt.found;
685 found+=fmt.found;
745 found++;
832 if (fmt.found)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dudf.c136 goto found;
154 goto found;
156 goto found;
161 goto found;
173 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pqueue/
H A Dpqueue.c171 pitem *found = NULL; local
180 found = next;
187 found = next;
189 if ( ! found)
199 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/locking/
H A Dlocking_shm.c111 BOOL found = False; local
130 found = True;
141 if(!found)
237 /* If no valid share mode entries were found then this record shouldn't exist ! */
273 BOOL found = False; local
297 found = True;
308 if(!found)
328 found = False;
338 found = True;
349 if (found)
404 BOOL found = False; local
515 BOOL found = False; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dquotas.c69 int found; local
83 found = False ;
89 found = True ;
95 if (!found) {
160 int found ; local
174 found = False ;
183 found = True ;
193 if ( ! found )
277 int found ; local
292 found
483 int found; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_ports.c57 /* return pointer to port structure - port is locked if found */
76 return NULL; /* not found */
80 /* search for the next port - port is locked if found */
85 struct snd_seq_client_port *port, *found; local
88 found = NULL;
94 found = port;
97 if (found == NULL || port->addr.port < found->addr.port)
98 found = port;
100 if (found) {
284 struct snd_seq_client_port *found = NULL, *p; local
612 struct snd_seq_subscribers *s, *found = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.c57 /* return pointer to port structure - port is locked if found */
76 return NULL; /* not found */
80 /* search for the next port - port is locked if found */
85 struct snd_seq_client_port *port, *found; local
88 found = NULL;
94 found = port;
97 if (found == NULL || port->addr.port < found->addr.port)
98 found = port;
100 if (found) {
284 struct snd_seq_client_port *found = NULL, *p; local
612 struct snd_seq_subscribers *s, *found = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/locking/
H A Dlocking_shm.c111 BOOL found = False; local
130 found = True;
141 if(!found)
237 /* If no valid share mode entries were found then this record shouldn't exist ! */
273 BOOL found = False; local
297 found = True;
308 if(!found)
328 found = False;
338 found = True;
349 if (found)
404 BOOL found = False; local
515 BOOL found = False; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dquotas.c69 int found; local
83 found = False ;
89 found = True ;
95 if (!found) {
160 int found ; local
174 found = False ;
183 found = True ;
193 if ( ! found )
277 int found ; local
292 found
483 int found; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/locking/
H A Dlocking_shm.c111 BOOL found = False; local
130 found = True;
141 if(!found)
237 /* If no valid share mode entries were found then this record shouldn't exist ! */
273 BOOL found = False; local
297 found = True;
308 if(!found)
328 found = False;
338 found = True;
349 if (found)
404 BOOL found = False; local
515 BOOL found = False; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dquotas.c69 int found; local
83 found = False ;
89 found = True ;
95 if (!found) {
160 int found ; local
174 found = False ;
183 found = True ;
193 if ( ! found )
277 int found ; local
292 found
483 int found; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dplaylist.c114 int rows, i, found, len; local
159 found = 0;
167 found++;
186 goto found;
211 found:
212 DPRINTF(E_DEBUG, L_SCANNER, "+ %s found in db\n", fname);
232 found++;
236 DPRINTF(E_DEBUG, L_SCANNER, "- %s not found in db\n", fname);
255 sql_exec(db, "UPDATE PLAYLISTS set FOUND = %d where ID = %lld", found, plID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dplaylist.c114 int rows, i, found, len; local
159 found = 0;
167 found++;
186 goto found;
211 found:
212 DPRINTF(E_DEBUG, L_SCANNER, "+ %s found in db\n", fname);
232 found++;
236 DPRINTF(E_DEBUG, L_SCANNER, "- %s not found in db\n", fname);
255 sql_exec(db, "UPDATE PLAYLISTS set FOUND = %d where ID = %lld", found, plID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/connector/
H A Dcn_queue.c131 int found = 0; local
143 found = 1;
147 if (!found)
151 if (found) {
166 int found = 0; local
172 found = 1;
178 if (found) {

Completed in 206 milliseconds

1234567891011>>