Home | History | Annotate | Download | only in posix

Lines Matching refs:archive

12  * and initramfs started heavily using this archive format.
28 copy files into and out of a "newc" format cpio archive
30 -F FILE use archive FILE instead of stdin/stdout
32 -i extract from archive into file system (stdin=archive)
33 -o create archive (stdin=list of files, stdout=archive)
34 -t test files (list only, stdin=archive, stdout=list of files)
43 char *archive;
58 str[len]=0; // redundant, in case archive is bad
87 // In passthrough mode, parent stays in original dir and generates archive
88 // to pipe, child does chdir to new dir and reads archive from stdin (pipe).
102 if (TT.archive) {
105 afd = xcreate(TT.archive, perm, 0644);
108 // read cpio archive
156 // archive. Since doing so overwrites errno, report error now
217 // Output cpio archive
280 if (TT.archive) xclose(afd);