Home
last modified time | relevance | path

Searched refs:temp_string (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dfootnote.c257 char *temp_string, *expanded_ref; in cm_footnote() local
259 temp_string = xmalloc (strlen (current_node) in cm_footnote()
262 strcpy (temp_string, current_node); in cm_footnote()
263 strcat (temp_string, "-Footnotes"); in cm_footnote()
264 expanded_ref = expansion (temp_string, 0); in cm_footnote()
267 free (temp_string); in cm_footnote()
Dxml.c939 char temp_string[2000]; /* xx no fixed limits */ local
946 VA_SPRINTF (temp_string, format, ap);
948 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
951 insert_string (temp_string);
Dmakeinfo.c3972 char *temp_string, *temp_input_filename; local
3979 temp_string = es->string;
3984 VA_SPRINTF (temp_string, format, ap);
3986 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
3992 input_text = temp_string;
3993 input_text_length = strlen (temp_string);
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcrx-dis.c246 char temp_string[5]; in getregliststring() local
270 sprintf (temp_string, "r%d", i); in getregliststring()
273 sprintf (temp_string, "u%d", i); in getregliststring()
276 sprintf (temp_string, "c%d", i); in getregliststring()
279 sprintf (temp_string, "cs%d", i); in getregliststring()
284 strcat (string, temp_string); in getregliststring()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c4439 char *temp_string; local
4453 temp_string = base_string;
4464 displacement_string_end = temp_string;