Home
last modified time | relevance | path

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

1234567

/openbmc/linux/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 …]
/openbmc/qemu/scripts/tracetool/format/
H A Dlog_stap.py39 escape = 0;
42 if escape:
43 escape = 0
45 escape = 1
49 elif fmt[i] == '"' and not escape:
67 escape = 0
/openbmc/linux/drivers/input/joystick/
H A Dspaceball.c54 int escape; member
145 spaceball->escape = 0; in spaceball_interrupt()
148 if (!spaceball->escape) { in spaceball_interrupt()
149 spaceball->escape = 1; in spaceball_interrupt()
152 spaceball->escape = 0; in spaceball_interrupt()
157 if (spaceball->escape) { in spaceball_interrupt()
158 spaceball->escape = 0; in spaceball_interrupt()
163 if (spaceball->escape) in spaceball_interrupt()
164 spaceball->escape = 0; in spaceball_interrupt()
/openbmc/linux/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))
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h219 char escape, lpref, c; in vfprintf() local
226 written = ofs = escape = lpref = 0; in vfprintf()
230 if (escape) { in vfprintf()
232 escape = 0; in vfprintf()
290 escape = 1; in vfprintf()
300 escape = 1; in vfprintf()
/openbmc/qemu/docs/system/
H A Dmux-chardev.rst.inc3 commands are available via an escape sequence. These key sequences all
4 start with an escape character, which is Ctrl-a by default, but can be
27 Send the escape character to the frontend
/openbmc/qemu/tests/qapi-schema/
H A Dunknown-escape.err1 unknown-escape.json:3:21: unknown escape \x
H A Dident-with-escape.err1 ident-with-escape.json:3:3: unknown escape \u
H A Descape-outside-string.err1 escape-outside-string.json:3:27: stray '\'
/openbmc/u-boot/drivers/input/
H A Dinput.c176 char *escape; member
411 const char *escape; in input_keycode_to_ansi364() local
418 for (escape = kbd_to_ansi364[i].escape; *escape; escape++) { in input_keycode_to_ansi364()
420 output_ch[ch_count] = *escape; in input_keycode_to_ansi364()
/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c226 priv->escape = 0; in vidconsole_escape_char()
235 priv->escape = 0; in vidconsole_escape_char()
259 priv->escape = 0; in vidconsole_escape_char()
392 priv->escape = 0; in vidconsole_escape_char()
400 if (priv->escape) { in vidconsole_put_char()
408 priv->escape = 1; in vidconsole_put_char()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch12 t/escape-char.t | 20 ++++++++++----------
17 diff --git a/t/escape-char.t b/t/escape-char.t
19 --- a/t/escape-char.t
20 +++ b/t/escape-char.t
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgomod.py78 def escape(path): function
112 path = escape(module + '/@v/' + ud.parm['version'])
232 escape(module), '@v')
236 escaped_version = escape(version)
/openbmc/linux/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()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c62 struct vmw_escape_header escape; member
77 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
100 struct vmw_escape_header escape; in vmw_overlay_send_put() member
128 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
182 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
201 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_basic.c124 int escape; member
171 uint8_t escape; member
346 return characters[i].escape; in serial_bm_get_escaped_char()
362 if (characters[i].escape == c) { in serial_bm_get_unescaped_char()
481 ctx->escape = 0; in serial_bm_parse_buffer()
488 } else if (ctx->escape) { in serial_bm_parse_buffer()
512 ctx->escape = 0; in serial_bm_parse_buffer()
515 ctx->escape = 1; in serial_bm_parse_buffer()
/openbmc/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.
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-configure-Keep-first-line-of-compiler-version-string.patch21 # We run $CC, and escape and format its output, in a single step,
22 # since some shells expand escape sequences in "echo" arguments.
/openbmc/linux/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] ")"
/openbmc/linux/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] ")"
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig16 # No need to escape '$' itself.
22 # You need a trick to escape '$' followed by '('
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py41 def escape(self, ident): member in CSS
51 return self.api.escape(ident)
/openbmc/docs/
H A Dconsole.md28 Note that if you're on an ssh connection, you'll need to 'escape' the ~
34 required to escape the "inner" (obmc-console-client) ssh session.
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py108 …find_in_contents = re.search(re.escape(layername) + r'\s+' + re.escape(layerpath) + r'\s+' + re.es…
118 …find_in_contents = re.search(r'(^|\s)' + re.escape(layername) + r'($|\s)', bb_vars['BBFILE_COLLECT…
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/
H A Dclient.conf3 escape-sequence = x

1234567