| /src/usr.bin/make/unit-tests/ |
| char-005c-reverse-solidus.mk | 84 # The pattern ends up as "x\:Nzzz". Only the sequence "\:" is unescaped, all 91 # sequence "\:" is unescaped, all others, including "\\", are left as-is.
|
| varmod-edge.mk | 32 # and the colon are unescaped. The other characters are left as-is. 34 # to be doubled since single backslashes would simply be unescaped by 37 # XXX: This is unexpected. The opening brace should also be unescaped. 125 # The Str_Match pattern is \\(:M*}, and there the backslash is unescaped.
|
| varmod.mk | 157 # The only modifier parts where an unescaped '$' makes sense at the end are 159 # parts, an unescaped '$' is an undocumented and discouraged edge case, as it
|
| varmod-match-escape.mk | 9 # are unescaped, and in the pattern matching these have the same meaning as
|
| varmod-loop.mk | 212 # When parsing the loop body, each '\$', '\@' and '\\' is unescaped to '$', 226 # In the first round, '\$ ' is unescaped to '$ ', and since the
|
| varmod-match.mk | 379 # The argument to the inner ':U' is unescaped to 'M\'. 385 # The argument to the inner ':U' is unescaped to 'M\:\'.
|
| escape.mk | 9 # unescaped <newline> is reached.
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| rust-demangle.c | 311 /* Return the unescaped character for a "$...$" escape, or 0 if invalid. */ 379 char unescaped; local 407 unescaped 409 if (unescaped) 410 print_str (rdm, &unescaped, 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree.cc | 12175 /* PR 84195: Replace control characters in "unescaped" with their 12182 escaped_string::escape (const char *unescaped) 12190 m_str = const_cast<char *> (unescaped); 12193 if (unescaped == NULL || *unescaped == 0) 12196 len = strlen (unescaped); 12202 char c = unescaped[i]; 12219 strncpy (escaped, unescaped, i);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree.cc | 12400 /* PR 84195: Replace control characters in "unescaped" with their 12407 escaped_string::escape (const char *unescaped) 12415 m_str = const_cast<char *> (unescaped); 12418 if (unescaped == NULL || *unescaped == 0) 12421 len = strlen (unescaped); 12427 char c = unescaped[i]; 12444 strncpy (escaped, unescaped, i);
|