Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_temp.c290 p2 = crbuf;
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
296 blkio(oblock, crbuf, write);
394 p2 = crbuf; in synctmp()
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
400 blkio(oblock, crbuf, write); in synctmp()
H A Dex.h377 var unsigned char crbuf[CRSIZE]; variable
/titanic_41/usr/src/cmd/ed/
H A Ded.c230 static char crbuf[LBSIZE]; variable
1754 p2 = crbuf; in getblock()
1758 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock()
1760 blkio(oblock, crbuf, write); in getblock()
2661 chcount = read(io, crbuf, LBSIZE); in eopen()
2663 if (isencrypt(crbuf, chcount)) in eopen()
2669 if (run_crypt(0L, crbuf, chcount, perm) == -1) in eopen()
2671 if (fspec(crbuf, &fss, 0) < 0) { in eopen()