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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c411 const char *path = NULL, *linkpath = NULL; local
503 linkpath = hardlink;
504 if (linkpath != NULL) {
507 linkpath = archive_entry_symlink(entry_main);
508 if (linkpath != NULL)
511 if (linkpath != NULL && linkpath_w == NULL) {
513 "Can't translate linkpath '%s' to UTF-8", linkpath);
591 if (linkpath != NULL) {
593 * 'linkpath' t
[all...]

Completed in 93 milliseconds