Searched refs:conv (Results 1 - 25 of 177) sorted by last modified time

12345678

/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
24 #dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=500 conv=notrunc && \
/haiku/src/bin/network/ftpd/
H A Dftpd.c1289 struct pam_conv conv = { &auth_conv, &auth_cred }; local
1291 e = pam_start("ftpd", (*ppw)->pw_name, &conv, &pamh);
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1377 m_clip_box.x1 = line_coord_sat::conv(x1);
1378 m_clip_box.y1 = line_coord_sat::conv(y1);
1379 m_clip_box.x2 = line_coord_sat::conv(x2);
1380 m_clip_box.y2 = line_coord_sat::conv(y2);
/haiku/src/libs/iconv/
H A Darmscii_8.h47 armscii_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
94 armscii_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dascii.h26 ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Datarist.h53 atarist_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
128 atarist_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dbig5.h1874 big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
4120 big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dbig5_2003.h184 big5_2003_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
189 return ascii_mbtowc(conv,pwc,s,n);
208 int ret = big5_mbtowc(conv,pwc,s,2);
271 big5_2003_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
277 ret = ascii_wctomb(conv,r,wc,n);
465 ret = big5_wctomb(conv,buf,wc,2);
H A Dbig5hkscs1999.h50 big5hkscs1999_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 ucs4_t last_wc = conv->istate;
55 conv->istate = 0;
62 return ascii_mbtowc(conv,pwc,s,n);
71 int ret = big5_mbtowc(conv,pwc,s,2);
79 int ret = hkscs1999_mbtowc(conv,pwc,s,n);
95 conv->istate = wc2;
107 big5hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
110 unsigned char last = conv->ostate;
119 conv
184 big5hkscs1999_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dbig5hkscs2001.h52 big5hkscs2001_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
54 ucs4_t last_wc = conv->istate;
57 conv->istate = 0;
64 return ascii_mbtowc(conv,pwc,s,n);
73 int ret = big5_mbtowc(conv,pwc,s,2);
81 int ret = hkscs1999_mbtowc(conv,pwc,s,n);
86 int ret = hkscs2001_mbtowc(conv,pwc,s,n);
102 conv->istate = wc2;
114 big5hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
117 unsigned char last = conv
202 big5hkscs2001_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dbig5hkscs2004.h52 big5hkscs2004_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
54 ucs4_t last_wc = conv->istate;
57 conv->istate = 0;
64 return ascii_mbtowc(conv,pwc,s,n);
73 int ret = big5_mbtowc(conv,pwc,s,2);
81 int ret = hkscs1999_mbtowc(conv,pwc,s,n);
86 int ret = hkscs2001_mbtowc(conv,pwc,s,n);
91 int ret = hkscs2004_mbtowc(conv,pwc,s,n);
107 conv->istate = wc2;
119 big5hkscs2004_wctomb (conv_t conv, unsigne argument
218 big5hkscs2004_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
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
H A Dces_big5.h26 ces_big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
39 return big5_mbtowc(conv,pwc,s,2);
48 ces_big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
54 ret = ascii_wctomb(conv,r,wc,n);
59 ret = big5_wctomb(conv,buf,wc,2);
H A Dces_gbk.h26 ces_gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
32 return ascii_mbtowc(conv,pwc,s,n);
37 return gbk_mbtowc(conv,pwc,s,2);
43 ces_gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
49 ret = ascii_wctomb(conv,r,wc,n);
54 ret = gbk_wctomb(conv,buf,wc,2);
H A Dcns11643_1.h857 cns11643_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_15.h1057 cns11643_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_2.h1088 cns11643_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_3.h944 cns11643_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_4.h33 cns11643_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_5.h1252 cns11643_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_6.h942 cns11643_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_7.h962 cns11643_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_inv.h15369 cns11643_inv_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dconverters.h37 int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n);
39 * int xxx_mbtowc (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n)
46 int (*xxx_flushwc) (conv_t conv, ucs4_t *pwc);
48 * int xxx_flushwc (conv_t conv, ucs4_t *pwc)
63 int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n);
65 * int xxx_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
70 int (*xxx_reset) (conv_t conv, unsigned char *r, int n);
72 * int xxx_reset (conv_t conv, unsigned char *r, int n)
H A Dcp1046.h53 cp1046_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
133 cp1046_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument

Completed in 332 milliseconds

12345678