Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c433 struct stat outsbuf; /* stat buf for outfile */ in execute_cmd() local
704 if ((stat(outputfile, &outsbuf) != -1) && in execute_cmd()
705 (insbuf.st_ino == outsbuf.st_ino)) { in execute_cmd()