| /freebsd/crypto/krb5/src/util/support/ |
| H A D | path.c | 52 const char *slash, *backslash; in find_sep() local 55 backslash = strrchr(path, '\\'); in find_sep() 56 if (slash != NULL && backslash != NULL) in find_sep() 57 return (slash > backslash) ? slash : backslash; in find_sep() 59 return (slash != NULL) ? slash : backslash; in find_sep()
|
| /freebsd/bin/sh/ |
| H A D | show.c | 324 case '\n': c = 'n'; goto backslash; in trstring() 325 case '\t': c = 't'; goto backslash; in trstring() 326 case '\r': c = 'r'; goto backslash; in trstring() 327 case '"': c = '"'; goto backslash; in trstring() 328 case '\\': c = '\\'; goto backslash; in trstring() 329 case CTLESC: c = 'e'; goto backslash; in trstring() 330 case CTLVAR: c = 'v'; goto backslash; in trstring() 331 case CTLVAR+CTLQUOTE: c = 'V'; goto backslash; in trstring() 332 case CTLBACKQ: c = 'q'; goto backslash; in trstring() 333 case CTLBACKQ+CTLQUOTE: c = 'Q'; goto backslash; in trstring() [all …]
|
| H A D | miscbltin.c | 156 int backslash; in readcmd() local 266 backslash = 0; in readcmd() 291 if (backslash) { in readcmd() 292 backslash = 0; in readcmd() 301 backslash++; in readcmd()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | opt-file.mk | 9 all: file-ending-in-backslash 10 all: file-ending-in-backslash-mmap 17 # In the unlikely case where a file ends in a backslash instead of a newline, 18 # that backslash is trimmed. See ReadLowLevelLine. 40 file-ending-in-backslash: .PHONY 48 file-ending-in-backslash-mmap: .PHONY 49 @printf '%s' 'VAR=value\' > opt-file-backslash 50 @${MAKE} -r -f opt-file-backslash -V VAR 51 @rm opt-file-backslash
|
| H A D | varmod-loop.mk | 235 : ${:U1:@i@ backslash=\ end@} 238 : ${:U1:@i@ dollar=\$\$ at=\@ backslash=\\ end@} 240 : ${:U1:@i@ dollar=\$\$\$\$ at=\@\@ backslash=\\\\ end@} 242 : ${:U1:@i@ dollar=$$$$ at=\@\@ backslash=\\\\ end@}
|
| H A D | directive-for-errors.mk | 42 ${:U\\}= backslash # see whether the "variable" '\' is local 45 . info Dollar $$ ${$} $($) and backslash $\ ${\} $(\).
|
| H A D | varname-dot-newline.exp | 11 backslash newline: <\
|
| H A D | char-005c-reverse-solidus.exp | 7 make: char-005c-reverse-solidus.mk:100: Unfinished backslash at the end in pattern "\" of modifier …
|
| /freebsd/usr.bin/tr/ |
| H A D | str.c | 48 static int backslash(STR *, int *); 74 s->lastch = backslash(s, &is_octal); in next() 194 s->equiv[0] = backslash(s, NULL); in genequiv() 247 stopval = backslash(s, &octal); in genrange() 300 s->lastch = backslash(s, NULL); in genseq() 313 s->cnt = backslash(s, NULL); in genseq() 339 backslash(STR *s, int *is_octal) in backslash() function
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | escaped-backslash.pc | 1 Name: escaped-backslash 3 Description: test package for backslash escape scenario
|
| /freebsd/bin/ed/ |
| H A D | POSIX | 31 backslash (\). 34 that <file> arguments are processed for backslash escapes, i.e., any 35 character preceded by a backslash is interpreted literally. If the 91 backslash.
|
| /freebsd/contrib/tcsh/ |
| H A D | eight-bit.me | 63 keycode 95 = backslash bar odiaeresis Odiaeresis 73 keysym backslash = backslash bar Odiaeresis odiaeresis 87 alt["backslash"] = "Odiaeresis"; alt["bar"] = "odiaeresis";
|
| /freebsd/contrib/pkgconf/t/parser/ |
| H A D | escaped-backslashes-in-output.test | 2 Query: escaped-backslash
|
| /freebsd/crypto/openssl/apps/ |
| H A D | dgst.c | 561 static const char *newline_escape_filename(const char *file, int *backslash) in newline_escape_filename() argument 579 *backslash = 1; in newline_escape_filename() 593 int i, backslash = 0; in print_out() local 598 file = newline_escape_filename(file, &backslash); in print_out() 600 if (backslash == 1) in print_out()
|
| /freebsd/contrib/pkgconf/tests/lib-sbom/ |
| H A D | special.pc | 6 Copyright: Quote " backslash \ and tab
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.builtin | 77 # Test for backslash handling 90 diff foo1 foo2 || echo 'BAD: T.builtin continuation handling (backslash)'
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | ps2-expand1.0 | 3 # Send incomplete command (backslash at end) to trigger PS2
|
| /freebsd/contrib/pkgconf/tests/lib-sbom-files/ |
| H A D | bomtool-special.txt | 20 PackageCopyrightText: <text>Quote " backslash \ and tab</text>
|
| /freebsd/contrib/less/ |
| H A D | lessmsg | 10 # backslash, \n for newline, \r for carriage return, and \t for tab. 14 # A backslash at the end of a line indicates continuation onto the next line. 15 # The backslash and following newline are removed from the line. 266 Dont_use_backslash_escaping_in_command_line_parameters Don't use backslash escaping in command line… 267 Use_backslash_escaping_in_command_line_parameters Use backslash escaping in command line parameters 363 # it here as a list of lines, each ending with a newline and backslash to 365 # final backslash.
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 230 bool backslash = false; local 248 if (backslash) 250 backslash = false; 255 backslash = true; 273 if (length - (ptr - string) <= (size_t) ((backslash ? 1 : 0) + 279 backslash = false; 336 bool backslash = false; local 342 if (backslash) 344 backslash = false; 353 backslash = true;
|
| /freebsd/stand/common/ |
| H A D | interp_backslash.c | 28 backslash(const char *str) in backslash() function
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | read5.0 | 7 # Exclude backslash and newline.
|
| /freebsd/usr.bin/sed/ |
| H A D | POSIX | 39 backslash in front of it. This implementation follows the BSD 57 for backslash. Some historical versions of sed displayed two 150 reasonable, however, it also doesn't state that the backslash is 153 As historic sed implementations always discarded the backslash,
|
| /freebsd/contrib/tcsh/nls/greek/ |
| H A D | set1 | 44 42 Tο όρισμα του -c τελειώνει σε backslash
|
| /freebsd/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 44 42 Аргумент -c закінчується backslash'ем
|