Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dpo.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
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_imap_handler.c146 if (s->backslash) { in ngx_mail_imap_auth_state()
164 s->backslash = 0; in ngx_mail_imap_auth_state()
H A Dngx_mail.h206 unsigned backslash:1; member
H A Dngx_mail_parse.c479 s->backslash = 1; in ngx_mail_imap_parse_command()
/f-stack/tools/libxo/doc/
H A Dxolint.rst136 This error will also occur when the content has a backslash
138 like "{N:Type of I\\/O}". Note the double backslash, one for
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in353 # internal one would interpret the backslash code
/f-stack/freebsd/contrib/zlib/
H A DChangeLog876 - Avoid the use of backslash (\) in contrib/minizip [Vollant]
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt3844 as the standard escapes for quote and backslash. Ensures that the
9522 qualified namepath, allow multiple backslash prefixes. This can happen
9524 is seen in the field) because of the use of a double-backslash in strings
9525 (since backslash is the escape character) causing confusion. ACPICA BZ
16740 Added a warning message for invalid escapes (a backslash followed
18526 Escaped backslash at the end of a string ("\\") scan/parse error