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

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c59 #define CPIOPROC "/usr/bin/cpio" macro
483 CPIOPROC, (int)BLK_SIZE);
650 "%s -ictD -C %d > /dev/null", CPIOPROC, (int)BLK_SIZE);
693 CPIOPROC, (int)BLK_SIZE);
H A Dpkgtrans.c79 #define CPIOPROC "/usr/bin/cpio" macro
1113 "%s -ocD -C %d", CPIOPROC, (int)BLK_SIZE);
1121 "%s -ocDL -C %d", CPIOPROC, (int)BLK_SIZE);
1325 "%s -pudm %s", CPIOPROC, dstdir);
1561 CPIOPROC, (int)BLK_SIZE);
1585 CPIOPROC, dstdir);
1793 CPIOPROC, (int)BLK_SIZE);

Completed in 49 milliseconds