/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 867 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() local 869 (quote) ? " \"" : " "); in main() 872 (quote) ? "\"" : ""); in main() 958 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() local 960 (quote) ? " \"" : " "); in main() 963 (quote) ? "\"" : ""); in main() 995 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); in main() local 997 (quote) ? " \"" : " "); in main() 1000 (quote) ? "\"" : ""); in main() 1041 int quote; in main() local [all …]
|
D | nlmheader.y | 801 int quote; in yylex() local 804 quote = c; in yylex() 809 while (c != quote && c != EOF) in yylex()
|
D | windres.c | 272 res_id_print (FILE *stream, rc_res_id id, int quote) in res_id_print() argument 278 if (quote) in res_id_print()
|
D | dlltool.c | 1819 char *quote = strchr (exp->name, '.') ? "\"" : ""; in gen_def_file() local 1831 quote, in gen_def_file() 1833 quote, in gen_def_file() 1846 quote, in gen_def_file() 1848 quote, in gen_def_file()
|
D | ChangeLog-2009 | 688 quote following a closing quote.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-z80.c | 303 char *p, quote; in z80_start_line_hook() local 321 for (quote = *p++; quote != *p && '\n' != *p; ++p) in z80_start_line_hook() 323 if (quote != *p) in z80_start_line_hook() 485 char quote; in is_indir() local 498 for (quote = *p++; quote != *p && *p != '\n'; ++p) in is_indir() 1709 char *u, quote; in emit_data() local 1724 for (quote = *p, q = ++p, cnt = 0; *p && quote != *p; ++p, ++cnt) in emit_data()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | spec802.d | 7 # #2: non-quote LOP in name.
|
D | spec806.d | 7 # #6: non-quote LOP in section vma, high part.
|
D | spec807.d | 7 # #7: non-quote LOP in section vma, low part.
|
D | spec803.d | 7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
|
D | spec805.d | 7 # #5: non-quote LOP in section length, low part.
|
D | spec804.d | 7 # #4: non-quote LOP in section length, high part.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-z80.texi | 116 @cindex single quote, Z80 118 The single quote @samp{'} must be followed by a closing quote. If there
|
D | c-z8k.texi | 193 describe single quote and other characters that may not appear in string
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 1591 const char *quote, *rest; in print_dependency_table() local 1595 quote = strchr (rest, '\"'); in print_dependency_table() 1596 while (quote != NULL) in print_dependency_table() 1598 printf ("%.*s\\\"", (int) (quote - rest), rest); in print_dependency_table() 1599 rest = quote + 1; in print_dependency_table() 1600 quote = strchr (rest, '\"'); in print_dependency_table()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | gld960.em | 80 # sed commands to quote an ld script as a C string.
|
D | gld960c.em | 93 # sed commands to quote an ld script as a C string.
|
D | generic.em | 87 # sed commands to quote an ld script as a C string.
|
D | ticoff.em | 112 # sed commands to quote an ld script as a C string.
|
D | linux.em | 137 # sed commands to quote an ld script as a C string.
|
D | lnk960.em | 216 # sed commands to quote an ld script as a C string.
|
D | m68kcoff.em | 171 # sed commands to quote an ld script as a C string.
|
D | armcoff.em | 211 # sed commands to quote an ld script as a C string.
|
D | beos.em | 730 # sed commands to quote an ld script as a C string.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | ChangeLog-9103 | 58 * Makefile.am: Fix quote style in last change.
|