/openbmc/linux/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 …]
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | log_stap.py | 39 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 D | spaceball.c | 54 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 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))
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdio.h | 219 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 D | mux-chardev.rst.inc | 3 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 D | unknown-escape.err | 1 unknown-escape.json:3:21: unknown escape \x
|
H A D | ident-with-escape.err | 1 ident-with-escape.json:3:3: unknown escape \u
|
H A D | escape-outside-string.err | 1 escape-outside-string.json:3:27: stray '\'
|
/openbmc/u-boot/drivers/input/ |
H A D | input.c | 176 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 D | vidconsole-uclass.c | 226 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 D | 0001-Skip-TODO-test-cases-that-fail.patch | 12 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 D | gomod.py | 78 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 D | ps2mult.c | 42 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 D | vmwgfx_overlay.c | 62 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 D | serial_basic.c | 124 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 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.
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
H A D | 0001-configure-Keep-first-line-of-compiler-version-string.patch | 21 # 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 D | gen-insn-attr-x86.awk | 134 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 D | gen-insn-attr-x86.awk | 134 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 D | Kconfig | 16 # No need to escape '$' itself. 22 # You need a trick to escape '$' followed by '('
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | css.py | 41 def escape(self, ident): member in CSS 51 return self.api.escape(ident)
|
/openbmc/docs/ |
H A D | console.md | 28 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 D | bblayers.py | 108 …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 D | client.conf | 3 escape-sequence = x
|