Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c444 *IOfil_p, /* -I/-O input/output archive string */ variable
1069 if (IOfil_p) { in chgreel()
1078 (void) strcpy(str, IOfil_p); in chgreel()
1381 msg(ERR, "Cannot open \"%s\" for input", IOfil_p); in ckopts()
1386 if ((Archive = open(IOfil_p, O_RDWR)) < 0) { in ckopts()
1389 IOfil_p); in ckopts()
1394 if ((Archive = open(IOfil_p, oflag, 0777)) < 0) { in ckopts()
1397 IOfil_p); in ckopts()
6438 Efil_p = Hdr_p = Own_p = IOfil_p = NULL; in setup()
6543 IOfil_p = optarg; in setup()
[all …]