Searched refs:outsbuf (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c432 struct stat outsbuf; /* stat buf for outfile */ local
703 if ((stat(outputfile, &outsbuf) != -1) &&
704 (insbuf.st_ino == outsbuf.st_ino)) {

Completed in 489 milliseconds