Home
last modified time | relevance | path

Searched defs:pwc (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dxccs.multibyte.c46 _mbtowc_xccs(pwc, s, n) in _mbtowc_xccs() argument
126 _wctomb_xccs(s, pwc) in _wctomb_xccs() argument
174 _mbstowcs_xccs(pwc, s, n) in _mbstowcs_xccs() argument
263 _wcstombs_xccs(s, pwc, n) in _wcstombs_xccs() argument
H A Dwctomb.c42 wctomb(s, pwc) in wctomb() argument
H A Dmbtowc.c44 mbtowc(pwc, s, n) in mbtowc() argument
H A Diso.multibyte.c87 _mbtowc_iso(wchar_t *pwc, char *s, size_t n) in _mbtowc_iso()
374 wchar_t pwc; in _mbstowcs_iso() local
413 _wctomb_iso(unsigned char *s, wchar_t pwc) in _wctomb_iso()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dmbtowc.c37 mbtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n, in mbtowc_l()
54 mbtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n) in mbtowc()
H A Dmbrtowc.c36 mbrtowc_l(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc_l()
47 mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in mbrtowc()
H A Deuc.c133 _EUC_CN_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_CN_mbrtowc()
178 _EUC_KR_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_KR_mbrtowc()
223 _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_JP_mbrtowc()
268 _EUC_TW_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_TW_mbrtowc()
301 _EUC_mbrtowc_impl(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_mbrtowc_impl()
H A Dnone.c75 __mbrtowc_ascii(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in __mbrtowc_ascii()
H A Dmskanji.c85 _MSKanji_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _MSKanji_mbrtowc()
H A Dbig5.c90 _BIG5_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _BIG5_mbrtowc()
H A Dgbk.c90 _GBK_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GBK_mbrtowc()
H A Dgb18030.c85 _GB18030_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GB18030_mbrtowc()
H A Dgb2312.c103 _GB2312_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _GB2312_mbrtowc()
H A Dutf8.c77 _UTF8_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _UTF8_mbrtowc()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h326 #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_41/usr/src/cmd/csh/
H A Dsh.h53 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument