Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dkxgettext.c154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add() local
155 struct message *m = mesage__find(escaped); in message__add()
160 m = message__new(escaped, option, file, lineno); in message__add()
/linux-4.1.27/tools/perf/config/
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-4.1.27/Documentation/
Dprintk-formats.txt89 Raw buffer as an escaped string:
93 For printing raw buffer as an escaped string. For the following buffer
119 If field width is omitted the 1 byte only will be escaped.
Ddynamic-debug-howto.txt176 special characters can be escaped using C octal character
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h2550 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2553 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2554 return escaped; in escape_essid()
2557 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid()
2558 return escaped; in escape_essid()
/linux-4.1.27/kernel/debug/kdb/
Dkdb_main.c917 int i, escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
959 escaped = 0; in kdb_parse()
964 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
967 if (escaped) { in kdb_parse()
968 escaped = 0; in kdb_parse()
973 escaped = 1; in kdb_parse()
/linux-4.1.27/fs/gfs2/
Dincore.h138 BUFFER_FNS(Escaped, escaped)
139 TAS_BUFFER_FNS(Escaped, escaped)
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h2892 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2895 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2896 return escaped; in escape_essid()
2899 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid()
2900 return escaped; in escape_essid()
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt27 be restarted or an impending ASR to be escaped.
/linux-4.1.27/Documentation/ABI/testing/
Ddev-kmsg72 are escaped by "\x00" C-style hex encoding.
/linux-4.1.27/Documentation/device-mapper/
Dstatistics.txt172 space must also be escaped, otherwise the shell will consume them):
/linux-4.1.27/Documentation/networking/
Deql.txt229 characters are not escaped.
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt9 # Referrer: escaped-name
13 # opcode: escape # escaped-name
/linux-4.1.27/Documentation/filesystems/
Dvfat.txt64 escaped sequences. This would let you backup and
Dseq_file.txt203 which should be escaped in the output. A call to seq_path() will output
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt204 other character is allowed and the quotes can be escaped using '\'.