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

/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.h68 char *pass_destpath; member in struct:cpio
H A Dcpio.c722 free(cpio->pass_destpath);
723 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc);
724 if (cpio->pass_destpath == NULL)
728 strcpy(cpio->pass_destpath, cpio->destdir);
729 strcat(cpio->pass_destpath, remove_leading_slash(srcpath));
730 destpath = cpio->pass_destpath;

Completed in 116 milliseconds