Searched refs:temp_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/tools/regression/fsx/ |
| D | fsx.c | 100 char *temp_buf; /* a pointer to the current data */ variable 382 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers() 388 t = temp_buf[i]; in check_buffers() 391 bad = short_at(&temp_buf[i]); in check_buffers() 394 op = temp_buf[offset & 1 ? i+1 : i]; in check_buffers() 491 iret = read(fd, temp_buf, size); in doread() 574 memcpy(temp_buf, p + pg_offset, size); in domapread() 1198 temp_buf = (char *) malloc(maxoplen); in main() 1199 memset(temp_buf, '\0', maxoplen); in main()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | tracepoint.c | 1363 char temp_buf[2048]; in stringify_collection_list() local 1381 end = temp_buf; in stringify_collection_list() 1391 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf); in stringify_collection_list() 1398 for (i = 0, count = 0, end = temp_buf; i < list->next_memrange; i++) in stringify_collection_list() 1411 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list() 1414 end = temp_buf; in stringify_collection_list() 1431 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list() 1434 end = temp_buf; in stringify_collection_list() 1446 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list() 1449 end = temp_buf; in stringify_collection_list()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 18127 char *label_buf, temp_buf[256]; in output_call() local 18128 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L", in output_call() 18130 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; in output_call()
|