Searched refs:linkpath (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 1175 struct archive_string linkpath; in header_gnu_longlink() local 1176 archive_string_init(&linkpath); in header_gnu_longlink() 1177 err = read_body_to_string(a, tar, &linkpath, h, unconsumed); in header_gnu_longlink() 1179 archive_entry_set_link(entry, linkpath.s); in header_gnu_longlink() 1181 archive_string_free(&linkpath); in header_gnu_longlink() 1439 struct archive_string linkpath; in header_common() local 1440 archive_string_init(&linkpath); in header_common() 1441 archive_strncpy(&linkpath, in header_common() 1443 if (archive_entry_copy_hardlink_l(entry, linkpath.s, in header_common() 1444 archive_strlen(&linkpath), tar->sconv) != 0) { in header_common() [all …]
|
| H A D | archive_write_set_format_pax.c | 692 const char *path = NULL, *linkpath = NULL; local 1027 linkpath = hardlink; 1029 if (linkpath == NULL) { 1030 r = get_entry_symlink(a, entry_main, &linkpath, 1036 r = get_entry_symlink(a, entry_main, &linkpath, 1044 "Can't translate linkname '%s' to %s", linkpath, 1061 linkpath = hardlink; 1134 if (linkpath != NULL) { 1137 if (linkpath_length > 100 || has_non_ASCII(linkpath)) { 1138 add_pax_attr(&(pax->pax_header), "linkpath", linkpath); [all …]
|
| H A D | archive_write_set_format_7zip.c | 1668 const char* linkpath; in file_new() local 1669 linkpath = archive_entry_symlink_utf8(entry); in file_new() 1670 if (linkpath == NULL) { in file_new() 1677 file->size = strlen(linkpath); in file_new()
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 1037 char *target = NULL, *linkpath = NULL; in run_setup() local 1038 if (!split_pair(pkgconf_buffer_str(&expanded), &target, &linkpath)) in run_setup() 1047 unlink(linkpath); in run_setup() 1049 if (symlink(target, linkpath) != 0) in run_setup() 1052 target, linkpath, strerror(errno)); in run_setup() 1054 free(linkpath); in run_setup() 1059 free(linkpath); in run_setup()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 307 INTERCEPTOR(int, symlink, const char *target, const char *linkpath) { argument 309 return REAL(symlink)(target, linkpath); 313 const char *linkpath) { argument 315 return REAL(symlinkat)(target, newdirfd, linkpath);
|
| /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 | 397 string linkpath
|