Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/drivers/iio/chemical/
A Dsps30_serial.c47 bool escaped; member
58 priv->escaped = false; in sps30_serial_xfer()
105 static char sps30_serial_get_byte(bool escaped, unsigned char 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-6.3-rc2/scripts/kconfig/
A Dconfdata.c677 char *escaped = NULL; in __print_symbol() local
692 escaped = escape_string_value(val); in __print_symbol()
693 val = escaped; in __print_symbol()
698 free(escaped); in __print_symbol()
721 char *escaped = NULL; in print_symbol_for_c() local
747 val = escaped; in print_symbol_for_c()
755 free(escaped); in print_symbol_for_c()
764 char *escaped = NULL; in print_symbol_for_rustccfg() local
808 escaped = escape_string_value(val); in print_symbol_for_rustccfg()
809 val = escaped; in print_symbol_for_rustccfg()
[all …]
/linux-6.3-rc2/tools/scripts/
A Dutilities.mak20 # 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-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211.h2359 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2362 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2363 return escaped; in escape_essid()
2366 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid()
2367 return escaped; in escape_essid()
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib.h2118 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2121 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2122 return escaped; in escape_essid()
2125 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid()
2126 return escaped; in escape_essid()
/linux-6.3-rc2/kernel/debug/kdb/
A Dkdb_main.c975 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
1017 escaped = 0; in kdb_parse()
1022 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1025 if (escaped) { in kdb_parse()
1026 escaped = 0; in kdb_parse()
1031 escaped = 1; in kdb_parse()
/linux-6.3-rc2/fs/gfs2/
A Dincore.h137 BUFFER_FNS(Escaped, escaped)
138 TAS_BUFFER_FNS(Escaped, escaped)
/linux-6.3-rc2/Documentation/watchdog/
A Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/linux-6.3-rc2/Documentation/core-api/
A Dprintk-formats.rst245 Raw buffer as an escaped string
252 For printing raw buffer as an escaped string. For the following buffer::
280 If field width is omitted then 1 byte only will be escaped.
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddev-kmsg86 are escaped by "\x00" C-style hex encoding.
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Dstatistics.rst211 space must also be escaped, otherwise the shell will consume them)::
/linux-6.3-rc2/Documentation/networking/
A Dnetconsole.rst168 Non printable characters in <message text> are escaped using "\xff"
A Deql.rst189 characters are not escaped.
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Djournal.rst426 - On-disk block is escaped. The first four bytes of the data block just
510 number then those four bytes are replaced with zeroes and the “escaped
/linux-6.3-rc2/Documentation/admin-guide/
A Ddynamic-debug-howto.rst166 special characters can be escaped using C octal character
/linux-6.3-rc2/Documentation/filesystems/
A Dvfat.rst84 escaped sequences. This would let you backup and
A Dseq_file.rst256 which should be escaped in the output. A call to seq_path() will output
/linux-6.3-rc2/arch/x86/lib/
A Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux-6.3-rc2/tools/arch/x86/lib/
A Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/linux-6.3-rc2/Documentation/kbuild/
A Dkconfig-language.rst278 other character is allowed and the quotes can be escaped using '\'.

Completed in 63 milliseconds