| /netbsd/src/lib/libc/string/ |
| D | wcsstr.c | 55 if (wcslen(big) < wcslen(little)) in wcswcs()
|
| D | wcslen.c | 40 wcslen(const wchar_t *s) in wcslen() function
|
| D | Makefile.inc | 30 wcslen.c wcsncat.c wcsnlen.c wcscasecmp.c wcsdup.c wcsncasecmp.c \ 89 wmemchr.3 wcslcpy.3 wmemchr.3 wcslen.3 \
|
| D | wcsdup.c | 36 len = wcslen(str) + 1; in __weak_alias()
|
| D | wcscspn.c | 53 return wcslen(s); in wcscspn()
|
| D | wcslcat.c | 65 return(dlen + wcslen(s)); in wcslcat()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_string_sprintf.c | 151 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf() 167 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf()
|
| D | archive_acl.c | 591 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()
|
| D | archive_read_open_filename.c | 179 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/ |
| D | monetary_members.cc | 668 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/ |
| D | hpcmenu.cpp | 226 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()
|
| D | file.cpp | 66 size_t len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0); in _to_ascii()
|
| D | console.cpp | 116 size_t len = WideCharToMultiByte(CP_ACP, 0, _bufw, wcslen(_bufw), in setupMultibyteBuffer()
|
| /netbsd/src/lib/libc/locale/ |
| D | wcsxfrm.c | 52 len = wcslen(s2); in wcsxfrm_l()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gdb_wchar.h | 67 #define gdb_wcslen wcslen
|
| /netbsd/src/tests/lib/libc/locale/ |
| D | t_wcstod.c | 404 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/ |
| D | xmltchar.h | 52 # define tcslen wcslen
|
| /netbsd/src/lib/libc/stdio/ |
| D | vswscanf.c | 90 mbstr = malloc(wcslen(str) * MB_CUR_MAX_L(loc) + 1); in vswscanf_l()
|
| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/ |
| D | preference.c | 588 wcslen(unibuf)); in pref_write() 601 wcslen(unibuf)); in pref_write() 613 wcslen(unibuf)); in pref_write()
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | vasnprintf.m4 | 52 AC_CHECK_FUNCS(snprintf wcslen)
|
| /netbsd/src/lib/libcurses/ |
| D | addwstr.c | 151 len = wcslen(s); in waddnwstr()
|
| D | cchar.c | 96 len = wcslen(wch); in setcchar()
|
| /netbsd/src/external/mit/expat/dist/tests/ |
| D | common.h | 64 # define xcstrlen(s) wcslen(s)
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | multibyte.h | 44 #define STRLEN wcslen
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | wchar.h | 93 using std::wcslen;
|