/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | mbrtowc.c | 36 mbrtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc_l() argument 47 mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc() argument 54 mbrtowc_nz_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc_nz_l() argument 65 mbrtowc_nz(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc_nz() argument
|
H A D | mbtowc.c | 37 mbtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n, in mbtowc_l() argument 54 mbtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n) in mbtowc() argument
|
H A D | euc.c | 128 _EUC_CN_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_CN_mbrtowc() argument 173 _EUC_KR_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_KR_mbrtowc() argument 218 _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_JP_mbrtowc() argument 263 _EUC_TW_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_TW_mbrtowc() argument 296 _EUC_mbrtowc_impl(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_mbrtowc_impl() argument [all...] |
H A D | none.c | 75 __mbrtowc_ascii(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in __mbrtowc_ascii() argument
|
H A D | mskanji.c | 81 _MSKanji_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _MSKanji_mbrtowc() argument
|
H A D | big5.c | 86 _BIG5_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _BIG5_mbrtowc() argument
|
H A D | gbk.c | 86 _GBK_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GBK_mbrtowc() argument
|
H A D | gb18030.c | 79 _GB18030_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GB18030_mbrtowc() argument
|
H A D | gb2312.c | 97 _GB2312_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GB2312_mbrtowc() argument
|
H A D | utf8.c | 71 _UTF8_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _UTF8_mbrtowc() argument
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | xccs.multibyte.c | 46 _mbtowc_xccs(pwc, s, n) in _mbtowc_xccs() argument 126 _wctomb_xccs(s, pwc) in _wctomb_xccs() argument 174 _mbstowcs_xccs(pwc,s,n) _mbstowcs_xccs() argument 263 _wcstombs_xccs(s,pwc,n) _wcstombs_xccs() argument [all...] |
H A D | wctomb.c | 42 wctomb(s, pwc) in wctomb() argument
|
H A D | iso.multibyte.c | 87 _mbtowc_iso(wchar_t *pwc, char *s, size_t n) in _mbtowc_iso() argument 374 wchar_t pwc; in _mbstowcs_iso() local 413 _wctomb_iso(unsigned char *s, wchar_t pwc) in _wctomb_iso() argument [all...] |
H A D | mbtowc.c | 44 mbtowc(pwc, s, n) in mbtowc() argument
|
/titanic_52/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 326 #define mbtowc(pwc, s, n) m_sb_mbtowc(pwc, s, n) argument 327 #define mbrtowc(pwc, s, n, ps) m_sb_mbtowc(pwc, s, n) argument
|
/titanic_52/usr/src/cmd/csh/ |
H A D | sh.h | 53 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument
|