Searched refs:linkpath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_pax.c | 589 const char *path = NULL, *linkpath = NULL; local 923 linkpath = hardlink; 925 if (linkpath == NULL) { 926 r = get_entry_symlink(a, entry_main, &linkpath, 932 r = get_entry_symlink(a, entry_main, &linkpath, 940 "Can't translate linkname '%s' to %s", linkpath, 957 linkpath = hardlink; 1030 if (linkpath != NULL) { 1033 if (linkpath_length > 100 || has_non_ASCII(linkpath)) { 1034 add_pax_attr(&(pax->pax_header), "linkpath", linkpath); [all …]
|
H A D | archive_read_support_format_tar.c | 1145 struct archive_string linkpath; in header_gnu_longlink() local 1146 archive_string_init(&linkpath); in header_gnu_longlink() 1147 err = read_body_to_string(a, tar, &linkpath, h, unconsumed); in header_gnu_longlink() 1148 archive_entry_set_link(entry, linkpath.s); in header_gnu_longlink() 1149 archive_string_free(&linkpath); in header_gnu_longlink() 1354 struct archive_string linkpath; in header_common() local 1355 archive_string_init(&linkpath); in header_common() 1356 archive_strncpy(&linkpath, in header_common() 1358 if (archive_entry_copy_hardlink_l(entry, linkpath.s, in header_common() 1359 archive_strlen(&linkpath), tar->sconv) != 0) { in header_common() [all …]
|
H A D | archive_write_set_format_7zip.c | 1567 const char* linkpath; in file_new() local 1568 linkpath = archive_entry_symlink_utf8(entry); in file_new() 1569 if (linkpath == NULL) { in file_new() 1576 file->size = strlen(linkpath); in file_new()
|
/freebsd/crypto/openssl/apps/ |
H A D | rehash.c | 57 int symlink(const char *target, const char *linkpath) in symlink() argument
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL | 471 string linkpath
|