| /OK3568_Linux_fs/kernel/tools/scripts/ |
| H A D | utilities.mak | 8 # nl-escape 10 # Usage: escape = $(call nl-escape[,escape]) 16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n) 18 # escape-nl 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1)) 36 # Usage: text = $(call unescape-nl,escaped-text[,escape]) 38 # See escape-nl. 40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1)) 42 # shell-escape-nl [all …]
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 4 Subject: [PATCH] fixed possible RCE vulnerability, unset escape variable 5 (default tilde) stops consider "~" char after new-line as composing escape 29 +mailcmd = mail -E 'set escape' -s 42 +mailcmd = mail -E 'set escape' -s 55 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… 64 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: Summary from <fq-hostname>"… 71 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 80 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: Summary" <dest> 93 +mailcmd = mail -E 'set escape' -s 106 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: started on <fq-hostname>" <des… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/procps/ |
| H A D | 0002-proc-escape.c-add-missing-include.patch | 4 Subject: [PATCH] proc/escape.c: add missing include 9 proc/escape.c | 1 + 12 diff --git a/proc/escape.c b/proc/escape.c 14 --- a/proc/escape.c 15 +++ b/proc/escape.c 22 #include "escape.h"
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0002-escape-c-Fix-missing-nl_langinfo-on-certain-configs.patch | 4 Subject: [PATCH] escape.c: Fix missing nl_langinfo on certain configs 10 proc/escape.c | 2 +- 13 diff --git a/proc/escape.c b/proc/escape.c 15 --- a/proc/escape.c 16 +++ b/proc/escape.c 19 #include "escape.h"
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 130 # escape opcode table 134 eid = escape[ref] 141 # AVX/escape opcode table 269 if ("escape" == $2) { 275 if (ref in escape) 276 semantic_error("Redefine escape (" ref ")") 277 escape[ref] = geid 279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")" 321 # check coprocessor escape : TODO [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 21 eid = -1 # escape id 130 # escape opcode table 134 eid = escape[ref] 141 # AVX/escape opcode table 269 if ("escape" == $2) { 275 if (ref in escape) 276 semantic_error("Redefine escape (" ref ")") 277 escape[ref] = geid 279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")" 321 # check coprocessor escape : TODO [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | spaceball.c | 57 int escape; member 135 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which 148 spaceball->escape = 0; in spaceball_interrupt() 151 if (!spaceball->escape) { in spaceball_interrupt() 152 spaceball->escape = 1; in spaceball_interrupt() 155 spaceball->escape = 0; in spaceball_interrupt() 160 if (spaceball->escape) { in spaceball_interrupt() 161 spaceball->escape = 0; in spaceball_interrupt() 166 if (spaceball->escape) in spaceball_interrupt() 167 spaceball->escape = 0; in spaceball_interrupt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcResults.py | 110 from xml.sax.saxutils import escape 114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id)) 115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name)) 121 xunit += '\t{}\n'.format(escape(step)) 122 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg)) 125 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga_escape.h | 30 * Definitions for our own (vendor-specific) SVGA Escape commands. 38 * Namespace IDs for the escape command 47 * the first DWORD of escape data (after the nsID and size). As a 74 * this escape, use the SVGA_SCREEN_FULLSCREEN_HINT flag on your
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Strings.html | 76 into a string is to <em>escape</em> these characters: precede them with 78 one backslash: the first <code>\</code> is an escape which tells 81 escape character). The complete list of escapes follows. 83 <a name="index-escape-codes_002c-character"></a> 84 <a name="index-character-escape-codes"></a> 148 you used an escape sequence you clearly didn’t want the literal 158 compilers recognize. If you are in doubt, do not use an escape
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | Strings.html | 76 into a string is to <em>escape</em> these characters: precede them with 78 one backslash: the first <code>\</code> is an escape which tells 81 escape character). The complete list of escapes follows. 83 <a name="index-escape-codes_002c-character"></a> 84 <a name="index-character-escape-codes"></a> 148 you used an escape sequence you clearly didn’t want the literal 158 compilers recognize. If you are in doubt, do not use an escape
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 4 Subject: [PATCH] diagnostics: escape non-ASCII source bytes for certain 24 -fdiagnostics-escape-format=[unicode|bytes] 41 If the diagnostic sets the "escape" flag, it will be printed as: 46 with -fdiagnostics-escape-format=unicode (the default), or as: 51 if the user supplies -fdiagnostics-escape-format=bytes. 59 CPP_OTHER tokens, set the "escape on output" flag. 62 * common.opt (fdiagnostics-escape-format=): New. 67 "escape-source" attribute. 132 * doc/invoke.texi (-fdiagnostics-escape-format=): New option. 133 (-fdiagnostics-format=): Add "escape-source" attribute to examples [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 31 samsung,dsim-config-esc-clk: escape clock frequency for getting 32 the escape clock prescaler value. 40 with respect to Tx escape clock. 43 after RxLpdt asserts with respect to Tx escape clock.
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 53 * kdb_handle_escape() - validity check on an accumulated escape sequence. 54 * @buf: Accumulated escape characters to be examined. Note that buf 57 * @sz: Number of accumulated escape characters. 59 * Return: -1 if the escape sequence is unwanted, 0 if it is incomplete, 115 * most of the work done in this function is dealing with escape sequences. 117 * An escape key could be the start of a vt100 control sequence such as \e[D 121 * (interrupts are off), by multiple input sources. Escape sequence processing 124 * Return: The key pressed or a control code derived from an escape sequence. 130 char buf[4]; /* longest vt100 escape sequence is 4 bytes */ in kdb_getchar() 155 * input source) we set ourselves up to handle an escape in kdb_getchar() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi_common.c | 351 /* Escape mode clock and byte clock source */ in exynos_mipi_dsi_set_clock() 373 /* escape clock divider */ in exynos_mipi_dsi_set_clock() 385 /* enable escape clock. */ in exynos_mipi_dsi_set_clock() 388 /* enable byte clk and escape clock */ in exynos_mipi_dsi_set_clock() 390 /* escape clock on lane */ in exynos_mipi_dsi_set_clock() 396 debug("escape clock that user's need is %lu\n", in exynos_mipi_dsi_set_clock() 398 debug("escape clock divider is %x\n", esc_div); in exynos_mipi_dsi_set_clock() 399 debug("escape clock is %luMHz\n", in exynos_mipi_dsi_set_clock() 418 /* disable escape clock. */ in exynos_mipi_dsi_set_clock()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | ps2mult.c | 42 bool escape; member 243 if (psm->escape) { in ps2mult_interrupt() 244 psm->escape = false; in ps2mult_interrupt() 253 dev_dbg(&serio->dev, "ESCAPE\n"); in ps2mult_interrupt() 254 psm->escape = true; in ps2mult_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | charlcd.c | 62 #define LCD_ESCAPE_LEN 24 /* Max chars for LCD escape command */ 63 #define LCD_ESCAPE_CHAR 27 /* Use char 27 for escape command */ 83 /* Current escape sequence and it's length or -1 if outside */ 558 /* first, we'll test if we're in escape mode */ in charlcd_write_char() 564 /* aborts any previous escape sequence */ in charlcd_write_char() 569 /* start of an escape sequence */ in charlcd_write_char() 622 * now we'll see if we're in an escape mode and if the current in charlcd_write_char() 623 * escape sequence can be understood. in charlcd_write_char() 644 /* LCD special escape codes */ in charlcd_write_char() 646 * flush the escape sequence if it's been processed in charlcd_write_char() [all …]
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch | 66 +// Helper to escape XML tags 97 +// Helper to escape XML tags 123 +// Helper to escape XML tags 157 +// Helper to escape XML tags 227 +// Helper to escape XML tags 270 +// Helper to escape XML tags 308 +// Helper to escape XML tags 346 +// Helper to escape XML tags
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-B-ADD.gz | ... 27<DL> /x10 <U0010> DATALINK ESCAPE (DLE)
28<D1> /x11 < ... |
| HD | JIS_C6229-1984-HAND-ADD.gz | ... 27<DL> /x10 <U0010> DATALINK ESCAPE (DLE)
28<D1> /x11 < ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | JIS_C6229-1984-HAND-ADD.gz | ... 27<DL> /x10 <U0010> DATALINK ESCAPE (DLE)
28<D1> /x11 < ... |
| HD | JIS_C6229-1984-B-ADD.gz | ... 27<DL> /x10 <U0010> DATALINK ESCAPE (DLE)
28<D1> /x11 < ... |
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bblayers.py | 99 …find_in_contents = re.search(re.escape(layername) + r'\s+' + re.escape(layerpath) + r'\s+' + re.es… 109 …find_in_contents = re.search(r'(^|\s)' + re.escape(layername) + r'($|\s)', bb_vars['BBFILE_COLLECT…
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | terminal.py | 94 """Conditionally wraps text in ANSI color escape sequences.""" 143 """Returns text with conditionally added color escape sequences. 152 returns text with color escape sequences based on the value of
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | input.c | 169 * Scan key code to ANSI 3.64 escape sequence table. This table is 174 char *escape; member 394 * Checks and converts a special key code into ANSI 3.64 escape sequence. 409 const char *escape; in input_keycode_to_ansi364() local 416 for (escape = kbd_to_ansi364[i].escape; *escape; escape++) { in input_keycode_to_ansi364() 418 output_ch[ch_count] = *escape; in input_keycode_to_ansi364() 476 * translate special key to escape sequence if possible. in input_keycodes_to_ascii()
|