/openbmc/openbmc-test-automation/lib/ |
H A D | escape.tcl | 33 # Convert a single-quoted string to a curly brace-quoted string and return the result. 35 # This procedure can help in converting bash expressions, which are quoted with single quotes, to 36 …# equivalent TCL expressions which are quoted with curly braces. This procedure will recognize and 95 # Convert a curly brace-quoted string to a single-quoted string and return the result. 97 …# This procedure can help in converting TCL expressions, which are quoted with curly braces, to eq… 98 …# bash expressions which are quoted with single quotes. This procedure will first convert single …
|
/openbmc/qemu/scripts/ |
H A D | feature_to_c.py | 9 quoted = True 12 if not quoted: 16 quoted = True 24 quoted = False 30 if quoted:
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | init | 94 if [ -n "$quoted" ]; then 97 eval "bootparam_${quoted}=${value}" 98 unset quoted 110 quoted=${opt}
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 96 - local $TODO = "We can't handle quoted local parts without properly parsing the email addresses… 98 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p… 102 +# local $TODO = "We can't handle quoted local parts without properly parsing the email addresse… 104 +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is …
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 10 # - test line continuations within quoted/expansion strings 107 """WordLexer parse quoted or expansion expressions and return an expression 110 resulting tree is made of lists and strings. Lists represent quoted or 113 or lists for sub-expressions. Non quoted/expansion expression can written as 132 # _stack is empty or contains a quoted list being processed 133 # (this is the DFS path to the quoted expression being evaluated). 140 """Feed the lexer with more data. If the quoted expression can be 157 # Backslashes works as if they were double quoted in unquoted 305 raise ShellSyntaxError('Invalid quoted string sequence') 364 WordLexer. token may contain any combinations of expansion/quoted fields and
|
/openbmc/openbmc-build-scripts/config/gitlint/ |
H A D | block_comment.py | 14 1. Put logs or shell script in a quoted section with triple quotes (''') 25 # allow a quoted string to be over the line limit
|
/openbmc/linux/rust/macros/ |
H A D | pin_data.rs | 73 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable 81 quoted.extend(errs); in pin_data() 82 quoted in pin_data()
|
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/ |
H A D | check-funcs.patch | 3 Due to a bug, autoheader (2.69) will treat M4 dnl comments in a quoted 49 +dnl Autoheader (<= 2.69) bug: "dnl" comments in a quoted argument of
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/ |
H A D | interpreter.patch | 65 - quoted = shlex.quote(executable).encode("utf-8") 67 - return b"#!/bin/sh\n'''exec' " + quoted + b' "$0" "$@"\n' + b"' '''"
|
/openbmc/linux/lib/ |
H A D | cmdline.c | 230 int in_quote = 0, quoted = 0; in next_arg() local 235 quoted = 1; in next_arg() 263 if (quoted && i > 0 && args[i-1] == '"') in next_arg()
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | quoted-structural-chars.err | 1 quoted-structural-chars.json:1: top-level expression must be an object
|
/openbmc/linux/arch/x86/entry/vdso/vdso32/ |
H A D | note.S | 11 /* Ideally this would use UTS_NAME, but using a quoted string here
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 4 quoted-strings:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | CVE-2014-3618.patch | 24 else if(i=='\\'&&*start) /* skip quoted character */
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 221 """Make a value into a quoted XML attribute, possibly escaping it. 223 Most strings will be quoted using double quotes. 227 If a string contains double quotes, it will be quoted using 233 double quotes will be escaped, and the string will be quoted 246 # quoted the single quotes, we'd have to decide 267 quoted, as befits an attribute value. 288 quoted, as befits an attribute value.
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 75 File, tool, command and package names should be double tick-quoted. 83 (double tick-quoted) and from regular English words.
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | jobs-to-kas | 9 # This argument should be quoted to avoid expansion and to be handled
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | qcom,pm8058-led.yaml | 14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 9 Content-Transfer-Encoding: quoted-printable
|
H A D | 0001-Fix-build-with-musl.patch | 9 Content-Transfer-Encoding: quoted-printable
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 32 # "\e[2~": quoted-insert
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
H A D | determinism.patch | 6 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on
|
/openbmc/qemu/qobject/ |
H A D | json-lexer.c | 89 * - Single-quoted strings: 90 * Like double-quoted strings, except they're delimited by %x27
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
H A D | determinism.patch | 6 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on
|