Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c432 struct stat insbuf; /* stat buf for infile */ in execute_cmd() local
687 if (fstat(infd, &insbuf) == -1) { in execute_cmd()
705 (insbuf.st_ino == outsbuf.st_ino)) { in execute_cmd()
945 if (crypt_multipart(cmd, hSession, infd, outfd, insbuf.st_size) == -1) { in execute_cmd()