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