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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c435 *IOfil_p, /* -I/-O input/output archive string */ variable
1060 if (IOfil_p) {
1069 (void) strcpy(str, IOfil_p);
1371 if ((mask & OCI) && (Archive = open(IOfil_p, O_RDONLY)) < 0) {
1372 msg(ERR, "Cannot open \"%s\" for input", IOfil_p);
1377 if ((Archive = open(IOfil_p, O_RDWR)) < 0) {
1380 IOfil_p);
1385 if ((Archive = open(IOfil_p, oflag, 0777)) < 0) {
1388 IOfil_p);
6427 Efil_p = Hdr_p = Own_p = IOfil_p
[all...]

Completed in 92 milliseconds