Searched defs:pwc (Results 1 – 8 of 8) sorted by relevance
/onnv-gate/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) in _mbstowcs_xccs() argument 263 _wcstombs_xccs(s, pwc, n) in _wcstombs_xccs() argument
|
H A D | wctomb.c | 42 wctomb(s, pwc) in wctomb() argument
|
H A D | mbtowc.c | 44 mbtowc(pwc, s, n) in mbtowc() argument
|
H A D | iso.multibyte.c | 87 _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 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
|
/onnv-gate/usr/src/lib/libparted/common/lib/ |
H A D | quotearg.c | 49 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) argument
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
H A D | POSIX.xs | 311 #define mbtowc(pwc, s, n) not_here("mbtowc") argument
|
/onnv-gate/usr/src/cmd/csh/ |
H A D | sh.h | 53 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) argument
|