Searched refs:escaped (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/Documentation/ |
D | printk-formats.txt | 89 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.
|
D | dynamic-debug-howto.txt | 176 special characters can be escaped using C octal character
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 2550 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/ |
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.1.27/fs/gfs2/ |
D | incore.h | 138 BUFFER_FNS(Escaped, escaped) 139 TAS_BUFFER_FNS(Escaped, escaped)
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib.h | 2892 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/ |
D | hpwdt.txt | 27 be restarted or an impending ASR to be escaped.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | dev-kmsg | 72 are escaped by "\x00" C-style hex encoding.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 172 space must also be escaped, otherwise the shell will consume them):
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 229 characters are not escaped.
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 9 # Referrer: escaped-name 13 # opcode: escape # escaped-name
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfat.txt | 64 escaped sequences. This would let you backup and
|
D | seq_file.txt | 203 which should be escaped in the output. A call to seq_path() will output
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 204 other character is allowed and the quotes can be escaped using '\'.
|