Home
last modified time | relevance | path

Searched refs:backslashes (Results 1 – 25 of 241) sorted by relevance

12345678910

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dquotearg.c96 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 Dw32spawn.h108 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 Dcomment.mk66 or 9 backslashes. \\\\\\\\\
/netbsd-src/tests/lib/libc/regex/data/
H A Dmeta.in1 # metacharacters, backslashes
/netbsd-src/external/gpl2/gmake/dist/
H A DREADME.DOS15 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 Dquoting7 \ (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 Ddospaths.m41 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc362 // 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 Dxgettext-csharp-318 // Two backslashes (unlike in Java, where this is just one backslash).
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/etc/
H A Dbootptab45 # Be careful about including backslashes where they're needed. Weird (bad)
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootptab.mcs37 # Be careful about including backslashes where they're needed. Weird (bad)
H A Dbootptab.cmu38 # Be careful about including backslashes where they're needed. Weird (bad)
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Deval140 # Test handling of backslashes in strings to be evaled.
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/
H A Dgeneral358 # Check that backslashes in command scripts are handled according to POSIX.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-00011012 * 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 DChangeLog-00011012 * 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 DCHANGES17 ITS#9068 fix mdb_dump/load backslashes in printable content
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A DBUILD.gn343 # GN hands out slash-using paths, but cmd's copy needs backslashes.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
H A DREADME86 be given with the DOS-style backslashes; Unix-style forward slashes

12345678910