Lines Matching defs:bsize
46 #define BSIZE 1024054 register int from, to, record, rcc, wcc, bsize = BSIZE;55 char buf[BSIZE];60 if (!(rcc = read(from, buf, bsize)))67 if (rcc != bsize) {69 bsize = rcc;71 bsize);74 record, bsize, rcc);78 if (rcc > bsize)79 rcc = bsize;
Indexes created Tue Sep 30 11:09:46 GMT 2025