Home
last modified time | relevance | path

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

/src/contrib/libarchive/cpio/
H A Dcpio.c749 free(cpio->pass_destpath); in file_to_archive()
750 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc); in file_to_archive()
751 if (cpio->pass_destpath == NULL) in file_to_archive()
755 strcpy(cpio->pass_destpath, cpio->destdir); in file_to_archive()
756 strcat(cpio->pass_destpath, remove_leading_slash(srcpath)); in file_to_archive()
757 destpath = cpio->pass_destpath; in file_to_archive()
1285 free(cpio->pass_destpath); in mode_pass()
H A Dcpio.h50 char *pass_destpath; member