Searched refs:LBUFSIZ (Results 1 – 1 of 1) sorted by relevance
132 #define LBUFSIZ 1024 macro143 char buf[LBUFSIZ]; in truncate()177 while (length > 0 && (count = read(inf, buf, LBUFSIZ)) > 0) { in truncate()218 while ((count = read(inf, buf, LBUFSIZ)) > 0) in truncate()