| /src/tests/lib/libc/locale/ |
| t_wcstod.c | 388 ATF_TC(wcstombs); variable 389 ATF_TC_HEAD(wcstombs, tc) 391 atf_tc_set_md_var(tc, "descr", "Checks wcstombs(3) on the inputs to the wcstod test"); 393 ATF_TC_BODY(wcstombs, tc) 405 n = wcstombs(NULL, t->wcs, 0); 406 printf("wcstombs(NULL, \"%S\", 0) = %d\n", t->wcs, (int)n); 408 (void)wcstombs(buf, t->wcs, n + 1); 409 printf("wcstombs(buf, \"%S\", %d) = \"%s\"\n", t->wcs, 479 ATF_TP_ADD_TC(tp, wcstombs);
|
| t_mbstowcs.c | 211 REQUIRE_ERRNO((ssize_t)wcstombs(buf, wbuf, SIZE-1), -1);
|
| /src/sys/arch/hpcmips/stand/libsa/ |
| devopen.c | 83 if (wcstombs(name, (TCHAR*)fname, sizeof(name)) == (size_t)-1) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 83 using std::wcstombs;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 80 using std::wcstombs;
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| print.c | 61 n = wcstombs(ascbuf, buffer, sizeof(ascbuf));
|
| /src/external/cddl/osnet/lib/libzfs/ |
| mkdirp.c | 207 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) {
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| errors.cc | 133 wcstombs (buf, msgbuf, chars + 1);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| errors.cc | 133 wcstombs (buf, msgbuf, chars + 1);
|
| /src/lib/libedit/TEST/ |
| wtc1.c | 44 int needed = wcstombs(0, wstr, 0) + 1; 49 wcstombs(buf.str, wstr, needed);
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzlib.c | 55 wcstombs(buf, msgbuf, chars + 1); 183 len = wcstombs(NULL, path, 0); 198 wcstombs(state->path, path, len + 1);
|
| minigzip.c | 104 wcstombs(buf, msgbuf, chars + 1);
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzlib.c | 61 wcstombs(buf, msgbuf, chars + 1); 195 len = wcstombs(NULL, path, 0); 210 wcstombs(state->path, path, len + 1);
|
| minigzip.c | 104 wcstombs(buf, msgbuf, chars + 1);
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzlib.c | 61 wcstombs(buf, msgbuf, chars + 1); 195 len = wcstombs(NULL, path, 0); 210 wcstombs(state->path, path, len + 1);
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzlib.c | 55 wcstombs(buf, msgbuf, chars + 1); 183 len = wcstombs(NULL, path, 0); 198 wcstombs(state->path, path, len + 1);
|
| /src/common/dist/zlib/ |
| gzlib.c | 55 wcstombs(buf, msgbuf, chars + 1); /* assumes buf is big enough */ 202 len = wcstombs(NULL, path, 0); 214 wcstombs(state->path, path, len + 1);
|
| /src/lib/libc/locale/ |
| multibyte_c90.c | 122 wcstombs(char *s, const wchar_t *wcs, size_t n) function
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzlib.c | 62 wcstombs(buf, msgbuf, chars + 1); 188 len = wcstombs(NULL, path, 0); 203 wcstombs(state.state->path, path, len + 1);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| stdlib.d | 220 size_t wcstombs(scope char* s, scope const wchar_t* pwcs, size_t n);
|
| /src/include/ |
| stdlib.h | 135 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| utf-8-conv.c | 52 #include <ac/stdlib.h> /* For wctomb, wcstombs, mbtowc, mbstowcs */ 384 f_wcstombs = wcstombs; /* use the local ANSI C function */
|
| /src/usr.bin/xlint/llib/ |
| llib-lstdc | 214 size_t (wcstombs)(char *s, const wchar_t *pwcs, size_t n);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| windows-nat.c | 290 wcstombs (buf, unicode_address, MAX_PATH); 581 wcstombs (dll_name_mb, dll_name, MAX_PATH);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| windows-nat.c | 290 wcstombs (buf, unicode_address, MAX_PATH); 581 wcstombs (dll_name_mb, dll_name, MAX_PATH);
|