Home
last modified time | relevance | path

Searched refs:wcslen (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd/src/lib/libc/string/
Dwcsstr.c55 if (wcslen(big) < wcslen(little)) in wcswcs()
Dwcslen.c40 wcslen(const wchar_t *s) in wcslen() function
DMakefile.inc30 wcslen.c wcsncat.c wcsnlen.c wcscasecmp.c wcsdup.c wcsncasecmp.c \
89 wmemchr.3 wcslcpy.3 wmemchr.3 wcslen.3 \
Dwcsdup.c36 len = wcslen(str) + 1; in __weak_alias()
Dwcscspn.c53 return wcslen(s); in wcscspn()
Dwcslcat.c65 return(dlen + wcslen(s)); in wcslcat()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_string_sprintf.c151 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf()
167 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf()
Darchive_acl.c591 length += wcslen(wname); in archive_acl_text_len()
756 len = wcslen(ws); in archive_acl_to_text_w()
785 *wp += wcslen(*wp); in append_entry_w()
826 *wp += wcslen(*wp); in append_entry_w()
833 *wp += wcslen(*wp); in append_entry_w()
883 *wp += wcslen(*wp); in append_entry_w()
Darchive_read_open_filename.c179 sizeof(*mine) + wcslen(wfilename) * sizeof(wchar_t)); in archive_read_open_filenames_w()
201 wcslen(wfilename)) != 0) { in archive_read_open_filenames_w()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
Dmonetary_members.cc668 wcslen(_M_data->_M_positive_sign); in _M_initialize_moneypunct()
683 wcslen(_M_data->_M_negative_sign); in _M_initialize_moneypunct()
696 _M_data->_M_curr_symbol_size = wcslen(_M_data->_M_curr_symbol); in _M_initialize_moneypunct()
851 wcslen(_M_data->_M_positive_sign); in _M_initialize_moneypunct()
866 wcslen(_M_data->_M_negative_sign); in _M_initialize_moneypunct()
879 _M_data->_M_curr_symbol_size = wcslen(_M_data->_M_curr_symbol); in _M_initialize_moneypunct()
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dhpcmenu.cpp226 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0); in setup_kernel_args()
258 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0); in setup_kernel_args()
286 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0); in setup_kernel_args()
Dfile.cpp66 size_t len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0); in _to_ascii()
Dconsole.cpp116 size_t len = WideCharToMultiByte(CP_ACP, 0, _bufw, wcslen(_bufw), in setupMultibyteBuffer()
/netbsd/src/lib/libc/locale/
Dwcsxfrm.c52 len = wcslen(s2); in wcsxfrm_l()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdb_wchar.h67 #define gdb_wcslen wcslen
/netbsd/src/tests/lib/libc/locale/
Dt_wcstod.c404 printf("wcslen(\"%S\") = %zu\n", t->wcs, wcslen(t->wcs)); in ATF_TC_BODY()
411 ATF_REQUIRE_EQ(strlen(buf), wcslen(t->wcs)); in ATF_TC_BODY()
/netbsd/src/external/mit/expat/dist/xmlwf/
Dxmltchar.h52 # define tcslen wcslen
/netbsd/src/lib/libc/stdio/
Dvswscanf.c90 mbstr = malloc(wcslen(str) * MB_CUR_MAX_L(loc) + 1); in vswscanf_l()
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Dpreference.c588 wcslen(unibuf)); in pref_write()
601 wcslen(unibuf)); in pref_write()
613 wcslen(unibuf)); in pref_write()
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dvasnprintf.m452 AC_CHECK_FUNCS(snprintf wcslen)
/netbsd/src/lib/libcurses/
Daddwstr.c151 len = wcslen(s); in waddnwstr()
Dcchar.c96 len = wcslen(wch); in setcchar()
/netbsd/src/external/mit/expat/dist/tests/
Dcommon.h64 # define xcstrlen(s) wcslen(s)
/netbsd/src/external/bsd/nvi/dist/common/
Dmultibyte.h44 #define STRLEN wcslen
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dwchar.h93 using std::wcslen;

1234