Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-14-stable/lib/libfigpar/
HDstring_m.c268 uint8_t backslash = 0; in strexpandnl() local
277 backslash++; in strexpandnl()
279 backslash = 0; in strexpandnl()
280 else if (backslash > 0) { in strexpandnl()
281 *(--cp1) = (backslash & 1) == 1 ? '\n' : 'n'; in strexpandnl()
282 backslash = 0; in strexpandnl()
/freebsd-14-stable/lib/libdpv/
HDdialog_util.c382 uint8_t backslash = 0; in dialog_prompt_longestline() local
415 if ((backslash ^= 1) == 0) in dialog_prompt_longestline()
417 } else if (backslash) { in dialog_prompt_longestline()
427 backslash = 0; in dialog_prompt_longestline()
432 backslash = 0; in dialog_prompt_longestline()
495 uint8_t backslash = 0; in dialog_prompt_wrappedlines() local
522 if ((backslash ^= 1) == 0) in dialog_prompt_wrappedlines()
524 } else if (backslash) { in dialog_prompt_wrappedlines()
532 backslash = 0; in dialog_prompt_wrappedlines()
537 backslash = 0; in dialog_prompt_wrappedlines()
HDdpv.c111 int backslash; in dpv() local
440 backslash = 0; in dpv()
447 if (!isspace(*fc) && *fc != '\\' && backslash == 0) in dpv()
449 else if (backslash > 0 && *fc != 'n') in dpv()
452 backslash++; in dpv()
453 if (backslash > 2) in dpv()
/freebsd-14-stable/contrib/bmake/unit-tests/
HDopt-file.mk9 all: file-ending-in-backslash
10 all: file-ending-in-backslash-mmap
40 file-ending-in-backslash: .PHONY
HDvarmod-loop.mk237 : ${:U1:@i@ backslash=\ end@}
240 : ${:U1:@i@ dollar=\$\$ at=\@ backslash=\\ end@}
242 : ${:U1:@i@ dollar=\$\$\$\$ at=\@\@ backslash=\\\\ end@}
244 : ${:U1:@i@ dollar=$$$$ at=\@\@ backslash=\\\\ end@}
HDdirective-for-errors.mk42 ${:U\\}= backslash # see whether the "variable" '\' is local
45 . info Dollar $$ ${$} $($) and backslash $\ ${\} $(\).
HDvarname-dot-newline.exp3 backslash newline: <\
HDdirective-for-escape.mk97 ${:U\\}= backslash
/freebsd-14-stable/usr.bin/tr/
HDstr.c51 static int backslash(STR *, int *);
77 s->lastch = backslash(s, &is_octal); in next()
197 s->equiv[0] = backslash(s, NULL); in genequiv()
250 stopval = backslash(s, &octal); in genrange()
303 s->lastch = backslash(s, NULL); in genseq()
316 s->cnt = backslash(s, NULL); in genseq()
342 backslash(STR *s, int *is_octal) in backslash() function
/freebsd-14-stable/contrib/tcsh/
HDeight-bit.me63 keycode 95 = backslash bar odiaeresis Odiaeresis
73 keysym backslash = backslash bar Odiaeresis odiaeresis
87 alt["backslash"] = "Odiaeresis"; alt["bar"] = "odiaeresis";
/freebsd-14-stable/crypto/openssl/apps/
HDdgst.c518 static const char *newline_escape_filename(const char *file, int * backslash) in newline_escape_filename() argument
536 *backslash = 1; in newline_escape_filename()
553 int i, backslash = 0, ret = EXIT_FAILURE; in do_fp() local
623 file = newline_escape_filename(file, &backslash); in do_fp()
625 if (backslash == 1) in do_fp()
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDT.builtin77 # Test for backslash handling
90 diff foo1 foo2 || echo 'BAD: T.builtin continuation handling (backslash)'
/freebsd-14-stable/contrib/sendmail/src/
HDutil.c230 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-14-stable/stand/common/
HDinterp_backslash.c28 backslash(const char *str) in backslash() function
HDinterp_parse.c95 if (!str || (p = copy = backslash(str)) == NULL) in parse()
/freebsd-14-stable/contrib/tcsh/nls/greek/
HDset144 42 Tο όρισμα του -c τελειώνει σε backslash
/freebsd-14-stable/contrib/tcsh/nls/ukrainian/
HDset144 42 Аргумент -c закінчується backslash'ем
/freebsd-14-stable/usr.bin/sed/
HDPOSIX40 backslash in front of it. This implementation follows the BSD
58 for backslash. Some historical versions of sed displayed two
151 reasonable, however, it also doesn't state that the backslash is
154 As historic sed implementations always discarded the backslash,
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-storeutl.pod.in90 Special characters may be escaped by C<\> (backslash), whitespace is retained.
109 characters may be escaped by \ (backslash), no spaces are skipped.
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDREADME-P2P241 parameters - Escape single quote & backslash:
242 with a backslash 0x27 == ' == \', and 0x5c == \ == \\
335 Escape single quote & backslash with a backslash:
339 Escape single quote & backslash with a backslash:
365 Escape single quote & backslash with a backslash:
369 Escape single quote & backslash with a backslash:
810 Escaped single quote & backslash with a backslash:
/freebsd-14-stable/crypto/openssl/doc/man3/
HDASN1_STRING_print_ex.pod56 Printable characters are normally escaped using the backslash '\' character. If
58 double quote characters: this is arguably more readable than the backslash
/freebsd-14-stable/sys/contrib/openzfs/config/
HDpo.m4241 # Find a way to echo strings without interpreting backslash.
276 # See if the line ends in a backslash.
280 # Print the line, without the trailing backslash.
283 # There was no trailing backslash. The end of the variable definition is
289 # A trailing backslash means that the variable definition continues in the
/freebsd-14-stable/contrib/netbsd-tests/bin/sh/
HDt_cmdsub.sh614 atf_check -s exit:0 -e empty -o inline:'G: backslash at end of line\n' \
617 echo G: backslash at end of line # \
/freebsd-14-stable/contrib/nvi/catalog/
HDREADME75 character. So the double-quote needs to be escaped by a backslash to be
76 included in a message; same as the backslash itself.
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDfnmatch.hin53 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */

1234