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 D | p5793.C | 4 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 D | overload6.C | 3 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 D | footnote.c | 257 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 D | xml.c | 946 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 D | makeinfo.c | 3969 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 D | crx-dis.c | 246 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 D | complete.c | 1331 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 D | tc-i386.c | 4178 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 D | tc-i386.c | 4604 char *temp_string; local 4618 temp_string = base_string; 4628 displacement_string_end = temp_string;
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 5963 not the undeclared temp_string.
|