Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/rtl8192e/
Drtllib.h2132 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2135 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2136 return escaped; in escape_essid()
2139 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid()
2140 return escaped; in escape_essid()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h2428 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2431 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2432 return escaped; in escape_essid()
2435 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid()
2436 return escaped; in escape_essid()
/Linux-v4.19/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-v4.19/fs/gfs2/
Dincore.h159 BUFFER_FNS(Escaped, escaped)
160 TAS_BUFFER_FNS(Escaped, escaped)
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst162 Raw buffer as an escaped string
169 For printing raw buffer as an escaped string. For the following buffer::
197 If field width is omitted then 1 byte only will be escaped.
/Linux-v4.19/Documentation/watchdog/
Dhpwdt.txt31 be restarted or an impending ASR to be escaped.
/Linux-v4.19/Documentation/ABI/testing/
Ddev-kmsg72 are escaped by "\x00" C-style hex encoding.
/Linux-v4.19/scripts/
DKbuild.include355 # any double-quotes or backslashes within it are escaped by
373 # perhaps ought to have a version specially escaped for that purpose.
/Linux-v4.19/Documentation/networking/
Dnetconsole.txt152 Non printable characters in <message text> are escaped using "\xff"
Deql.txt229 characters are not escaped.
/Linux-v4.19/Documentation/device-mapper/
Dstatistics.txt209 space must also be escaped, otherwise the shell will consume them):
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
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-v4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst182 special characters can be escaped using C octal character
/Linux-v4.19/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-v4.19/tools/perf/Documentation/
Dperf-config.txt60 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/Linux-v4.19/tools/objtool/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/Linux-v4.19/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/Linux-v4.19/Documentation/kbuild/
Dkconfig-language.txt252 other character is allowed and the quotes can be escaped using '\'.