Home
last modified time | relevance | path

Searched full:quoted (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/openbmc-test-automation/lib/
H A Descape.tcl33 # 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 Dfeature_to_c.py9 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 Dinit94 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 D0001-Skip-TODO-test-cases-that-fail.patch96 - 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 Dpyshlex.py10 # - 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 Dblock_comment.py14 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 Dpin_data.rs73 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 Dcheck-funcs.patch3 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 Dinterpreter.patch65 - quoted = shlex.quote(executable).encode("utf-8")
67 - return b"#!/bin/sh\n'''exec' " + quoted + b' "$0" "$@"\n' + b"' '''"
/openbmc/linux/lib/
H A Dcmdline.c230 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 Dquoted-structural-chars.err1 quoted-structural-chars.json:1: top-level expression must be an object
/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A Dnote.S11 /* Ideally this would use UTS_NAME, but using a quoted string here
/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint4 quoted-strings:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A DCVE-2014-3618.patch24 else if(i=='\\'&&*start) /* skip quoted character */
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py221 """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 Dstandards.md75 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 Djobs-to-kas9 # This argument should be quoted to avoid expansion and to be handled
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dqcom,pm8058-led.yaml14 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 D0002-Fix-configure-when-bin-sh-is-not-bash.patch9 Content-Transfer-Encoding: quoted-printable
H A D0001-Fix-build-with-musl.patch9 Content-Transfer-Encoding: quoted-printable
/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc32 # "\e[2~": quoted-insert
/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/
H A Ddeterminism.patch6 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on
/openbmc/qemu/qobject/
H A Djson-lexer.c89 * - Single-quoted strings:
90 * Like double-quoted strings, except they're delimited by %x27
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch6 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on

1234