Home
last modified time | relevance | path

Searched refs:mbstowcs (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/gnu/gcc/gcc/
H A Dintl.c94 size_t nwcs = mbstowcs (0, msgstr, 0); in gcc_gettext_width()
97 mbstowcs (wmsgstr, msgstr, nwcs + 1); in gcc_gettext_width()
H A Dsys-protos.h689 extern size_t mbstowcs(wchar_t *, const char *, size_t);
/openbsd/lib/libc/locale/
H A DMakefile.inc11 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 Dmbstowcs.c36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) in mbstowcs() function
/openbsd/lib/libedit/
H A Dchartype.c118 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 Dvi.c1022 len = mbstowcs(el->el_line.buffer, cp, len); in vi_histedit()
/openbsd/lib/libmenu/
H A Dm_item_new.c68 int count = (int)mbstowcs(0, s, 0); in Is_Printable_String()
78 mbstowcs(temp, s, (unsigned)count); in Is_Printable_String()
H A Dm_global.c263 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 Dstd_cstdlib.h71 #undef mbstowcs
105 using ::mbstowcs;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h91 #undef mbstowcs
126 using ::mbstowcs;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h54 using std::mbstowcs;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h54 using std::mbstowcs;
/openbsd/lib/libcurses/base/
H A Dlib_insnstr.c73 n3 = mbstowcs(buffer, s, nn); in NCURSES_EXPORT()
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdlib74 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 Dstdlib.h115 PROTO_STD_DEPRECATED(mbstowcs);
/openbsd/include/
H A Dstdlib.h137 size_t mbstowcs(wchar_t *, const char *, size_t);
/openbsd/usr.bin/column/
H A Dcolumn.c102 if (mbstowcs(separator, optarg, strlen(optarg) + 1) == in main()
/openbsd/libexec/login_yubikey/
H A Dyubikey.c348 len = mbstowcs(wpassword, password, len); in yubikey_parse()
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf120 mbstowcs
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf119 mbstowcs
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t97 mbstowcs mbtowc memchr memcmp memcpy memmove memset mkfifo
/openbsd/usr.bin/sort/
H A Dbwstring.c95 if (mbstowcs(m, tmp, len) == (size_t)-1) { in initialise_months()
/openbsd/lib/libc/
H A DSymbols.list1015 mbstowcs
/openbsd/usr.sbin/snmpd/
H A Dapplication_agentx.c518 mbstowcs(NULL, in appl_agentx_open()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h689 extern size_t mbstowcs(wchar_t *, const char *, size_t);

12