Searched refs:escaped (Results 1 – 19 of 19) sorted by relevance
| /linux-4.4.14/scripts/kconfig/ |
| D | kxgettext.c | 154 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.4.14/tools/perf/config/ |
| 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-4.4.14/drivers/staging/rtl8192e/ |
| D | rtllib.h | 2185 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local 2188 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid() 2189 return escaped; in escape_essid() 2192 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid() 2193 return escaped; in escape_essid()
|
| /linux-4.4.14/Documentation/ |
| D | printk-formats.txt | 93 Raw buffer as an escaped string: 97 For printing raw buffer as an escaped string. For the following buffer 123 If field width is omitted the 1 byte only will be escaped.
|
| D | dynamic-debug-howto.txt | 176 special characters can be escaped using C octal character
|
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211.h | 2425 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local 2428 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid() 2429 return escaped; in escape_essid() 2432 snprintf(escaped, sizeof(escaped), "%*pEn", essid_len, essid); in escape_essid() 2433 return escaped; in escape_essid()
|
| /linux-4.4.14/kernel/debug/kdb/ |
| D | kdb_main.c | 917 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.4.14/fs/gfs2/ |
| D | incore.h | 139 BUFFER_FNS(Escaped, escaped) 140 TAS_BUFFER_FNS(Escaped, escaped)
|
| /linux-4.4.14/Documentation/watchdog/ |
| D | hpwdt.txt | 27 be restarted or an impending ASR to be escaped.
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | dev-kmsg | 72 are escaped by "\x00" C-style hex encoding.
|
| /linux-4.4.14/scripts/ |
| D | Kbuild.include | 315 # any double-quotes or backslashes within it are escaped by 333 # perhaps ought to have a version specially escaped for that purpose.
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | statistics.txt | 209 space must also be escaped, otherwise the shell will consume them):
|
| /linux-4.4.14/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-4.4.14/Documentation/filesystems/ |
| D | seq_file.txt | 203 which should be escaped in the output. A call to seq_path() will output
|
| D | vfat.txt | 64 escaped sequences. This would let you backup and
|
| /linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
| D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /linux-4.4.14/arch/x86/lib/ |
| D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
| /linux-4.4.14/Documentation/kbuild/ |
| D | kconfig-language.txt | 204 other character is allowed and the quotes can be escaped using '\'.
|