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

/ast/src/cmd/pax/
H A Drpm2cpio.sh30 [+NAME?rpm2cpio - convert rpm file to cpio file]
73 $show pax $options -r -f "$input" -w -x cpio
H A Dpax-cpio.c23 * pax { asc aschk binary cpio } formats
148 register Cpio_t* cpio = (Cpio_t*)ap->data; local
151 if (n = cpio->ops - cpio->opsbuf)
154 *cpio->ops++ = 0;
156 error(1, "%s: extended ops may crash older cpio programs", f->name);
167 register Cpio_t* cpio = (Cpio_t*)ap->data; local
170 n = cpio->ops - cpio->opsbuf;
173 paxwrite(pax, ap, cpio
184 register Cpio_t* cpio = (Cpio_t*)ap->data; local
220 register Cpio_t* cpio; local
391 register Cpio_t* cpio = (Cpio_t*)ap->data; local
[all...]
H A DMakefile12 pax-cpio.c pax-delta.c pax-delta_88.c pax-flash.c \
29 :INSTALLDIR: cpio tar
34 cpio :: cpio.sh
H A Dcpio.sh21 # @(#)cpio.sh (AT&T Labs Research) 1990-08-11
23 # cpio -> pax interface script
26 command=cpio
58 c) format=cpio ;;
96 odc|ODC) format=cpio ;;
/ast/src/cmd/tw/
H A Dfind.c241 static const char* const cpio[] = { "cpio", "-o", 0 }; variable
242 static const char* const ncpio[] = { "cpio", "-ocB", 0 };
279 "cpio", CPIO, Unary|Stat, 1, 0, 0,
1196 com = (char**)cpio;
1206 * set up cpio
1216 if (!(state->proc = procopen("cpio", com, NiL, ops, PROC_WRITE)))
1218 error(ERROR_SYSTEM|2, "cpio: cannot exec");
1223 error(ERROR_SYSTEM|2, "cpio: cannot write");
/ast/src/cmd/nmake/
H A DMakerules.mk373 CPIO = cpio
4817 echo $(.MANIFEST.) | tr ' ' '\012' | $(CPIO) -o $(CPIOFLAGS) > $(-archive-output)$(-?archive-output:~.cpio)
5161 print -um setv CPIO cpio

Completed in 98 milliseconds