/netbsd-src/tests/lib/libc/locale/ |
H A D | t_wcstod.c | 388 ATF_TC(wcstombs); 389 ATF_TC_HEAD(wcstombs, tc) in ATF_TC_HEAD() argument 393 ATF_TC_BODY(wcstombs, tc) in ATF_TC_BODY() argument 405 n = wcstombs(NULL, t->wcs, 0); in ATF_TC_BODY() 408 (void)wcstombs(buf, t->wcs, n + 1); in ATF_TC_BODY() 479 ATF_TP_ADD_TC(tp, wcstombs); in ATF_TP_ADD_TCS()
|
H A D | t_mbstowcs.c | 179 REQUIRE_ERRNO((ssize_t)wcstombs(buf, wbuf, SIZE-1), -1); in ATF_TC_BODY()
|
/netbsd-src/lib/libedit/TEST/ |
H A D | wtc1.c | 44 int needed = wcstombs(0, wstr, 0) + 1; in my_wcstombs() 49 wcstombs(buf.str, wstr, needed); in my_wcstombs()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | gzlib.c | 61 wcstombs(buf, msgbuf, chars + 1); 195 len = wcstombs(NULL, path, 0); 210 wcstombs(state->path, path, len + 1);
|
H A D | minigzip.c | 104 wcstombs(buf, msgbuf, chars + 1);
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | gzlib.c | 61 wcstombs(buf, msgbuf, chars + 1); 195 len = wcstombs(NULL, path, 0); 210 wcstombs(state->path, path, len + 1);
|
H A D | minigzip.c | 104 wcstombs(buf, msgbuf, chars + 1);
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | gzlib.c | 61 wcstombs(buf, msgbuf, chars + 1); 195 len = wcstombs(NULL, path, 0); 210 wcstombs(state->path, path, len + 1);
|
H A D | minigzip.c | 104 wcstombs(buf, msgbuf, chars + 1);
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cstdlib | 75 size_t wcstombs(char* restrict s, const wchar_t* restrict pwcs, size_t n); 152 using ::wcstombs;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | stdlib.h | 80 using std::wcstombs;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | stdlib.h | 80 using std::wcstombs;
|
/netbsd-src/sys/arch/hpcmips/stand/libsa/ |
H A D | devopen.c | 83 if (wcstombs(name, (TCHAR*)fname, sizeof(name)) == (size_t)-1) { in parsebootfile()
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | print.c | 61 n = wcstombs(ascbuf, buffer, sizeof(ascbuf)); in debug_printf()
|
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | mkdirp.c | 207 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) { in simplify()
|
/netbsd-src/lib/libc/locale/ |
H A D | Makefile.inc | 35 MAN+= mbtowc.3 mbstowcs.3 wctomb.3 wcstombs.3 mblen.3 \
|
H A D | multibyte_c90.c | 122 wcstombs(char *s, const wchar_t *wcs, size_t n) in wcstombs() function
|
/netbsd-src/external/bsd/tre/dist/ |
H A D | configure.ac | 419 dnl We need either wcsrtombs (preferred) or wcstombs 421 AX_CHECK_FUNCS_COMP([wcsrtombs wcstombs],[found="yes"; break],, 424 tre_wchar_reason="no wcsrtombs or wcstombs found" 443 dnl wcsrtombs and wcstombs don't seem to work at all on MinGW.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cstdlib | 118 #undef wcstombs 171 using ::wcstombs;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cstdlib | 111 #undef wcstombs 160 using ::wcstombs;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cstdlib | 118 #undef wcstombs 171 using ::wcstombs;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cstdlib | 111 #undef wcstombs 160 using ::wcstombs;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | stdlib.d | 220 size_t wcstombs(scope char* s, scope const wchar_t* pwcs, size_t n);
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | utf-8-conv.c | 384 f_wcstombs = wcstombs; /* use the local ANSI C function */ in ldap_x_utf8s_to_mbs()
|
/netbsd-src/include/ |
H A D | stdlib.h | 135 size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
|