Home
last modified time | relevance | path

Searched refs:wctomb (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/tests/lib/libc/locale/
Dt_wctomb.c123 ret = wctomb(NULL, 0); in h_wctomb()
142 ret = wctomb(cs, wcs[i]); in h_wctomb()
161 ATF_TC(wctomb);
162 ATF_TC_HEAD(wctomb, tc) in ATF_TC_HEAD() argument
166 ATF_TC_BODY(wctomb, tc) in ATF_TC_BODY() argument
210 ATF_TP_ADD_TC(tp, wctomb); in ATF_TP_ADD_TCS()
Dt_mbtowc.c190 ret = wctomb(back, wc); in ATF_TC_BODY()
/netbsd/src/usr.bin/vis/
Dvis.c251 mbilen = wctomb(mbibuff, c); in process()
256 wctomb(mbibuff + mbilen, c1); in process()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dutf-8-conv.c337 int wctomb(char *s, wchar_t wc) { return wcrtomb(s,wc,NULL); } in wctomb() function
354 f_wctomb = wctomb; /* use the local ANSI C function */ in ldap_x_utf8_to_mb()
/netbsd/src/lib/libedit/
Dchartype.c205 l = wctomb(dst, c); in ct_encode_char()
208 wctomb(NULL, L'\0'); in ct_encode_char()
/netbsd/src/lib/libedit/TEST/
Dwtc1.c74 wctomb(NULL, 0); /* Reset shift state */ in complete()
81 bptr += wctomb(bptr, ptr[i]); in complete()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dstdlib.h81 using std::wctomb;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcstdlib119 #undef wctomb
172 using ::wctomb;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcstdlib112 #undef wctomb
161 using ::wctomb;
/netbsd/src/lib/libc/locale/
Dmultibyte_c90.c164 wctomb(char *s, wchar_t wc) in wctomb() function
DMakefile.inc35 MAN+= mbtowc.3 mbstowcs.3 wctomb.3 wcstombs.3 mblen.3 \
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_pax_filename_encoding.c210 if (wctomb(buff, 0x1234) > 0) {
217 if (wctomb(buff, 0x1234) > 0) {
/netbsd/src/external/bsd/tmux/dist/
Dutf8.c462 size = wctomb((char *)ud->data, wc);
466 wctomb(NULL, 0);
Dkey-string.c265 mlen = wctomb(m, u); in key_string_lookup_string()
/netbsd/src/include/
Dstdlib.h133 int wctomb(char *, wchar_t);
/netbsd/src/lib/libcurses/
Dcr_put.c207 cw = wctomb(s, c); in plodput()
Dslk.c845 inc = wctomb(ts, l->label[lcnt]); in __slk_draw()
/netbsd/src/external/bsd/openldap/dist/doc/devel/
Dutfconv.txt25 wctomb, and wcstombs.
240 ANSI C routine wctomb is used.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcfns.gperf234 wctomb, 89 keyword
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_string.c794 wctomb(NULL, L'\0'); in archive_string_append_from_wcs()
821 n = wctomb(p, *w++); in archive_string_append_from_wcs()
3426 wctomb(NULL, L'\0'); in strncat_from_utf8_libarchive2()
3472 n = (int)wctomb(p, wc); in strncat_from_utf8_libarchive2()
/netbsd/src/usr.bin/xlint/llib/
Dllib-lstdc212 int (wctomb)(char *s, wchar_t wchar);
Dllib-lposix313 int (wctomb)(char *s, wchar_t wchar);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-crtlmap.map896 wctomb
/netbsd/src/lib/libc/citrus/
Dcitrus_ctype_template.h848 psenc = &_CEI_TO_STATE(_TO_CEI(cl), wctomb); in _FUNCNAME()
/netbsd/src/external/historical/nawk/dist/
Drun.c1999 unused = wctomb(NULL, L'\0'); in nawk_convert()
2009 n = wctomb(pbuf, fun_wc(wc)); in nawk_convert()

12