Searched defs:crbuf (Results 1 - 2 of 2) sorted by relevance

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

Completed in 50 milliseconds