| /linux/drivers/iio/chemical/ |
| H A D | sps30_serial.c | 47 bool escaped; member 58 priv->escaped = false; in sps30_serial_xfer() 105 static u8 sps30_serial_get_byte(bool escaped, u8 byte2) in sps30_serial_get_byte() argument 109 if (!escaped) in sps30_serial_get_byte() 243 priv->escaped = true; in sps30_serial_receive_buf() 247 byte = sps30_serial_get_byte(priv->escaped, byte); in sps30_serial_receive_buf() 248 if (priv->escaped && !byte) in sps30_serial_receive_buf() 254 if (!priv->escaped && byte == SPS30_SERIAL_SOF_EOF) { in sps30_serial_receive_buf() 264 priv->escaped = false; in sps30_serial_receive_buf()
|
| /linux/scripts/kconfig/ |
| H A D | confdata.c | 614 char *escaped = NULL; in __print_symbol() local 629 escaped = escape_string_value(val); in __print_symbol() 630 val = escaped; in __print_symbol() 635 free(escaped); in __print_symbol() 658 char *escaped = NULL; in print_symbol_for_c() local 683 escaped = escape_string_value(val); in print_symbol_for_c() 684 val = escaped; in print_symbol_for_c() 692 free(escaped); in print_symbol_for_c() 701 char *escaped = NULL; in print_symbol_for_rustccfg() local 745 escaped = escape_string_value(val); in print_symbol_for_rustccfg() [all …]
|
| /linux/tools/scripts/ |
| H A D | utilities.mak | 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 36 # Usage: text = $(call unescape-nl,escaped-text[,escape]) 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text) 120 # processes the resulting escaped text, it transforms
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_main.c | 893 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local 935 escaped = 0; in kdb_parse() 940 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 943 if (escaped) { in kdb_parse() 944 escaped = 0; in kdb_parse() 949 escaped = 1; in kdb_parse()
|
| /linux/Documentation/watchdog/ |
| H A D | hpwdt.rst | 38 be restarted or an impending ASR to be escaped.
|
| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 264 Raw buffer as an escaped string 271 For printing raw buffer as an escaped string. For the following buffer:: 299 If field width is omitted then 1 byte only will be escaped.
|
| /linux/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 86 are escaped by "\x00" C-style hex encoding.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | statistics.rst | 211 space must also be escaped, otherwise the shell will consume them)::
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 431 - On-disk block is escaped. The first four bytes of the data block just 515 number then those four bytes are replaced with zeroes and the “escaped”
|
| /linux/Documentation/networking/ |
| H A D | eql.rst | 189 characters are not escaped.
|
| H A D | netconsole.rst | 391 Non printable characters in <message text> are escaped using "\xff"
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 171 special characters can be escaped using C octal character
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 386 quoted or escaped, as above.
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 84 escaped sequences. This would let you backup and
|
| H A D | seq_file.rst | 256 which should be escaped in the output. A call to seq_path() will output
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 324 other character is allowed and the quotes can be escaped using '\'.
|