Searched refs:temp_string (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dfootnote.c259 char *temp_string, *expanded_ref;
261 temp_string = xmalloc (strlen (current_node)
264 strcpy (temp_string, current_node);
265 strcat (temp_string, "-Footnotes");
266 expanded_ref = expansion (temp_string, 0);
269 free (temp_string);
257 char *temp_string, *expanded_ref; local
H A Dmakeinfo.c3975 char *temp_string, *temp_input_filename;
3982 temp_string = es->string;
3987 VA_SPRINTF (temp_string, format, ap);
3989 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
3995 input_text = temp_string;
3996 input_text_length = strlen (temp_string);
3959 char *temp_string, *temp_input_filename; local
H A Dxml.c941 char temp_string[2000]; /* xx no fixed limits */
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);
939 char temp_string[2000]; /* xx no fixed limits */ local
/freebsd-10-stable/usr.sbin/usbconfig/
H A Ddump.c99 uint8_t temp_string[256]; local
151 temp_string, sizeof(temp_string))) {
155 printf(" <%s>\n", temp_string);
/freebsd-10-stable/contrib/libreadline/
H A Dcomplete.c1518 char temp_string[4], *filename; local
1525 temp_string[temp_string_index++] = quote_char;
1528 temp_string[temp_string_index++] = delimiter;
1530 temp_string[temp_string_index++] = rl_completion_append_character;
1532 temp_string[temp_string_index++] = '\0';
1563 rl_insert_text (temp_string);
1570 rl_insert_text (temp_string);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-i386.c5166 char *temp_string;
5180 temp_string = base_string;
5191 displacement_string_end = temp_string;
5161 char *temp_string; local

Completed in 108 milliseconds