Searched refs:linkpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_pax.c | 579 const char *path = NULL, *linkpath = NULL; in archive_write_pax_header() local 903 linkpath = hardlink; in archive_write_pax_header() 905 if (linkpath == NULL) { in archive_write_pax_header() 906 r = get_entry_symlink(a, entry_main, &linkpath, in archive_write_pax_header() 912 r = get_entry_symlink(a, entry_main, &linkpath, in archive_write_pax_header() 920 "Can't translate linkname '%s' to %s", linkpath, in archive_write_pax_header() 937 linkpath = hardlink; in archive_write_pax_header() 1010 if (linkpath != NULL) { in archive_write_pax_header() 1013 if (linkpath_length > 100 || has_non_ASCII(linkpath)) { in archive_write_pax_header() 1014 add_pax_attr(&(pax->pax_header), "linkpath", linkpath); in archive_write_pax_header()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | rehash.c | 61 int symlink(const char *target, const char *linkpath) in symlink() argument
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL | 358 string linkpath
|