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

/illumos-gate/usr/src/man/man3head/
H A DMakefile28 cpio.h.3head \
118 cpio.3head \
207 cpio.3head := LINKSRC = cpio.h.3head
/illumos-gate/usr/src/cmd/find/
H A Dfind.c119 "-cpio", CPIO, Cpio,
228 static char *cpio[] = { "cpio", "-o", 0 }; variable
229 static char *ncpio[] = { "cpio", "-oc", 0 };
230 static char *cpiol[] = { "cpio", "-oL", 0 };
231 static char *ncpiol[] = { "cpio", "-ocL", 0 };
695 com = cpio;
708 /* set up cpio */
716 np->first.l = (long)cmdopen("cpio", com, "w", fd);

Completed in 59 milliseconds