/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | vfwscanf.c | 74 return wcstombs(buf, wuf, size); in wideread() 82 r = wcstombs(buf, wuf, size); in wideread() 99 n = wcstombs(NiL, fmt, 0); in vfwscanf() 109 wcstombs(w->fmt, fmt, n + 1); in vfwscanf()
|
H A D | vfwprintf.c | 39 n = wcstombs(NiL, fmt, 0); in vfwprintf() 44 wcstombs(m, fmt, n + 1); in vfwprintf()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | getprm.c | 220 (void) wcstombs(file, n, MAXFULLNAME); 232 (void) wcstombs(sys, tmpbuf, MAXFULLNAME); 239 (void) wcstombs(fwd, tmpbuf, MAXFULLNAME); 245 (void) wcstombs(file, cr+1, MAXFULLNAME);
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | reject.c | 97 extern size_t wcstombs(char *, const wchar_t *, size_t); 136 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX); in YYREJECT() 164 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX); in yyracc()
|
H A D | yyless.c | 140 yyleng = wcstombs((char *)yytext, YYTEXT, YYLENG*MB_LEN_MAX);
|
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | wsscanf.c | 63 i = wcstombs(tempstring, string, MAXINSTR); in wsscanf() 71 i = wcstombs(tempstring, string, malloced); /* Try again. */ in wsscanf()
|
H A D | strtows.c | 53 ret = wcstombs(s1, s2, TMP_MAX); in wstostr()
|
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | btos.c | 369 while (wcstombs(NULL, wstring, 0) >= ssize) { in sbsltos() 381 if ((wccount = wcstombs(sstring, wstring, ssize)) == -1) { in sbsltos() 465 while (wcstombs(NULL, wstring, 0) >= ssize) { in sbcleartos() 477 if ((wccount = wcstombs(sstring, wstring, ssize)) == -1) { in sbcleartos()
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | vwscanf.c | 112 clen = wcstombs(NULL, wstr, 0); in _vswscanf_c89() 120 wlen = wcstombs(tmp_buf, wstr, clen + 1); in _vswscanf_c89()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | key_name.c | 64 if ((len = wcstombs(mbs, ws, MB_LEN_MAX)) == (size_t) -1) in key_name()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | stdlib.h | 65 extern size_t wcstombs(/* char *s, const wchar_t *pwcs, size_t n */);
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 184 (void) wcstombs(tmp_mbs_buffer, command, (length * MB_LEN_MAX) + 1); in doshell() 347 (void) wcstombs(tmp_mbs_buffer, command, (length * MB_LEN_MAX) + 1); in doexec() 378 (void) wcstombs(tmp_mbs_buffer, q, (length * MB_LEN_MAX) + 1); in doexec()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | key_name.c | 66 if ((len = wcstombs(mbs, ws, MB_LEN_MAX)) == (size_t) -1) in key_name()
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | stdlib.h | 75 extern size_t wcstombs(/* char *s, const wchar_t *pwcs, size_t n */);
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | wcstombs.c | 51 wcstombs(char *_RESTRICT_KYWD s, const wchar_t *_RESTRICT_KYWD pwcs, size_t n) in wcstombs() function
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | puttext.c | 279 mlen = wcstombs(mbtemp, temp, MWIDTH+1); in puttext() 301 mlen = wcstombs(mbtemp, temp, MWIDTH+1); in puttext()
|
/titanic_44/usr/src/cmd/sort/common/ |
H A D | check.c | 50 if ((length = (ssize_t)wcstombs(NULL, L->l_data.wp, 0)) < 0) in fail_check() 57 (void) wcstombs(line, L->l_data.wp, L->l_data_length); in fail_check()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | wcstombs.c | 42 wcstombs(s, pwcs, n) in wcstombs() function
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | wchar | 2 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h 82 extern size_t wcstombs(char*, const wchar_t*, size_t);
|
/titanic_44/usr/src/cmd/valtools/ |
H A D | ckitem.c | 283 r = wcstombs(temp, wtemp, in main() 301 r = wcstombs(temp, wtemp, n * MB_LEN_MAX); in main()
|
/titanic_44/usr/src/head/iso/ |
H A D | stdlib_iso.h | 162 extern size_t wcstombs(char *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
|
/titanic_44/usr/src/lib/libgen/common/ |
H A D | mkdirp.c | 204 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) { in simplify()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | wc.c | 124 wcstombs(char* t, register const wchar_t* s, size_t n) in wcstombs() function
|
/titanic_44/usr/src/lib/libxcurses/h/solaris2/ |
H A D | mkslocal.h | 171 #define wcsrtombs(w, c, n, s) wcstombs(w, c, n)
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 321 #undef wcstombs 332 #define wcstombs(s, pwcs, n) m_sb_wcstombs(s, pwcs, n) macro
|