Searched refs:conv (Results 51 - 75 of 267) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dshift_jisx0213.h43 shift_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
45 ucs4_t last_wc = conv->istate;
48 conv->istate = 0;
105 conv->istate = wc2;
161 shift_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
164 unsigned short lasttwo = conv->ostate;
200 conv->ostate = 0;
220 conv->ostate = 0;
227 conv->ostate = 0;
234 conv
297 shift_jisx0213_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Djohab.h51 johab_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
61 return johab_hangul_mbtowc(conv,pwc,s,n);
79 return ksc5601_mbtowc(conv,pwc,buf,2);
88 johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
108 ret = johab_hangul_wctomb(conv,buf,wc,2);
119 ret = ksc5601_wctomb(conv,buf,wc,2);
H A Dsjis.h47 sjis_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
51 return jisx0201_mbtowc(conv,pwc,s,n);
65 return jisx0208_mbtowc(conv,pwc,buf,2);
83 sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
89 ret = jisx0201_wctomb(conv,buf,wc,1);
101 ret = jisx0208_wctomb(conv,buf,wc,2);
H A Dcp1162.h26 cp1162_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp858.h26 cp858_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
39 cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0201.h26 jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
47 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp936.h51 cp936_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
55 int ret = ces_gbk_mbtowc(conv,pwc,s,n);
93 cp936_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
97 int ret = ces_gbk_wctomb(conv,r,wc,n);
H A Dutf7.h69 utf7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
71 state_t state = conv->istate;
87 conv->istate = state;
95 conv->istate = state;
176 conv->istate = base64state;
181 conv->istate = state;
206 utf7_wctomb (conv_t conv, unsigned char *r, ucs4_t iwc, int n) argument
208 state_t state = conv->ostate;
218 /*conv->ostate = state;*/
226 /*conv
321 utf7_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dgb18030.h189 gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
195 return ascii_mbtowc(conv,pwc,s,n);
198 ret = gbk_mbtowc(conv,pwc,s,n);
202 ret = gb18030ext_mbtowc(conv,pwc,s,n);
208 ret = gb18030uni_mbtowc(conv,pwc,s,n);
307 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
312 ret = ascii_wctomb(conv,r,wc,n);
317 ret = gbk_wctomb(conv,r,wc,n);
321 ret = gb18030ext_wctomb(conv,r,wc,n);
365 ret = gb18030uni_wctomb(conv,
[all...]
H A Dcns11643_4.h33 cns11643_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcp1163.h26 cp1163_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
43 cp1163_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf16be.h28 utf16be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf16le.h28 utf16le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dc99.h30 c99_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
97 c99_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A DMakefile7 conv.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dalpha.pl123 sub conv subroutine
143 $ret="$off(".&conv($reg).")";
151 $p1=&conv($p1);
152 $p2=&conv($p2);
153 $p3=&conv($p3);
167 push(@out,&conv($p3)."\n");
174 $p1=&conv($p1);
175 $p2=&conv($p2);
183 push(@out,&conv($p2)."\n");
190 $p1=&conv(
[all...]
H A Dx86nasm.pl93 $reg2=&conv($1);
180 $t=&conv($p1).",";
185 push(@out,&conv($p2));
200 push(@out,"\t$name\t".&conv($p1)."\n");
203 sub conv subroutine
348 push(@out,"\t$name\t ".&conv($p1)."\n");
H A Dx86unix.pl211 $p2=&conv($p2);
212 $p1=&conv($p1);
218 $t=&conv($p2).",";
224 push(@out,&conv($p1)."\n");
241 $p2=&conv($p2);
242 $p1=&conv($p1);
247 push(@out,"\t$name\t".&conv($p1)."\n");
255 push(@out,"\t$name\t*".&conv($p1)."\n");
263 sub conv subroutine
H A Dx86ms.pl87 $reg2=&conv($1);
171 $t=&conv($p1).",";
176 push(@out,&conv($p2));
192 push(@out,"\t$name\t".&conv($p1)."\n");
195 sub conv subroutine
371 push(@out,"\t$name\t ".&conv($p1)."\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dlinear.c37 int conv; member in struct:linear_priv
49 void *conv = conv_labels[data->conv]; local
70 goto *conv;
157 data->conv = conv_index(src_format->format, dst_format->format);
H A Dmulaw.c152 int conv; member in struct:mulaw_priv
164 void *put = put_s16_labels[data->conv];
206 void *get = get_s16_labels[data->conv];
325 data->conv = getput_index(format->format);
326 snd_assert(data->conv >= 0 && data->conv < 4*2*2, return -EINVAL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl98 $reg2=&conv($1);
210 $t=&conv($p1).",";
215 push(@out,&conv($p2));
231 push(@out,"\t$name\t".&conv($p1)."\n");
234 sub conv subroutine
440 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86nasm.pl106 $reg2=&conv($1);
227 $t=&conv($p1).",";
232 push(@out,&conv($p2));
247 push(@out,"\t$name\t".&conv($p1)."\n");
250 sub conv subroutine
426 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86unix.pl271 $p2=&conv($p2);
272 $p1=&conv($p1);
278 $t=&conv($p2).",";
284 push(@out,&conv($p1)."\n");
301 $p2=&conv($p2);
302 $p1=&conv($p1);
307 push(@out,"\t$name\t".&conv($p1)."\n");
315 push(@out,"\t$name\t*".&conv($p1)."\n");
323 sub conv subroutine
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c225 {Opt_conv_binary, "conv=binary"},
226 {Opt_conv_text, "conv=text"},
227 {Opt_conv_auto, "conv=auto"},
245 int *lowercase, int *conv, int *eas, int *chk, int *errs,
288 *conv = CONV_BINARY;
291 *conv = CONV_TEXT;
294 *conv = CONV_AUTO;
362 conv=binary do not convert CR/LF -> LF (default)\n\
363 conv=auto convert only files with known text extensions\n\
364 conv
244 parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask, int *lowercase, int *conv, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) argument
386 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; local
449 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; local
[all...]

Completed in 93 milliseconds

1234567891011