Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/vi/port/
H A Dex_temp.c115 crypt_close(tperm); in cleanup()
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) in synctmp()
H A Dexrecover.c185 if (makekey(tperm) != 0) { in main()
633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad()
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex.c711 (void) crypt_close(tperm); in init()
713 if (makekey(tperm) != 0) { in init()
H A Dex_subr.c987 crypt_close(tperm);
1023 crypt_close(tperm);
H A Dex.h373 var int tperm[2]; /* pipe connection to crypt for temporary file */ variable
/onnv-gate/usr/src/cmd/ed/
H A Ded.c231 static int tperm[2]; variable
1619 crypt_close(tperm); in quit()
1746 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1754 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1765 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock()
1817 (void) crypt_close(tperm); in init()
1819 if (makekey(tperm)) { in init()