Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp5793.C4 class temp_string {
6 temp_string (const int);
7 temp_string (const char * const);
16 int operator == (const int, temp_string );
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload6.C3 struct temp_string { struct
4 temp_string (const unsigned char);
9 String& operator = (temp_string);
14 operator temp_string & () const;
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A 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()
H A Dxml.c946 char temp_string[2000]; /* xx no fixed limits */
953 VA_SPRINTF (temp_string, format, ap);
955 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
958 insert_string (temp_string);
944 char temp_string[2000]; /* xx no fixed limits */ global() local
H A Dmakeinfo.c3969 char *temp_string, *temp_input_filename; local
3976 temp_string = es->string;
3981 VA_SPRINTF (temp_string, format, ap);
3983 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
3989 input_text = temp_string;
3990 input_text_length = strlen (temp_string);
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A 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()
/openbsd-src/gnu/lib/libreadline/
H A Dcomplete.c1331 char temp_string[4], *filename; local
1337 temp_string[temp_string_index++] = quote_char;
1340 temp_string[temp_string_index++] = delimiter;
1342 temp_string[temp_string_index++] = rl_completion_append_character;
1344 temp_string[temp_string_index++] = '\0';
1375 rl_insert_text (temp_string);
1382 rl_insert_text (temp_string);
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c4178 char *temp_string; local
4192 temp_string = base_string;
4203 displacement_string_end = temp_string;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c4604 char *temp_string; local
4618 temp_string = base_string;
4628 displacement_string_end = temp_string;
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.465963 not the undeclared temp_string.