HomeSort by: relevance | last modified time | path
    Searched defs:temp_string (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
footnote.c 261 char *temp_string, *expanded_ref;
263 temp_string = xmalloc (strlen (current_node)
266 strcpy (temp_string, current_node);
267 strcat (temp_string, "-Footnotes");
268 expanded_ref = expansion (temp_string, 0);
271 free (temp_string);
259 char *temp_string, *expanded_ref; local
xml.c 943 char temp_string[2000]; /* xx no fixed limits */
950 VA_SPRINTF (temp_string, format, ap);
952 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
955 insert_string (temp_string);
941 char temp_string[2000]; \/* xx no fixed limits *\/ local
makeinfo.c 3980 char *temp_string, *temp_input_filename;
3987 temp_string = es->string;
3992 VA_SPRINTF (temp_string, format, ap);
3994 sprintf (temp_string, format, a1, a2, a3, a4, a5, a6, a7, a8);
4000 input_text = temp_string;
4001 input_text_length = strlen (temp_string);
3964 char *temp_string, *temp_input_filename; local
  /src/external/gpl3/binutils/dist/opcodes/
crx-dis.c 229 char temp_string[16]; local
253 sprintf (temp_string, "r%d", i);
256 sprintf (temp_string, "u%d", i);
259 sprintf (temp_string, "c%d", i);
262 sprintf (temp_string, "cs%d", i);
267 strcat (string, temp_string);
  /src/external/gpl3/binutils.old/dist/opcodes/
crx-dis.c 229 char temp_string[16]; local
253 sprintf (temp_string, "r%d", i);
256 sprintf (temp_string, "u%d", i);
259 sprintf (temp_string, "c%d", i);
262 sprintf (temp_string, "cs%d", i);
267 strcat (string, temp_string);
  /src/external/gpl3/gdb/dist/opcodes/
crx-dis.c 229 char temp_string[16]; local
253 sprintf (temp_string, "r%d", i);
256 sprintf (temp_string, "u%d", i);
259 sprintf (temp_string, "c%d", i);
262 sprintf (temp_string, "cs%d", i);
267 strcat (string, temp_string);
  /src/external/gpl3/gdb.old/dist/opcodes/
crx-dis.c 229 char temp_string[16]; local
253 sprintf (temp_string, "r%d", i);
256 sprintf (temp_string, "u%d", i);
259 sprintf (temp_string, "c%d", i);
262 sprintf (temp_string, "cs%d", i);
267 strcat (string, temp_string);
  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 1857 char temp_string[4], *filename, *fn; local
1864 temp_string[temp_string_index++] = quote_char;
1867 temp_string[temp_string_index++] = delimiter;
1869 temp_string[temp_string_index++] = rl_completion_append_character;
1871 temp_string[temp_string_index++] = '\0';
1908 rl_insert_text (temp_string);
1915 rl_insert_text (temp_string);
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 1855 char temp_string[4], *filename, *fn; local
1862 temp_string[temp_string_index++] = quote_char;
1865 temp_string[temp_string_index++] = delimiter;
1867 temp_string[temp_string_index++] = rl_completion_append_character;
1869 temp_string[temp_string_index++] = '\0';
1906 rl_insert_text (temp_string);
1913 rl_insert_text (temp_string);
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 15638 char *temp_string;
15645 for (temp_string = op_string; temp_string < end_op; temp_string++)
15647 if (*temp_string == '\\' && temp_string[1] == '"')
15648 ++temp_string;
15649 else if (*temp_string == '"')
15653 if (*temp_string == '(' && !parens_not_balanced++)
15654 base_string = temp_string;
15633 char *temp_string; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 15487 char *temp_string;
15494 for (temp_string = op_string; temp_string < end_op; temp_string++)
15496 if (*temp_string == '\\' && temp_string[1] == '"')
15497 ++temp_string;
15498 else if (*temp_string == '"')
15502 if (*temp_string == '(' && !parens_not_balanced++)
15503 base_string = temp_string;
15482 char *temp_string; local
    [all...]

Completed in 65 milliseconds