Home
last modified time | relevance | path

Searched refs:CRSIZE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/vi/port/
H A Dex_temp.c255 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 Dex_tune.h61 #define CRSIZE BUFSIZE /* Crypt block size */ macro
H A Dexrecover.c633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad()
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex.h377 var unsigned char crbuf[CRSIZE];