Lines Matching refs:temp_buf
96 char *temp_buf; /* a pointer to the current data */ variable
337 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers()
343 t = temp_buf[i]; in check_buffers()
346 bad = short_at(&temp_buf[i]); in check_buffers()
349 op = temp_buf[offset & 1 ? i + 1 : i]; in check_buffers()
619 iret = read(fd, temp_buf, size); in doread()
684 memcpy(temp_buf, p + pg_offset, size); in domapread()
1316 temp_buf = malloc(maxoplen); in main()
1317 if (temp_buf == NULL) in main()
1319 memset(temp_buf, '\0', maxoplen); in main()
1350 free(temp_buf); in main()