| /netbsd/src/tests/lib/libc/locale/ |
| D | t_wctomb.c | 123 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()
|
| D | t_mbtowc.c | 190 ret = wctomb(back, wc); in ATF_TC_BODY()
|
| /netbsd/src/usr.bin/vis/ |
| D | vis.c | 251 mbilen = wctomb(mbibuff, c); in process() 256 wctomb(mbibuff + mbilen, c1); in process()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | utf-8-conv.c | 337 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/ |
| D | chartype.c | 205 l = wctomb(dst, c); in ct_encode_char() 208 wctomb(NULL, L'\0'); in ct_encode_char()
|
| /netbsd/src/lib/libedit/TEST/ |
| D | wtc1.c | 74 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/ |
| D | stdlib.h | 81 using std::wctomb;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cstdlib | 119 #undef wctomb 172 using ::wctomb;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cstdlib | 112 #undef wctomb 161 using ::wctomb;
|
| /netbsd/src/lib/libc/locale/ |
| D | multibyte_c90.c | 164 wctomb(char *s, wchar_t wc) in wctomb() function
|
| D | Makefile.inc | 35 MAN+= mbtowc.3 mbstowcs.3 wctomb.3 wcstombs.3 mblen.3 \
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_pax_filename_encoding.c | 210 if (wctomb(buff, 0x1234) > 0) { 217 if (wctomb(buff, 0x1234) > 0) {
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | utf8.c | 462 size = wctomb((char *)ud->data, wc); 466 wctomb(NULL, 0);
|
| D | key-string.c | 265 mlen = wctomb(m, u); in key_string_lookup_string()
|
| /netbsd/src/include/ |
| D | stdlib.h | 133 int wctomb(char *, wchar_t);
|
| /netbsd/src/lib/libcurses/ |
| D | cr_put.c | 207 cw = wctomb(s, c); in plodput()
|
| D | slk.c | 845 inc = wctomb(ts, l->label[lcnt]); in __slk_draw()
|
| /netbsd/src/external/bsd/openldap/dist/doc/devel/ |
| D | utfconv.txt | 25 wctomb, and wcstombs. 240 ANSI C routine wctomb is used.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cfns.gperf | 234 wctomb, 89 keyword
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_string.c | 794 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/ |
| D | llib-lstdc | 212 int (wctomb)(char *s, wchar_t wchar);
|
| D | llib-lposix | 313 int (wctomb)(char *s, wchar_t wchar);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-crtlmap.map | 896 wctomb
|
| /netbsd/src/lib/libc/citrus/ |
| D | citrus_ctype_template.h | 848 psenc = &_CEI_TO_STATE(_TO_CEI(cl), wctomb); in _FUNCNAME()
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | run.c | 1999 unused = wctomb(NULL, L'\0'); in nawk_convert() 2009 n = wctomb(pbuf, fun_wc(wc)); in nawk_convert()
|