Searched refs:wcslen (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.c50 # define xcstrlen(s) wcslen(s)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.h170 archive_wstrncpy((as), (p), ((p) == NULL ? 0 : wcslen(p)))
H A Darchive_write_set_format_v7tar.c260 if (wp != NULL && wp[wcslen(wp) -1] != L'/') {
264 path_length = wcslen(wp);
H A Darchive_read_open_filename.c163 sizeof(*mine) + wcslen(wfilename) * sizeof(wchar_t));
188 wcslen(wfilename)) != 0) {
H A Darchive_acl.c592 length += wcslen(wname);
757 len = wcslen(ws);
786 *wp += wcslen(*wp);
827 *wp += wcslen(*wp);
834 *wp += wcslen(*wp);
884 *wp += wcslen(*wp);
H A Darchive_write_set_format_gnutar.c315 if (wp != NULL && wp[wcslen(wp) -1] != L'/') {
319 path_length = wcslen(wp);
H A Darchive_write_set_format_ustar.c282 if (wp != NULL && wp[wcslen(wp) -1] != L'/') {
286 path_length = wcslen(wp);
H A Darchive_util.c305 xp = ep - wcslen(suffix);
H A Darchive_match.c582 len = wcslen(pattern);
1131 if (archive_string_append_from_wcs(&as, datestr, wcslen(datestr)) < 0) {
1285 if (archive_string_append_from_wcs(&as, path, wcslen(path)) < 0) {
H A Darchive_entry.c135 static size_t wcslen(const wchar_t *s) function
1527 type, permset, tag, id, name, wcslen(name));
2082 size_t flag_length = wcslen(flag->wname);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc97 // Store size not known in advance; can be calculated as wcslen() of the
339 // FIXME: actually use wcslen() to calculate it.
H A Dsanitizer_symbolizer_win.cpp115 size_t sz = wcslen(path_buffer);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc316 VolumePath.set_size(wcslen(VolumePath.data()));
970 size_t FilenameLen = ::wcslen(FirstFind.cFileName);
981 FilenameLen = ::wcslen(FirstFind.cFileName);
986 UTF16ToUTF8(FirstFind.cFileName, ::wcslen(FirstFind.cFileName),
1020 size_t FilenameLen = ::wcslen(FindData.cFileName);
1028 UTF16ToUTF8(FindData.cFileName, ::wcslen(FindData.cFileName),
1359 bool ok = !UTF16ToUTF8(path, ::wcslen(path), result);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c232 n = (int) wcslen(str);
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c195 len = (int) wcslen(buf);
/freebsd-11-stable/include/
H A Dwchar.h149 size_t wcslen(const wchar_t *) __pure;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_text.c266 assertEqualInt(wcslen(wtext), slen);
H A Dtest_write_disk.c214 l = wcslen(archive_entry_pathname_w(ae));
/freebsd-11-stable/lib/libedit/
H A Dchartype.h87 #define Strlen(x) wcslen(x)
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c330 cache->i_len = ((int) code >= 0) ? wcslen(temp) : 0;
443 result = printable ? (int) wcslen(printable) : 1;
/freebsd-11-stable/lib/libc/locale/
H A Dcollate.c435 fp = tr + wcslen(tr) - 1;
582 fp = tr + wcslen(tr) - 1;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h328 { return wcslen(__s); }
/freebsd-11-stable/usr.bin/column/
H A Dcolumn.c307 list[entries] = malloc((wcslen(buf) + 1) * sizeof(wchar_t));
/freebsd-11-stable/usr.bin/localedef/
H A Dwide.c615 mbs = malloc((wcslen(wcs) * mb_cur_max) + 1);
/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c735 mw - wcslen(year[i].name) - 1, M2Y(m + i));
1071 swprintf(s, MAX_WIDTH, L"%.*s%ls", (int)(w - wcslen(t)) / 2, blanks, t);

Completed in 174 milliseconds

123