Searched refs:wctomb (Results 1 – 25 of 49) sorted by relevance
12
| /openbsd/src/lib/libcurses/widechar/ |
| D | charable.c | 58 result = wctomb(temp, ch); in _nc_to_char() 64 #error expected either wctob/wctomb in _nc_to_char()
|
| /openbsd/src/lib/libc/locale/ |
| D | Makefile.inc | 14 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 \
|
| D | wctomb.c | 34 wctomb(char *s, wchar_t wchar) in wctomb() function
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cstdlib.h | 102 #undef wctomb 139 using ::wctomb;
|
| /openbsd/src/regress/lib/libc/locale/check_isw/ |
| D | check_isw.c | 118 if (wctomb(buf, d) == 1) { in test2() 124 if (wctomb(buf, d) == 1) { in test2()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cstdlib.h | 82 #undef wctomb 116 using ::wctomb;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | stdlib.h | 65 using std::wctomb;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | stdlib.h | 65 using std::wctomb;
|
| /openbsd/src/lib/libedit/ |
| D | chartype.c | 195 l = wctomb(dst, c); in ct_encode_char() 198 wctomb(NULL, L'\0'); in ct_encode_char()
|
| /openbsd/src/usr.bin/less/ |
| D | cvt.c | 97 dst += wctomb(dst, ch); in cvt_text()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cstdlib | 73 int wctomb(char* s, wchar_t wchar); 140 using ::wctomb _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/lib/libc/hidden/ |
| D | stdlib.h | 172 PROTO_STD_DEPRECATED(wctomb);
|
| /openbsd/src/include/ |
| D | stdlib.h | 138 int wctomb(char *, wchar_t);
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cfns.gperf | 221 wctomb
|
| /openbsd/src/lib/libcurses/trace/ |
| D | visbuf.c | 223 int j = wctomb(temp, c), k; in _nc_viswbuf2n()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cfns.gperf | 220 wctomb
|
| /openbsd/src/usr.bin/tmux/ |
| D | utf8.c | 569 size = wctomb(ud->data, wc); 572 wctomb(NULL, 0);
|
| D | key-string.c | 265 mlen = wctomb(m, u); in key_string_lookup_string()
|
| /openbsd/src/usr.bin/join/ |
| D | join.c | 366 mblen[i] = wctomb(mbdelim[i], wcdelim[i]); in mbssep()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 108 vfprintf vprintf vsprintf wcstombs wctomb
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 1548 # 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/ |
| D | vi_mode.c | 707 mblen = wctomb (mb, wc);
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| D | POSIX.pod | 1139 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/ |
| D | Symbols.list | 1050 wctomb
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 390 wctomb() wcrtomb() 509 getservbyname() ruserok() wctomb() 838 getpwnam_r() random_r() wctomb()
|
12