Searched refs:CRSIZE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 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() 291 n = CRSIZE; in getblock() 294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in getblock() 395 n = CRSIZE; in synctmp() 398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
|
H A D | ex_tune.h | 61 #define CRSIZE BUFSIZE /* Crypt block size */ macro
|
H A D | exrecover.c | 633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad() 798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
|
H A D | ex.h | 377 var unsigned char crbuf[CRSIZE];
|