Home
last modified time | relevance | path

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

/onnv-gate/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()
/onnv-gate/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
/onnv-gate/usr/src/lib/libparted/common/lib/
H A Dquotearg.c49 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) argument
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs311 #define mbtowc(pwc, s, n) not_here("mbtowc") argument
/onnv-gate/usr/src/cmd/csh/
H A Dsh.h53 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument