Searched refs:wc (Results 1 - 25 of 393) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile681 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
693 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
H A DMakefile.in681 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
693 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftplistparser.c305 struct WildcardData *wc = &conn->data->wildcard; local
306 struct ftp_wc_tmpdata *tmpdata = wc->tmp;
307 struct curl_llist *llist = wc->filelist;
330 if(compare(conn->data->set.fnmatch_data, wc->pattern,
H A Dmulti.c1250 struct WildcardData *wc = &data->wildcard; local
1251 if(wc->state == CURLWC_DONE || wc->state == CURLWC_SKIP) {
1718 struct WildcardData *wc = &easy->easy_handle->wildcard; local
1721 if(!wc->filelist) {
1722 CURLcode ret = Curl_wildcard_init(wc); /* init wildcard structures */
1734 if(wc->state == CURLWC_DONE || result)
1735 Curl_wildcard_dtor(wc);
H A Dwildcard.c36 CURLcode Curl_wildcard_init(struct WildcardData *wc) argument
38 DEBUGASSERT(wc->filelist == NULL);
39 /* now allocate only wc->filelist, everything else
41 wc->filelist = Curl_llist_alloc(Curl_fileinfo_dtor);
42 if(!wc->filelist) {;
48 void Curl_wildcard_dtor(struct WildcardData *wc) argument
50 if(!wc)
53 if(wc->tmp_dtor) {
54 wc->tmp_dtor(wc
[all...]
H A Dwildcard.h53 CURLcode Curl_wildcard_init(struct WildcardData *wc);
54 void Curl_wildcard_dtor(struct WildcardData *wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Solaris/
H A DMakefile423 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
H A DMakefile.am16 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
H A DMakefile.in423 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c306 ssize_t wc; local
310 wc = write(filedes, (unsigned char *)buffer + nwrite, nbytes - nwrite);
317 if(wc < 0) {
325 if(wc == 0) {
330 nwrite += wc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex91 count records with \verb|wc| or to \verb|grep| the output. The trivial
1555 kuznet@amber:~ $ ip ro ls proto gated/bgp | wc
1562 kuznet@amber:~ $ ip -o ro ls cloned | wc
1731 netadm@amber:~ # ip ro ls proto gated/bgp | wc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A DMakefile.in611 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
623 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h54 __u32 wc; member in struct:xt_osf_wc
64 struct xt_osf_wc wc; member in struct:xt_osf_opt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c153 char *ptr, wc; local
161 wc = OSF_WSS_PLAIN;
199 wc = OSF_WSS_MODULO;
202 wc = OSF_WSS_MSS;
205 wc = OSF_WSS_MTU;
208 wc = OSF_WSS_PLAIN;
214 if (wc)
228 wc = OSF_WSS_MODULO;
231 if (wc)
263 opt[*optnum].wc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwv.c72 WVContext *wc = ctx->priv_data; local
77 wc->pos = url_ftell(pb);
86 wc->blksize = size;
94 wc->samples = get_le32(pb); // total samples in file
95 wc->soff = get_le32(pb); // offset in samples of current block
96 get_buffer(pb, wc->extra, WV_EXTRA_SIZE);
97 wc->flags = AV_RL32(wc->extra + 4);
99 if(wc->flags & WV_FLOAT){
104 bpp = ((wc
135 WVContext *wc = s->priv_data; local
160 WVContext *wc = s->priv_data; local
189 WVContext *wc = s->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dregression.sh68 wc -c $f >> $logfile
88 wc -c $f >> $logfile
161 wc -c ${outfile}libav02.$1 >> $logfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A DMakefile.in556 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
568 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.c82 int wc, i, k; local
117 wc = *s++ & ((1 << (7 - k)) - 1);
121 wc = (wc << 6) | (*s++ & 0x3f);
123 if (wc < (1 << (5 * k - 4)))
126 *pwc = wc;
132 unsigned int wc = wc1; local
136 if (wc < (1u << 7)) {
137 *s++ = wc;
140 else if (wc < (
195 charset_wctomb(struct charset *charset, char *s, int wc) argument
215 wctomb_utf8(void *map, char *s, int wc) argument
229 int wc; local
242 wctomb_ascii(void *map, char *s, int wc) argument
261 int wc; local
274 wctomb_iso1(void *map, char *s, int wc) argument
297 unsigned short wc; local
365 unsigned short wc = wc1; local
489 int i, j, wc; local
[all...]
H A Dcharset.h28 int utf8_wctomb(char *s, int wc);
49 int charset_wctomb(struct charset *charset, char *s, int wc);
H A Dcharset_test.c30 int wc; local
47 wc = 'x';
48 assert(charset_mbtowc(charset, &wc, "a", 0) == 0 && wc == 'x');
49 assert(charset_mbtowc(charset, &wc, "", 1) == 0 && wc == 0);
50 assert(charset_mbtowc(charset, &wc, "b", 1) == 1 && wc == 'b');
51 assert(charset_mbtowc(charset, &wc, "", 2) == 0 && wc
68 int wc; local
152 int wc; local
174 int wc; local
194 int wc; local
[all...]
H A Dmakemap.c34 int i, wc; local
56 wc = (buf[0] << 24) + (buf[1] << 16) + (buf[2] << 8) + buf[3];
57 if (wc >= 0xffff) {
63 wc = 0xffff;
71 printf("0x%04x", wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.in465 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
471 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
H A Dtest_flac.sh80 #n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || die "ERROR: comparing FLAC files $1 and $2 by MD5 sum" ) | uniq | wc -l`
81 n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || exit 1 ) | uniq | wc -l`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.in706 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
718 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/
H A DMakefile.in614 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
620 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \

Completed in 253 milliseconds

1234567891011>>