Searched refs:escaped (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.4/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.4/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.4/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.4/kernel/debug/kdb/ |
D | kdb_main.c | 919 int i, escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local 961 escaped = 0; in kdb_parse() 966 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 969 if (escaped) { in kdb_parse() 970 escaped = 0; in kdb_parse() 975 escaped = 1; in kdb_parse()
|
/Linux-v5.4/fs/gfs2/ |
D | incore.h | 156 BUFFER_FNS(Escaped, escaped) 157 TAS_BUFFER_FNS(Escaped, escaped)
|
/Linux-v5.4/Documentation/watchdog/ |
D | hpwdt.rst | 38 be restarted or an impending ASR to be escaped.
|
/Linux-v5.4/Documentation/core-api/ |
D | printk-formats.rst | 178 Raw buffer as an escaped string 185 For printing raw buffer as an escaped string. For the following buffer:: 213 If field width is omitted then 1 byte only will be escaped.
|
/Linux-v5.4/scripts/ |
D | Kbuild.include | 279 # any double-quotes or backslashes within it are escaped by 297 # perhaps ought to have a version specially escaped for that purpose.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | dev-kmsg | 72 are escaped by "\x00" C-style hex encoding.
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | statistics.rst | 211 space must also be escaped, otherwise the shell will consume them)::
|
/Linux-v5.4/Documentation/networking/ |
D | netconsole.txt | 152 Non printable characters in <message text> are escaped using "\xff"
|
D | eql.txt | 229 characters are not escaped.
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | journal.rst | 409 - On-disk block is escaped. The first four bytes of the data block just 493 number then those four bytes are replaced with zeroes and the “escaped”
|
/Linux-v5.4/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 182 special characters can be escaped using C octal character
|
/Linux-v5.4/Documentation/filesystems/ |
D | seq_file.txt | 224 which should be escaped in the output. A call to seq_path() will output
|
D | vfat.txt | 65 escaped sequences. This would let you backup and
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-config.txt | 64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
|
/Linux-v5.4/arch/x86/lib/ |
D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
/Linux-v5.4/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig-language.rst | 275 other character is allowed and the quotes can be escaped using '\'.
|