Home
last modified time | relevance | path

Searched refs:wcslen (Results 1 – 25 of 83) sorted by last modified time

1234

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c1709 symlen = wcslen(linkptr + 1); in lha_parse_linkname()
1713 pathname->length = wcslen(pathname->s); in lha_parse_linkname()
H A Darchive_string.c4068 wcs == NULL ? 0 : wcslen(wcs)); in archive_mstring_copy_wcs()
H A Darchive_match.c581 len = wcslen(pattern); in add_pattern_wcs()
1130 if (archive_string_append_from_wcs(&as, datestr, wcslen(datestr)) < 0) { in set_timefilter_date_w()
1284 if (archive_string_append_from_wcs(&as, path, wcslen(path)) < 0) { in set_timefilter_pathname_wcs()
H A Darchive_read_support_format_zip.c1082 len = wcslen(wp); in zip_read_local_file_header()
1103 len = wcslen(wp); in zip_read_local_file_header()
H A Darchive_util.c316 xp = ep - wcslen(suffix); in __archive_mktempx()
H A Darchive_write_set_format_gnutar.c313 if (wp != NULL && wp[wcslen(wp) -1] != L'/') { in archive_write_gnutar_header()
317 path_length = wcslen(wp); in archive_write_gnutar_header()
H A Darchive_write_set_format_pax.c671 if (wp != NULL && wp[wcslen(wp) -1] != L'/') { in archive_write_pax_header()
675 path_length = wcslen(wp); in archive_write_pax_header()
H A Darchive_write_set_format_ustar.c280 if (wp != NULL && wp[wcslen(wp) -1] != L'/') { in archive_write_ustar_header()
284 path_length = wcslen(wp); in archive_write_ustar_header()
H A Darchive_write_set_format_v7tar.c258 if (wp != NULL && wp[wcslen(wp) -1] != L'/') { in archive_write_v7tar_header()
262 path_length = wcslen(wp); in archive_write_v7tar_header()
H A Darchive_read_support_format_tar.c571 l = wcslen(wp); in archive_read_format_tar_read_header()
H A Darchive_string.h167 archive_wstrncpy((as), (p), ((p) == NULL ? 0 : wcslen(p)))
H A Darchive_string_sprintf.c151 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf()
167 wcslen(pw)) != 0 && errno == ENOMEM) in archive_string_vsprintf()
H A Darchive_read_disk_posix.c1345 wcslen(pathname)) != 0) { in archive_read_disk_open_w()
H A 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()
H A Darchive_entry.c134 static size_t wcslen(const wchar_t *s) in wcslen() function
1569 type, permset, tag, id, name, wcslen(name)); in archive_entry_acl_add_entry_w()
2124 size_t flag_length = wcslen(flag->wname); in ae_wcstofflags()
H A 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()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c213 l = wcslen(archive_entry_pathname_w(ae)); in create_reg_file_win()
H A Dtest_read_disk_directory_traversals.c436 fullpath = malloc(sizeof(wchar_t) * (wcslen(wcwd) + 32)); in test_basic()
468 fullpath = malloc(sizeof(wchar_t) * (wcslen(wcwd) + 32)); in test_basic()
H A Dtest_acl_text.c265 assertEqualInt(wcslen(wtext), slen); in compare_acl_text()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc328 VolumePath.truncate(wcslen(VolumePath.data()));
1044 size_t FilenameLen = ::wcslen(FirstFind.cFileName);
1055 FilenameLen = ::wcslen(FirstFind.cFileName);
1060 UTF16ToUTF8(FirstFind.cFileName, ::wcslen(FirstFind.cFileName),
1094 size_t FilenameLen = ::wcslen(FindData.cFileName);
1102 UTF16ToUTF8(FindData.cFileName, ::wcslen(FindData.cFileName),
1465 bool ok = !UTF16ToUTF8(path, ::wcslen(path), result);
H A DProcess.inc190 EC = windows::UTF16ToUTF8(FileData.cFileName, wcslen(FileData.cFileName),
244 EC = windows::UTF16ToUTF8(CmdW, wcslen(CmdW), Cmd);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2432 /// size_t wcslen (const wchar_t* wcs);
2433 TLI_DEFINE_ENUM_INTERNAL(wcslen)
2434 TLI_DEFINE_STRING_INTERNAL("wcslen")
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h363 memmove(&ptr[0], &ptr[4], (wcslen(&ptr[4]) + 1) * sizeof(wchar_t)); in realpath()
366 memmove(&ptr[2], &ptr[8], (wcslen(&ptr[8]) + 1) * sizeof(wchar_t)); in realpath()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc46 using std::wcslen;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc46 using ::wcslen;

1234