Searched defs:cpio (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pax/
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...]
/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");

Completed in 15 milliseconds