Home
last modified time | relevance | path

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

12345

/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/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 :kbd:`Ctrl+a` by default, but can be
33 - Send the escape character to the frontend
/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
117 path = escape(f"{module}/@v/{version}{ext}")
240 escape(module), '@v')
244 escaped_version = escape(version)
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/
H A Dclient.conf3 escape-sequence = ' x'
/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/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.md34 Note that if you're on an ssh connection, you'll need to 'escape' the ~
42 required to escape the "inner" (obmc-console-client) ssh session.
/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/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/
H A D0001-Makefile-common.am-Create-src-common-directory-befor.patch13 …../cockpit-337/tools/escape-to-c cockpit_webresponse_fail_html_text < ../cockpit-337/src/common/fa…
32 …$(AM_V_GEN) $(top_srcdir)/tools/escape-to-c cockpit_webresponse_fail_html_text < $< > $@.tmp && mv…
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py108 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
194 chunk = re.escape(chunk)
269 text = re.escape(text)
/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/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()
/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/
H A Dkbdconfig38 <alt>escape=!matchbox-remote -mbmenu
/openbmc/u-boot/include/
H A Dvideo_console.h80 int escape; member
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2022-0529.patch29 /* use escape for wide character */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch6 Add missing $ (Makefile need to escape '$' as '$$')
/openbmc/obmc-console/test/
H A Dmeson.build24 'test-client-escape',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/
H A Dcmpi-bindings_1.0.5.bb28 # ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$)
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.sol23 escape sequences can suspend or deactivate the SOL session and so that data
58 Process possible escape sequences (~., ~B, etc.)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch56 /* escape non-printable characters */

12345