Searched refs:linkpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c579 const char *path = NULL, *linkpath = NULL; local
903 linkpath = hardlink;
905 if (linkpath == NULL) {
906 r = get_entry_symlink(a, entry_main, &linkpath,
912 r = get_entry_symlink(a, entry_main, &linkpath,
920 "Can't translate linkname '%s' to %s", linkpath,
937 linkpath = hardlink;
1010 if (linkpath != NULL) {
1012 * 'linkpath' to pax extended attrs. */
1013 if (linkpath_length > 100 || has_non_ASCII(linkpath)) {
[all...]

Completed in 131 milliseconds