Searched refs:found (Results 701 - 725 of 3074) sorted by relevance

<<21222324252627282930>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dsmbtar105 echo >&2 $0: Warning, $OPTARG not found
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwins.c176 BOOL found = False; local
223 found = True;
251 found = True;
256 if (found) {
261 nsd_logprintf(NSD_LOG_LOW, "lookup (wins) not found\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwins.c207 bool found = False; local
254 found = True;
282 found = True;
287 if (found) {
292 nsd_logprintf(NSD_LOG_LOW, "lookup (wins) not found\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/script/
H A Dsmbtar104 echo >&2 $0: Warning, $OPTARG not found
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dinit.h87 void do_deferred_options (struct context *c, const unsigned int found);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c156 int found = 0; local
170 found++;
175 found++;
178 return found;
347 /* If not found, ignore it */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/autoconf/Autom4te/
H A DConfigure_ac.pm64 Return the name of the file found, or the former if neither is present.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/samdb/ldb_modules/
H A Dextended_dn_in.c86 const char *found = NULL; local
129 found = &valstr[wkn_len];
133 if (!found) {
137 ac->basedn = ldb_dn_new(ac, ldb_module_get_ctx(ac->module), found);
153 const char *str = talloc_asprintf(req, "Base-DN '%s' not found",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dstream.c93 # error no mmap found
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/
H A DMakefile93 # Generic test if arch wasn't found above
143 @[ -n "$(OPTIONALS)" ] && echo Extensions found: $(OPTIONALS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/l2_packet/
H A Dl2_packet_pcap.c343 int found = 0; local
351 for (dev = devs; dev && !found; dev = dev->next) {
361 found = 1;
370 return found ? 0 : -1;
H A Dl2_packet_winpcap.c306 int found = 0; local
314 for (dev = devs; dev && !found; dev = dev->next) {
324 found = 1;
333 return found ? 0 : -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/l2_packet/
H A Dl2_packet_pcap.c343 int found = 0; local
351 for (dev = devs; dev && !found; dev = dev->next) {
361 found = 1;
370 return found ? 0 : -1;
H A Dl2_packet_winpcap.c306 int found = 0; local
314 for (dev = devs; dev && !found; dev = dev->next) {
324 found = 1;
333 return found ? 0 : -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/scripts/
H A Ddownload.pl49 $res =~ /not found/ and return undef;
55 $md5cmd or die 'no md5 checksum program found, please install md5 or md5sum';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Dansi2knr.c617 { /* We found the name being declared */
620 goto found;
624 goto found;
627 found: if ( *p == '.' && p[-1] == '.' && p[-2] == '.' )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/iniparser/src/
H A Diniparser.c59 @return int Number of sections found in dictionary
61 This function returns the number of sections found in a dictionary.
217 @brief Get the string associated to a key, return NULL if not found
223 ini file is given as "section:key". If the key cannot be found,
244 @param def Default value to return if key not found.
248 ini file is given as "section:key". If the key cannot be found,
281 ini file is given as "section:key". If the key cannot be found,
304 ini file is given as "section:key". If the key cannot be found,
328 ini file is given as "section:key". If the key cannot be found,
331 A true boolean is found i
387 int found=0 ; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/compression/
H A Dlzxpress.c94 bool found = false; local
115 * We check if len is better than the value found before, including the
119 found = true;
125 if (found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dproc_devtree.c125 int found = 0; local
131 found = 1;
138 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/
H A Ddrp-ie.c158 bool found = false; local
163 found = true;
167 if (!found) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/wlp/
H A Deda.c190 /* Not found */
218 /* Not found */
245 /* Not found */
306 int found = 0; local
314 found = 1;
318 if (!found)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Ddcookies.c66 struct dcookie_struct *found = NULL; local
76 found = dcs;
81 return found;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A Dbitmap.c55 goto found;
69 goto found;
94 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/
H A Dbtnode.c115 goto found;
144 goto found;
155 found:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/masters/
H A Dmatrox_w1.c87 unsigned long found; member in struct:matrox_device
209 dev->found = 1;
229 if (dev->found) {

Completed in 345 milliseconds

<<21222324252627282930>>