Searched refs:prefix_text (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-cmd.c482 char *prefix_text;
513 prefix_text = (char *) xmalloc (i + 2);
514 memcpy (prefix_text, name, i + 1);
515 prefix_text[i + 1] = '\0';
517 prefix_text2 = prefix_text;
521 msg = xstrprintf (_("could not find command prefix '%s'"), prefix_text);
522 xfree (prefix_text);
532 xfree (prefix_text);
537 msg = xstrprintf (_("'%s' is not a prefix command"), prefix_text);
538 xfree (prefix_text);
479 char *prefix_text; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-cmd.c510 gdb::unique_xmalloc_ptr<char> prefix_text ((char *) xmalloc (i + 2));
511 memcpy (prefix_text.get (), name, i + 1);
512 prefix_text.get ()[i + 1] = '\0';
514 const char *prefix_text2 = prefix_text.get ();
519 prefix_text.get ()).release ();
533 prefix_text.get ()).release ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-cmd.c392 std::string prefix_text (name, i + 1);
394 prefix_text2 = prefix_text.c_str ();
399 prefix_text.c_str ());
411 prefix_text.c_str ());
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-cmd.c385 std::string prefix_text (name, i + 1);
387 prefix_text2 = prefix_text.c_str ();
392 prefix_text.c_str ());
403 prefix_text.c_str ());
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dopc2c.c84 opcode prefix_text, suffix_text; variable
537 op = &prefix_text;
716 dump_lines (&prefix_text, 0, 0);
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dopc2c.c84 opcode prefix_text, suffix_text; variable
537 op = &prefix_text;
719 dump_lines (&prefix_text, 0, 0);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c129 opcode prefix_text, suffix_text; variable
597 op = &prefix_text;
799 dump_lines (&prefix_text, 0, 0);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dopc2c.c129 opcode prefix_text, suffix_text; variable
597 op = &prefix_text;
799 dump_lines (&prefix_text, 0, 0);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dopc2c.c129 opcode prefix_text, suffix_text; variable
597 op = &prefix_text;
799 dump_lines (&prefix_text, 0, 0);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dopc2c.c129 opcode prefix_text, suffix_text; variable
597 op = &prefix_text;
799 dump_lines (&prefix_text, 0, 0);

Completed in 232 milliseconds