/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | footnote.c | 259 char *temp_string, *expanded_ref; in cm_footnote() local 261 temp_string = xmalloc (strlen (current_node) in cm_footnote() 264 strcpy (temp_string, current_node); in cm_footnote() 265 strcat (temp_string, "-Footnotes"); in cm_footnote() 266 expanded_ref = expansion (temp_string, 0); in cm_footnote() 269 free (temp_string); in cm_footnote()
|
H A D | xml.c | 941 char temp_string[2000]; /* xx no fixed limits */ local 948 VA_SPRINTF (temp_string, format, ap); 950 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8); 953 insert_string (temp_string);
|
H A D | makeinfo.c | 3964 char *temp_string, *temp_input_filename; local 3971 temp_string = es->string; 3976 VA_SPRINTF (temp_string, format, ap); 3978 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8); 3984 input_text = temp_string; 3985 input_text_length = strlen (temp_string);
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | crx-dis.c | 229 char temp_string[16]; in getregliststring() local 253 sprintf (temp_string, "r%d", i); in getregliststring() 256 sprintf (temp_string, "u%d", i); in getregliststring() 259 sprintf (temp_string, "c%d", i); in getregliststring() 262 sprintf (temp_string, "cs%d", i); in getregliststring() 267 strcat (string, temp_string); in getregliststring()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | crx-dis.c | 229 char temp_string[16]; in getregliststring() local 253 sprintf (temp_string, "r%d", i); in getregliststring() 256 sprintf (temp_string, "u%d", i); in getregliststring() 259 sprintf (temp_string, "c%d", i); in getregliststring() 262 sprintf (temp_string, "cs%d", i); in getregliststring() 267 strcat (string, temp_string); in getregliststring()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | complete.c | 1855 char temp_string[4], *filename, *fn; in append_to_match() local 1862 temp_string[temp_string_index++] = quote_char; in append_to_match() 1865 temp_string[temp_string_index++] = delimiter; in append_to_match() 1867 temp_string[temp_string_index++] = rl_completion_append_character; in append_to_match() 1869 temp_string[temp_string_index++] = '\0'; in append_to_match() 1906 rl_insert_text (temp_string); in append_to_match() 1913 rl_insert_text (temp_string); in append_to_match()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386.c | 14420 char *temp_string; in i386_att_operand() local 14427 for (temp_string = op_string; temp_string < end_op; temp_string++) in i386_att_operand() 14429 if (*temp_string == '\\' && temp_string[1] == '"') in i386_att_operand() 14430 ++temp_string; in i386_att_operand() 14431 else if (*temp_string == '"') in i386_att_operand() 14435 if (*temp_string == '(' && !parens_not_balanced++) in i386_att_operand() 14436 base_string = temp_string; in i386_att_operand() 14437 if (*temp_string == ')') in i386_att_operand() 14442 temp_string = base_string; in i386_att_operand() 14454 displacement_string_end = temp_string; in i386_att_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-i386.c | 11624 char *temp_string; in i386_att_operand() local 11639 temp_string = base_string; in i386_att_operand() 11651 displacement_string_end = temp_string; in i386_att_operand()
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 5963 not the undeclared temp_string.
|