Searched refs:COPY_BSIZE (Results 1 – 3 of 3) sorted by relevance
668 char srcbuf[ COPY_BSIZE ], dstbuf[ COPY_BSIZE ]; in samecompare()683 count = read(sfd, srcbuf, COPY_BSIZE); in samecompare()685 count = read(sfd, srcbuf, COPY_BSIZE)) { in samecompare()688 if (read(dfd, dstbuf, COPY_BSIZE) != count) { in samecompare()
51 #define COPY_BSIZE 8192 /* block size for file copies */ macro
1072 long inbuf[ COPY_BSIZE/4 ]; /* long to speed checks */ in copy()1098 if (bsize > 0 && bsize <= COPY_BSIZE) in copy()1102 bsize = COPY_BSIZE; in copy()