/titanic_51/usr/src/lib/iconv_modules/ko/common/ |
H A D | utf_to_njh_main.c | 43 void _icv_close(int* cd) in _icv_close() argument 52 size_t _icv_iconv(int* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument
|
H A D | utf_to_ojh_main.c | 43 void _icv_close(int* cd) in _icv_close() argument 52 size_t _icv_iconv(int* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument
|
H A D | utf_to_uhang_main.c | 42 void _icv_close(int* cd) in _icv_close() argument 51 size_t _icv_iconv(int* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument
|
H A D | utf_to_euc_main.c | 43 void _icv_close(int* cd) in _icv_close() argument 52 size_t _icv_iconv(int* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument
|
H A D | euc_to_iso2022-7.c | 57 _conv_desc* cd = (_conv_desc*)malloc(sizeof(_conv_desc)); in _icv_open() local 74 void _icv_close(_conv_desc* cd) in _icv_close() argument 85 size_t _icv_iconv(_conv_desc* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument [all...] |
H A D | unihan_to_UCS_main.c | 66 _icv_close (_icv_state_t *cd) in _icv_close() argument 75 _icv_iconv (_icv_state_t *cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument [all...] |
/titanic_51/usr/src/lib/iconv_modules/ja/common/ |
H A D | UTF-8-ms932_TO_UTF-8.c | 52 _icv_close(void *cd) in _icv_close() argument 59 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | UTF-8_TO_UTF-8-ms932.c | 52 _icv_close(void *cd) in _icv_close() argument 59 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | eucJP_TO_KUTEN.c | 40 _icv_close(void *cd) in _icv_close() argument 47 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | PCK_TO_eucJP.c | 41 _icv_close(void *cd) in _icv_close() argument 48 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | Unicode_TO_EUC-JIS-2004.c | 46 _icv_close(void *cd) in _icv_close() argument 53 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | EUC-JIS-2004_TO_Unicode.c | 43 _icv_close(void *cd) in _icv_close() argument 50 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | Unicode_TO_eucJP.c | 53 _icv_close(void *cd) in _icv_close() argument 60 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | eucJP_TO_Unicode.c | 49 _icv_close(void *cd) in _icv_close() argument 56 _icv_iconv(void *cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
/titanic_51/usr/src/lib/iconv_modules/th_TH/common/ |
H A D | utf_to_euc_main.c | 43 void _icv_close(int* cd) in _icv_close() argument 52 size_t _icv_iconv(int* cd, char** inbuf, size_t* inbufleft, in _icv_iconv() argument
|
/titanic_51/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 48 #define _CD_VTRK_SIZE(cd) (dev_tsize[GET_CD_STATE(cd)] * 1024) argument 49 #define _CD_VTRK_NUM(cd, len) ((len)/_CD_VTRK_SIZE(cd)) argument 50 #define _CD_VTRK_OFF(cd, len) ((len)%(_CD_VTRK_SIZE(cd))) argument 83 #define SET_CD_STATE(cd, i) (cd_test_sts[(cd)].cd_state = (short)(i)) argument 84 #define GET_CD_STATE(cd) (cd_test_sts[(cd)] argument 267 int cd; global() member 408 _td_attach_cd(int cd) _td_attach_cd() argument 415 _td_detach_cd(int cd) _td_detach_cd() argument 440 test_control(int typ,int cd,nsc_off_t fba_pos,nsc_size_t fba_len) test_control() argument 634 int cd, tsize; global() member 659 int cd; _sd_test_rwloop_seq() local 952 WAIT_IO(st,cd,buf,l) global() argument 991 int cd; _sd_direct_test() local [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | iconv.c | 260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in _win_iconv() argument 531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in utf2bin() argument 605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2utf() argument 715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ume2bin() argument 791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ume() argument 865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ucs2bin() argument 910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ucs() argument 956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in scu2bin() argument 1001 bin2scu(_ast_iconv_t cd, cha argument 1180 _ast_iconv_close(_ast_iconv_t cd) _ast_iconv_close() argument 1235 _ast_iconv(_ast_iconv_t cd,char ** fb,size_t * fn,char ** tb,size_t * tn) _ast_iconv() argument 1342 _ast_iconv_write(_ast_iconv_t cd,Sfio_t * op,char ** fb,size_t * fn,Iconv_disc_t * disc) _ast_iconv_write() argument 1437 _ast_iconv_move(_ast_iconv_t cd,Sfio_t * ip,Sfio_t * op,size_t n,Iconv_disc_t * disc) _ast_iconv_move() argument [all...] |
/titanic_51/usr/src/lib/iconv_modules/utf-8/common/ |
H A D | utf8.c | 46 _icv_close(int *cd) in _icv_close() argument 54 _icv_iconv(int *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv() argument
|
H A D | utf_ebcdic_to_utf8.c | 41 _icv_close(int *cd) in _icv_close() argument 59 _icv_iconv(int *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv() argument
|
H A D | utf8_to_utf_ebcdic.c | 41 _icv_close(int *cd) in _icv_close() argument 59 _icv_iconv(int *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv() argument
|
/titanic_51/usr/src/lib/iconv_modules/common/ |
H A D | 646%CODESET.c | 54 _icv_close(int* cd) in _icv_close() argument 65 _icv_iconv(int* cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
/titanic_51/usr/src/lib/iconv_modules/euro/utils/ |
H A D | 8859-1%IBM-037.c | 97 _icv_close(int* cd) in _icv_close() argument 108 _icv_iconv(int* cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | 8859-1%IBM-850.c | 67 _icv_close(int* cd) in _icv_close() argument 78 _icv_iconv(int* cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | IBM-037%8859-1.c | 97 _icv_close(int* cd) in _icv_close() argument 108 _icv_iconv(int* cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|
H A D | IBM-850%8859-1.c | 68 _icv_close(int* cd) in _icv_close() argument 79 _icv_iconv(int* cd, char **inbuf, size_t *inbytesleft, in _icv_iconv() argument
|