Lines Matching full:read_buf
107 static char read_buf[BUFSIZ];
113 SAFE_READ(cleanup, 1, fd, read_buf, 4);
127 memset(read_buf, 0, sizeof(read_buf));
130 SAFE_READ(cleanup, 1, fd, read_buf, 3);
132 if (strcmp(read_buf, "fgh"))
146 static char read_buf[BUFSIZ];
163 memset(read_buf, 0, sizeof(read_buf));
165 nread = SAFE_READ(cleanup, 0, fd, read_buf, file_size);