Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libcurses/widechar/
Dcharable.c58 result = wctomb(temp, ch); in _nc_to_char()
64 #error expected either wctob/wctomb in _nc_to_char()
/openbsd/src/lib/libc/locale/
DMakefile.inc14 wcstombs.c wctob.c wctomb.c wcstof.c wcstod.c wcstold.c wcstol.c \
24 wcstol.3 wcstombs.3 wcsxfrm.3 wctob.3 wctomb.3 \
Dwctomb.c34 wctomb(char *s, wchar_t wchar) in wctomb() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdlib.h102 #undef wctomb
139 using ::wctomb;
/openbsd/src/regress/lib/libc/locale/check_isw/
Dcheck_isw.c118 if (wctomb(buf, d) == 1) { in test2()
124 if (wctomb(buf, d) == 1) { in test2()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstdlib.h82 #undef wctomb
116 using ::wctomb;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dstdlib.h65 using std::wctomb;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dstdlib.h65 using std::wctomb;
/openbsd/src/lib/libedit/
Dchartype.c195 l = wctomb(dst, c); in ct_encode_char()
198 wctomb(NULL, L'\0'); in ct_encode_char()
/openbsd/src/usr.bin/less/
Dcvt.c97 dst += wctomb(dst, ch); in cvt_text()
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdlib73 int wctomb(char* s, wchar_t wchar);
140 using ::wctomb _LIBCPP_USING_IF_EXISTS;
/openbsd/src/lib/libc/hidden/
Dstdlib.h172 PROTO_STD_DEPRECATED(wctomb);
/openbsd/src/include/
Dstdlib.h138 int wctomb(char *, wchar_t);
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf221 wctomb
/openbsd/src/lib/libcurses/trace/
Dvisbuf.c223 int j = wctomb(temp, c), k; in _nc_viswbuf2n()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf220 wctomb
/openbsd/src/usr.bin/tmux/
Dutf8.c569 size = wctomb(ud->data, wc);
572 wctomb(NULL, 0);
Dkey-string.c265 mlen = wctomb(m, u); in key_string_lookup_string()
/openbsd/src/usr.bin/join/
Djoin.c366 mblen[i] = wctomb(mbdelim[i], wcdelim[i]); in mbssep()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t108 vfprintf vprintf vsprintf wcstombs wctomb
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1548 # define wctomb(s, wchar) not_here("wctomb") macro
3267 wctomb(s, wchar)
3283 RETVAL = wctomb(NULL, L'\0');
3297 RETVAL = wctomb(buffer, wchar);
/openbsd/src/gnu/lib/libreadline/
Dvi_mode.c707 mblen = wctomb (mb, wc);
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pod1139 L</mbtowc> and L</wctomb> may be used to roll your own decoding/encoding
1168 L</mblen> and L</wctomb> may be used to roll your own decoding/encoding
2261 =item C<wctomb>
2263 This is the same as the C function C<wctomb()> on unthreaded perls. On
2265 thread-safe L<C<wcrtomb>(3)>, if available, instead of C<wctomb>.
2273 of passing NULL as the first parameter to C<wctomb>. This ignores the
2286 setting between C<wctomb> and C<wcrtomb>. It does set C<errno> to 0
/openbsd/src/lib/libc/
DSymbols.list1050 wctomb
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod390 wctomb() wcrtomb()
509 getservbyname() ruserok() wctomb()
838 getpwnam_r() random_r() wctomb()

12