Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 62) sorted by relevance

123

/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c867 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 …]
Dnlmheader.y801 int quote; in yylex() local
804 quote = c; in yylex()
809 while (c != quote && c != EOF) in yylex()
Dwindres.c272 res_id_print (FILE *stream, rc_res_id id, int quote) in res_id_print() argument
278 if (quote) in res_id_print()
Ddlltool.c1819 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()
DChangeLog-2009688 quote following a closing quote.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c303 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/
Dspec802.d7 # #2: non-quote LOP in name.
Dspec806.d7 # #6: non-quote LOP in section vma, high part.
Dspec807.d7 # #7: non-quote LOP in section vma, low part.
Dspec803.d7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
Dspec805.d7 # #5: non-quote LOP in section length, low part.
Dspec804.d7 # #4: non-quote LOP in section length, high part.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-z80.texi116 @cindex single quote, Z80
118 The single quote @samp{'} must be followed by a closing quote. If there
Dc-z8k.texi193 describe single quote and other characters that may not appear in string
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-gen.c1591 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/
Dgld960.em80 # sed commands to quote an ld script as a C string.
Dgld960c.em93 # sed commands to quote an ld script as a C string.
Dgeneric.em87 # sed commands to quote an ld script as a C string.
Dticoff.em112 # sed commands to quote an ld script as a C string.
Dlinux.em137 # sed commands to quote an ld script as a C string.
Dlnk960.em216 # sed commands to quote an ld script as a C string.
Dm68kcoff.em171 # sed commands to quote an ld script as a C string.
Darmcoff.em211 # sed commands to quote an ld script as a C string.
Dbeos.em730 # sed commands to quote an ld script as a C string.
/toolchain/binutils/binutils-2.25/bfd/doc/
DChangeLog-910358 * Makefile.am: Fix quote style in last change.

123