Searched refs:MAXBSIZE (Results 1 – 1 of 1) sorted by relevance
919 #define MAXBSIZE 65536 macro927 char *buf = (char *)malloc(MAXBSIZE * sizeof(char)); in DoCopy()933 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()941 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()