Home
last modified time | relevance | path

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

/Linux-v5.4/tools/scripts/
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-v5.4/drivers/staging/rtl8192e/
Drtllib.h2127 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/
Dieee80211.h2420 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/
Dkdb_main.c919 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/
Dincore.h156 BUFFER_FNS(Escaped, escaped)
157 TAS_BUFFER_FNS(Escaped, escaped)
/Linux-v5.4/Documentation/watchdog/
Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/Linux-v5.4/Documentation/core-api/
Dprintk-formats.rst178 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/
DKbuild.include279 # 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/
Ddev-kmsg72 are escaped by "\x00" C-style hex encoding.
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dstatistics.rst211 space must also be escaped, otherwise the shell will consume them)::
/Linux-v5.4/Documentation/networking/
Dnetconsole.txt152 Non printable characters in <message text> are escaped using "\xff"
Deql.txt229 characters are not escaped.
/Linux-v5.4/Documentation/filesystems/ext4/
Djournal.rst409 - 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/
Ddynamic-debug-howto.rst182 special characters can be escaped using C octal character
/Linux-v5.4/Documentation/filesystems/
Dseq_file.txt224 which should be escaped in the output. A call to seq_path() will output
Dvfat.txt65 escaped sequences. This would let you backup and
/Linux-v5.4/tools/perf/Documentation/
Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/Linux-v5.4/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/Linux-v5.4/tools/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/Linux-v5.4/Documentation/kbuild/
Dkconfig-language.rst275 other character is allowed and the quotes can be escaped using '\'.