Searched refs:target_charset (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | charset.exp | 52 set target_charset $expect_out(1,string) 53 set retlist [list $host_charset $target_charset] 58 set target_charset $expect_out(2,string) 59 set retlist [list $host_charset $target_charset] 68 set target_charset $expect_out(1,string) 69 set retlist [list $target_charset] 218 set target_charset $expect_out(1,string) 219 if {! [info exists charsets($target_charset)]} { 220 set charsets($target_charset) 0 226 set target_charset $expect_out(1,string) [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | charset.h | 53 const char *target_charset (void);
|
| D | charset.c | 1090 target_charset ()); in show_charset() 1104 target_charset (void) in target_charset() function
|
| D | c-exp.y | 1391 "character set `%s'.", tok, target_charset ()); in yylex() 1577 copy, target_charset ()); in yylex()
|
| D | utils.c | 1437 copy, target_charset ()); in no_control_char_error() 1540 target_charset ()); in parse_escape()
|
| D | c-exp.c | 3043 "character set `%s'.", tok, target_charset ()); in yylex() 3229 copy, target_charset ()); in yylex()
|
| D | ChangeLog-2003 | 14759 (host_charset, target_charset): Ditto.
|