Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 50) sorted by relevance

12

/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 Dinit91 if [ -n "$quoted" ]; then
94 eval "bootparam_${quoted}=${value}"
95 unset quoted
107 quoted=${opt}
/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()
H A Dstring_helpers.c668 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
688 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
690 return quoted; in kstrdup_quotable_cmdline()
/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/perl/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch97 - local $TODO = "We can't handle quoted local parts without properly parsing the email addresses…
99 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p…
103 +# local $TODO = "We can't handle quoted local parts without properly parsing the email addresse…
105 +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is …
/openbmc/qemu/tests/qapi-schema/
H A Dquoted-structural-chars.err1 quoted-structural-chars.json:1: top-level expression must be an object
/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/Documentation/devicetree/bindings/
H A D.yamllint4 quoted-strings:
/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/poky/meta/recipes-devtools/quilt/quilt/
H A Dfix-grep-3.8.patch8 characters are being quoted by default. There are cases where they
9 indeed need to be quoted (typically when used in a sed s/// command)
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py178 quoted = 'Welcome to "Bob\'s Bar"'
179 self.assertEqual(self.sub.substitute_xml(quoted), 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/openbmc/poky/meta/recipes-devtools/perl-cross/files/
H A Ddeterminism.patch3 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch3 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c973 char *cpp, quoted; in kdb_parse() local
1018 quoted = '\0'; in kdb_parse()
1022 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1035 if (*cp == quoted) in kdb_parse()
1036 quoted = '\0'; in kdb_parse()
1038 quoted = *cp; in kdb_parse()
1040 if (*cpp == '=' && !quoted) in kdb_parse()
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc32 # "\e[2~": quoted-insert
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-010.patch13 Fix the case where text to be completed from the line buffer (quoted) is
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/
H A Dphosphor-hwmon_git.bb69 # Extract HW_SENSOR_ID that could be either quoted or unquoted string.
/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/linux/Documentation/process/
H A Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/openbmc/linux/Documentation/misc-devices/
H A Doxsemi-tornado.rst42 (including those quoted in Oxford Semiconductor documentation), giving

12