Home | History | Annotate | Download | only in stand

Lines Matching defs:bsize

46 #define	BSIZE	10240
54 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;