Searched defs:cpio (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 242 static const char* const cpio[] = { "cpio", "-o", 0 }; variable 243 static const char* const ncpio[] = { "cpio", "-ocB", 0 }; 280 "cpio", CPIO, Unary|Stat, 1, 0, 0, 1195 com = (char**)cpio; 1205 * set up cpio 1215 if (!(state->proc = procopen("cpio", com, NiL, ops, PROC_WRITE))) 1217 error(ERROR_SYSTEM|2, "cpio: cannot exec"); 1222 error(ERROR_SYSTEM|2, "cpio: cannot write");
|
Completed in 28 milliseconds