Searched refs:_cv_state (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | comb_to_byte.c | 30 struct _cv_state { struct 39 void AddChar (char Char, struct _cv_state *st); argument 40 void echo_conso(char code, struct _cv_state *st); 41 void echo_vowel(char code, struct _cv_state *st); 51 struct _cv_state *st; 75 echo_vowel(char code, struct _cv_state* st) in echo_vowel() 121 echo_conso(char code, struct _cv_state *st) in echo_conso()
|
H A D | euc_to_johap.c | 40 struct _cv_state { struct 52 void AddChar (char Char, struct _cv_state* st); argument 231 struct _cv_state * 234 struct _cv_state *st; in _cv_open() 236 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 250 struct _cv_state *st; in _cv_close() 258 struct _cv_state *st; in _cv_enconv() 343 struct _cv_state *st; 375 struct _cv_state *st; in main()
|
H A D | johap_to_euc.c | 43 struct _cv_state { struct 57 void AddChar (char Char, struct _cv_state *st); argument 197 struct _cv_state * 200 struct _cv_state *st; in _cv_open() 202 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 216 struct _cv_state *st; in _cv_close() 224 struct _cv_state *st; in _cv_enconv() 309 struct _cv_state *st; 342 struct _cv_state *st; in main()
|
H A D | iso2022-7_to_euc.c | 37 struct _cv_state { struct 207 struct _cv_state *st; in _cv_open() 209 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 219 _cv_close(struct _cv_state *st) in _cv_close() 226 _cv_enconv(struct _cv_state *st, char **inbuf, size_t*inbytesleft, in _cv_enconv()
|
H A D | euc_to_iso2022-7.c | 37 struct _cv_state { struct 205 struct _cv_state *st; in _cv_open() 207 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 217 _cv_close(struct _cv_state *st) in _cv_close() 224 _cv_enconv(struct _cv_state *st, char **inbuf, size_t*inbytesleft, in _cv_enconv()
|
H A D | euc_to_nbyte.c | 39 struct _cv_state { struct 51 void AddChar (char Char, struct _cv_state *st); argument 52 int write_21(KCHAR code_2, struct _cv_state *st); 424 struct _cv_state * 427 struct _cv_state *st; in _cv_open() 429 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 443 struct _cv_state *st; in _cv_close() 451 struct _cv_state *st; in _cv_enconv() 567 struct _cv_state *st; 599 struct _cv_state *st; in main()
|
H A D | nbyte_to_euc.c | 39 struct _cv_state { struct 47 int is_SI(char **inbuf, size_t *inbytesleft, struct _cv_state *st); argument 407 struct _cv_state *st; in _cv_open() 409 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 422 struct _cv_state *st; in _cv_close() 429 struct _cv_state *st; in _cv_enconv() 484 struct _cv_state *st; 550 struct _cv_state *st; in main()
|
H A D | byte_to_comb.c | 32 struct _cv_state { struct 104 struct _cv_state *st;
|
/illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
H A D | zh_TW-euc%zh_TW-iso2022-7.c | 64 struct _cv_state { struct 383 struct _cv_state *st; in _cv_open() 385 if ((st = (struct _cv_state *)malloc(sizeof(struct _cv_state))) == NULL) in _cv_open() 396 _cv_close(struct _cv_state *st) in _cv_close() 403 _cv_enconv(struct _cv_state *st, char **cvinbuf, size_t *cvinbytesleft, in _cv_enconv()
|
H A D | zh_TW-iso2022-7%zh_TW-euc.c | 102 struct _cv_state { struct 456 struct _cv_state *st; in _cv_open() 458 if ((st = (struct _cv_state *) malloc(sizeof (struct _cv_state))) == in _cv_open() 471 _cv_close(struct _cv_state *st) in _cv_close() 479 _cv_enconv(struct _cv_state *st, char **cvinbuf, size_t *cvinbytesleft, in _cv_enconv()
|