Searched refs:escaped (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.10/tools/scripts/ |
| 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-v5.10/drivers/staging/rtl8192e/ |
| D | rtllib.h | 2127 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local 2130 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid() 2131 return escaped; in escape_essid() 2134 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid() 2135 return escaped; in escape_essid()
|
| /Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211.h | 2420 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local 2423 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid() 2424 return escaped; in escape_essid() 2427 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid() 2428 return escaped; in escape_essid()
|
| /Linux-v5.10/kernel/debug/kdb/ |
| D | kdb_main.c | 924 int i, escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local 966 escaped = 0; in kdb_parse() 971 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 974 if (escaped) { in kdb_parse() 975 escaped = 0; in kdb_parse() 980 escaped = 1; in kdb_parse()
|
| /Linux-v5.10/fs/gfs2/ |
| D | incore.h | 160 BUFFER_FNS(Escaped, escaped) 161 TAS_BUFFER_FNS(Escaped, escaped)
|
| /Linux-v5.10/Documentation/watchdog/ |
| D | hpwdt.rst | 38 be restarted or an impending ASR to be escaped.
|
| /Linux-v5.10/Documentation/core-api/ |
| D | printk-formats.rst | 210 Raw buffer as an escaped string 217 For printing raw buffer as an escaped string. For the following buffer:: 245 If field width is omitted then 1 byte only will be escaped.
|
| /Linux-v5.10/scripts/ |
| D | Kbuild.include | 274 # any double-quotes or backslashes within it are escaped by 292 # perhaps ought to have a version specially escaped for that purpose.
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | dev-kmsg | 86 are escaped by "\x00" C-style hex encoding.
|
| /Linux-v5.10/Documentation/networking/ |
| D | netconsole.rst | 168 Non printable characters in <message text> are escaped using "\xff"
|
| D | eql.rst | 189 characters are not escaped.
|
| /Linux-v5.10/Documentation/admin-guide/device-mapper/ |
| D | statistics.rst | 211 space must also be escaped, otherwise the shell will consume them)::
|
| /Linux-v5.10/Documentation/filesystems/ext4/ |
| D | journal.rst | 426 - 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-v5.10/Documentation/admin-guide/ |
| D | dynamic-debug-howto.rst | 194 special characters can be escaped using C octal character
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | vfat.rst | 84 escaped sequences. This would let you backup and
|
| D | seq_file.rst | 250 which should be escaped in the output. A call to seq_path() will output
|
| /Linux-v5.10/arch/x86/lib/ |
| D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /Linux-v5.10/tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-config.txt | 64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
|
| /Linux-v5.10/Documentation/kbuild/ |
| D | kconfig-language.rst | 293 other character is allowed and the quotes can be escaped using '\'.
|