HomeSort by: relevance | last modified time | path
    Searched refs:pass_destpath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/cpio/
cpio.h 50 char *pass_destpath; member in struct:cpio
cpio.c 753 free(cpio->pass_destpath);
754 cpio->pass_destpath = malloc(cpio->pass_destpath_alloc);
755 if (cpio->pass_destpath == NULL)
759 strcpy(cpio->pass_destpath, cpio->destdir);
760 strcat(cpio->pass_destpath, remove_leading_slash(srcpath));
761 archive_entry_set_pathname(entry, cpio->pass_destpath);
1290 free(cpio->pass_destpath);

Completed in 130 milliseconds