Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c393 struct stat ArchSt, /* stat(2) information of the archive */ variable
3673 if (!Aspec && IDENT(SrcSt, ArchSt)) in file_out()
5297 if (fstat(Archive, &ArchSt) < 0) in ioerror()
5300 if ((ArchSt.st_mode & Ftype) != S_IFCHR) { in ioerror()
6643 else if (fstat(Archive, &ArchSt) < 0) in setup()