Home
last modified time | relevance | path

Searched refs:IOfil_p (Results 1 – 1 of 1) sorted by relevance

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