OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archive_entry_symlink_w
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_7zip_filename_encoding.c
87
assertEqualWString(L"\u8868.txt",
archive_entry_symlink_w
(entry));
test_entry.c
354
assertEqualWString(
archive_entry_symlink_w
(e), L"symlinkname");
358
assertEqualWString(
archive_entry_symlink_w
(e), L"symlinkname2");
363
assertEqualWString(
archive_entry_symlink_w
(e), L"symlinkname2");
365
assertEqualWString(
archive_entry_symlink_w
(e), NULL);
369
assertEqualWString(
archive_entry_symlink_w
(e), L"wsymlink");
373
assertEqualWString(
archive_entry_symlink_w
(e), NULL);
377
assertEqualWString(
archive_entry_symlink_w
(e), L"symlinkname");
381
assertEqualWString(
archive_entry_symlink_w
(e), L"symlinkname2");
965
assert(NULL ==
archive_entry_symlink_w
(e));
test_pax_filename_encoding.c
317
assertEqualWString(badname,
archive_entry_symlink_w
(entry));
724
assertEqualWString(L"\u4f60\u597d.txt",
archive_entry_symlink_w
(entry));
test_read_format_rar5.c
833
assertEqualWString(emoji_name,
archive_entry_symlink_w
(ae));
/src/external/bsd/libarchive/dist/libarchive/
archive_entry.h
324
__LA_DECL const wchar_t *
archive_entry_symlink_w
(struct archive_entry *);
archive_windows.c
877
wp =
archive_entry_symlink_w
(entry);
908
wp =
archive_entry_symlink_w
(entry);
archive_entry.c
788
archive_entry_symlink_w
(struct archive_entry *entry)
function
archive_read_support_format_lha.c
767
if ((wp =
archive_entry_symlink_w
(entry)) != NULL) {
archive_read_support_format_tar.c
1519
existing_wcs_linkpath =
archive_entry_symlink_w
(entry);
archive_write_disk_windows.c
1798
linkname =
archive_entry_symlink_w
(a->entry);
archive_write_set_format_iso9660.c
4944
archive_entry_symlink_w
(file->entry);
/src/external/bsd/libarchive/lib/libarchive/
Makefile
238
MLINKS+= archive_entry_paths.3
archive_entry_symlink_w
.3
Completed in 36 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026