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

/freebsd-13-stable/contrib/libarchive/cpio/
H A Dcpio.c696 const char *destpath; local
738 destpath = srcpath;
754 destpath = cpio->pass_destpath;
757 destpath = cpio_rename(destpath);
758 if (destpath == NULL) {
762 archive_entry_copy_pathname(entry, destpath);
788 const char *destpath = archive_entry_pathname(entry); local
796 fprintf(stderr,"%s", destpath);
959 const char *destpath; local
[all...]

Completed in 108 milliseconds