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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c384 struct stat ArchSt, /* stat(2) information of the archive */ variable in typeref:struct:stat
3665 if (!Aspec && IDENT(SrcSt, ArchSt))
5289 if (fstat(Archive, &ArchSt) < 0)
5292 if ((ArchSt.st_mode & Ftype) != S_IFCHR) {
6632 else if (fstat(Archive, &ArchSt) < 0)

Completed in 62 milliseconds