Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 177) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/scripts/
H A Dutilities.mak8 # 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/yocto/poky/meta/recipes-extended/procps/procps/
H A D0002-proc-escape.c-add-missing-include.patch4 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 D0002-escape-c-Fix-missing-nl_langinfo-on-certain-configs.patch4 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/buildroot/package/fail2ban/
H A D0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch4 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/kernel/drivers/input/joystick/
H A Dspaceball.c57 int escape; member
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 DTdcResults.py110 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/u-boot/drivers/input/
H A Dinput.c174 char *escape; member
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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py99 …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/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c68 struct vmw_escape_header escape; member
83 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
106 struct vmw_escape_header escape; in vmw_overlay_send_put() member
134 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
188 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
207 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dps2mult.c42 bool escape; member
243 if (psm->escape) { in ps2mult_interrupt()
244 psm->escape = false; in ps2mult_interrupt()
254 psm->escape = true; in ps2mult_interrupt()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt31 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/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch4 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/kernel/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk134 eid = escape[ref]
275 if (ref in escape)
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dgen-insn-attr-x86.awk134 eid = escape[ref]
275 if (ref in escape)
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/OK3568_Linux_fs/buildroot/package/janus-gateway/
H A D0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch66 +// 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/kernel/scripts/kconfig/tests/preprocess/escape/
H A DKconfig16 # No need to escape '$' itself.
22 # You need a trick to escape '$' followed by '('
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py109 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
195 chunk = re.escape(chunk)
270 text = re.escape(text)
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua184 local function escape (s) function
198 local root = subdir:match('^(.-)-' .. escape(version) .. '$')
202 root = subdir:match('^(.--[Vv])' .. escape(version_upstream) .. '$')
207 root = subdir:match('^(.-)-' .. escape(version_upstream) .. '$')
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() function
154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() function
154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Descaped_string.h35 void escape (const char *);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Descaped_string.h35 void escape (const char *);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h347 static const char escape[256] = { in WriteString() local
399 …sizeof(Ch) == 1 || static_cast<unsigned>(c) < 256) && RAPIDJSON_UNLIKELY(escape[static_cast<unsign… in WriteString()
402 … PutUnsafe(*os_, static_cast<typename TargetEncoding::Ch>(escape[static_cast<unsigned char>(c)])); in WriteString()
403 if (escape[static_cast<unsigned char>(c)] == 'u') { in WriteString()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch252 + symlink File::Spec->abs2rel($outdir, $treedir), "$treedir/symlink-escape";
266 + make_path("$overdir/symlink-escape");
267 + test_touch("$overdir/symlink-escape/escaped-file", 'escaped');
276 + symlink-escape/escaped-file symlink-nonexistent symlink-within
290 + symlink-escape/escaped-file symlink-nonexistent symlink-within
/OK3568_Linux_fs/buildroot/package/liboauth/
H A DConfig.in7 to escape and encode parameters according to oAuth specs and

12345678