/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | quotearg.c | 96 int backslashes; in quote_arg() local 120 for (backslashes = 0, p = string, q = quoted; *p; p++) { in quote_arg() 127 ++backslashes; in quote_arg() 135 for (backslashes += backslashes + 1; backslashes; backslashes--) in quote_arg() 148 while (backslashes) { in quote_arg() 150 --backslashes; in quote_arg() 165 for (backslashes += backslashes; backslashes; backslashes--) in quote_arg()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | w32spawn.h | 108 unsigned int backslashes; in prepare_spawn() local 114 backslashes = 0; in prepare_spawn() 121 length += backslashes + 1; in prepare_spawn() 124 backslashes++; in prepare_spawn() 126 backslashes = 0; in prepare_spawn() 129 length += backslashes + 1; in prepare_spawn() 134 backslashes = 0; in prepare_spawn() 143 for (j = backslashes + 1; j > 0; j--) in prepare_spawn() 148 backslashes++; in prepare_spawn() 150 backslashes = 0; in prepare_spawn() [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | comment.mk | 66 or 9 backslashes. \\\\\\\\\
|
/netbsd-src/tests/lib/libc/regex/data/ |
H A D | meta.in | 1 # metacharacters, backslashes
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | README.DOS | 15 4. Better support for DOS-style backslashes in pathnames (but see 289 and use backslashes instead of forward slashes. However, this 293 character). I only consider support of backslashes desirable 297 are advised to stay away from backslashes whenever possible. In 299 backslashes, because the GNU `glob' library doesn't support them 303 One feature which *does* work with backslashes is the filename-
|
/netbsd-src/external/bsd/nvi/docs/internals/ |
H A D | quoting | 7 \ (backslashes) 165 I intend to continue permitting backslashes in set commands, 174 The tag command ignores ^V's and backslashes; there's no way to
|
/netbsd-src/external/gpl2/gmake/dist/config/ |
H A D | dospaths.m4 | 1 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Program.inc | 362 // The entire remainder of the argument is backslashes. Escape all of 370 // This is an embedded quote. Escape all preceding backslashes, then 376 // backslashes, just append them as they are and then append the 382 // Drop all the backslashes, plus the following character.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | xgettext-csharp-3 | 18 // Two backslashes (unlike in Java, where this is just one backslash).
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | fnmatch.txh | 31 Do not interpret backslashes as quoting the following special character.
|
/netbsd-src/etc/ |
H A D | bootptab | 45 # Be careful about including backslashes where they're needed. Weird (bad)
|
/netbsd-src/usr.sbin/bootp/bootpd/ |
H A D | bootptab.mcs | 37 # Be careful about including backslashes where they're needed. Weird (bad)
|
H A D | bootptab.cmu | 38 # Be careful about including backslashes where they're needed. Weird (bad)
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | eval | 140 # Test handling of backslashes in strings to be evaled.
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/ |
H A D | general3 | 58 # Check that backslashes in command scripts are handled according to POSIX.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-0001 | 1012 * ieee.c (ieee_add_bb11): Don't check for backslashes 1018 (ieee_start_compilation_unit): Don't check for backslashes 1479 backslashes. 1484 and search for backslashes in the original pathname. 1546 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes 1548 (main): Support backslashes and drive letters in argv[0]. Drop
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-0001 | 1012 * ieee.c (ieee_add_bb11): Don't check for backslashes 1018 (ieee_start_compilation_unit): Don't check for backslashes 1479 backslashes. 1484 and search for backslashes in the original pathname. 1546 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes 1548 (main): Support backslashes and drive letters in argv[0]. Drop
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | CHANGES | 17 ITS#9068 fix mdb_dump/load backslashes in printable content
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
H A D | BUILD.gn | 343 # GN hands out slash-using paths, but cmd's copy needs backslashes.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/config/djgpp/ |
H A D | README | 86 be given with the DOS-style backslashes; Unix-style forward slashes
|