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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c115 crypt_close(tperm);
255 CRSIZE, tperm) == -1)
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1)
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
H A Dex.c707 (void) crypt_close(tperm);
709 if (makekey(tperm) != 0) {
H A Dexrecover.c185 if (makekey(tperm) != 0) {
633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1)
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex_subr.c961 crypt_close(tperm);
997 crypt_close(tperm);
H A Dex.h373 var int tperm[2]; /* pipe connection to crypt for temporary file */ variable
/illumos-gate/usr/src/cmd/ed/
H A Ded.c232 static int tperm[2]; variable
1612 crypt_close(tperm);
1739 if (run_crypt(0L, ibuff, 512, tperm) == -1)
1747 if (run_crypt(0L, ibuff, 512, tperm) == -1)
1758 if (run_crypt(0L, crbuf, 512, tperm) == -1)
1810 (void) crypt_close(tperm);
1812 if (makekey(tperm)) {

Completed in 292 milliseconds