Searched refs:CRSIZE (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 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) 291 n = CRSIZE; 294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) 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];
|