Searched refs:MAXBSIZE (Results 1 – 2 of 2) sorted by relevance
81 #define MAXBSIZE 65536 macro
108 static char buf[MAXBSIZE]; in copy_file()255 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) { in copy_file()