/openbsd/gnu/gcc/gcc/ |
H A D | intl.c | 94 size_t nwcs = mbstowcs (0, msgstr, 0); in gcc_gettext_width() 97 mbstowcs (wmsgstr, msgstr, nwcs + 1); in gcc_gettext_width()
|
H A D | sys-protos.h | 689 extern size_t mbstowcs(wchar_t *, const char *, size_t);
|
/openbsd/lib/libc/locale/ |
H A D | Makefile.inc | 11 mblen.c mbrlen.c mbrtoc16.c mbrtoc32.c mbstowcs.c mbtowc.c \ 23 mbstowcs.3 mbtowc.3 wcrtomb.3 wcscoll.3 wcsrtombs.3 wcstod.3 \
|
H A D | mbstowcs.c | 36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) in mbstowcs() function
|
/openbsd/lib/libedit/ |
H A D | chartype.c | 118 len = mbstowcs(NULL, s, 0); in ct_decode_string() 126 mbstowcs(conv->wbuff, s, conv->wsize); in ct_decode_string() 156 wlen = mbstowcs(p, argv[i], bufspace); in ct_decode_argv()
|
H A D | vi.c | 1022 len = mbstowcs(el->el_line.buffer, cp, len); in vi_histedit()
|
/openbsd/lib/libmenu/ |
H A D | m_item_new.c | 68 int count = (int)mbstowcs(0, s, 0); in Is_Printable_String() 78 mbstowcs(temp, s, (unsigned)count); in Is_Printable_String()
|
H A D | m_global.c | 263 int count = (int)mbstowcs(0, item->str, 0); in _nc_Calculate_Text_Width() 272 mbstowcs(temp, item->str, (unsigned)count); in _nc_Calculate_Text_Width()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstdlib.h | 71 #undef mbstowcs 105 using ::mbstowcs;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstdlib.h | 91 #undef mbstowcs 126 using ::mbstowcs;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | stdlib.h | 54 using std::mbstowcs;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | stdlib.h | 54 using std::mbstowcs;
|
/openbsd/lib/libcurses/base/ |
H A D | lib_insnstr.c | 73 n3 = mbstowcs(buffer, s, nn); in NCURSES_EXPORT()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdlib | 74 size_t mbstowcs(wchar_t* restrict pwcs, const char* restrict s, size_t n); 141 using ::mbstowcs _LIBCPP_USING_IF_EXISTS;
|
/openbsd/lib/libc/hidden/ |
H A D | stdlib.h | 115 PROTO_STD_DEPRECATED(mbstowcs);
|
/openbsd/include/ |
H A D | stdlib.h | 137 size_t mbstowcs(wchar_t *, const char *, size_t);
|
/openbsd/usr.bin/column/ |
H A D | column.c | 102 if (mbstowcs(separator, optarg, strlen(optarg) + 1) == in main()
|
/openbsd/libexec/login_yubikey/ |
H A D | yubikey.c | 348 len = mbstowcs(wpassword, password, len); in yubikey_parse()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 120 mbstowcs
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cfns.gperf | 119 mbstowcs
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 97 mbstowcs mbtowc memchr memcmp memcpy memmove memset mkfifo
|
/openbsd/usr.bin/sort/ |
H A D | bwstring.c | 95 if (mbstowcs(m, tmp, len) == (size_t)-1) { in initialise_months()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1015 mbstowcs
|
/openbsd/usr.sbin/snmpd/ |
H A D | application_agentx.c | 518 mbstowcs(NULL, in appl_agentx_open()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 689 extern size_t mbstowcs(wchar_t *, const char *, size_t);
|