Home
last modified time | relevance | path

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); in cleanup()
253 CRSIZE, tperm) == -1) { in getblock()
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1) in getblock()
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) in getblock()
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) in getblock()
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in getblock()
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.c708 (void) crypt_close(tperm); in init()
710 if (makekey(tperm) != 0) { in init()
H A Dex_subr.c968 crypt_close(tperm);
1004 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.c231 static int tperm[2]; variable
1628 crypt_close(tperm); in quit()
1756 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1764 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1775 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock()
1827 (void) crypt_close(tperm); in init()
1829 if (makekey(tperm)) { in init()