Home | History | Annotate | Download | only in opcodes

Lines Matching full:out_str

285   char out_str[100];
287 out_str[0] = 0;
292 strcat (out_str, instr_data->instr_asmsrc);
294 (*info->fprintf_func) (info->stream, "%s", out_str);
528 char out_str[80], tmp_str[25];
530 sprintf (out_str, "%s\t", z8k_table[instr_data->tabl_index].name);
536 strcat (out_str, ",");
547 strcat (out_str, tmp_str);
556 strcat (out_str, tmp_str);
565 strcat (out_str, tmp_str);
569 strcat (out_str, tmp_str);
575 strcat (out_str, tmp_str);
579 strcat (out_str, tmp_str);
583 strcat (out_str, tmp_str);
587 strcat (out_str, tmp_str);
592 strcat (out_str, tmp_str);
599 strcat (out_str, tmp_str);
603 strcat (out_str, tmp_str);
607 strcat (out_str, tmp_str);
615 strcat (out_str, tmp_str);
619 strcat (out_str, tmp_str);
623 strcat (out_str, tmp_str);
627 strcat (out_str, tmp_str);
634 strcat (out_str, tmp_str);
642 strcpy (instr_data->instr_asmsrc, out_str);