/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/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()
|
H A D | string_helpers.c | 668 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 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/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/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/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/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/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 4 quoted-strings:
|
/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/kernel/debug/kdb/ |
H A D | kdb_main.c | 973 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-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/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 32 # "\e[2~": quoted-insert
|
/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
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_git.bb | 69 # Extract HW_SENSOR_ID that could be either quoted or unquoted string.
|
/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/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/linux/Documentation/process/ |
H A D | security-bugs.rst | 30 It is much harder to have a context-quoted discussion about a complex
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | oxsemi-tornado.rst | 42 (including those quoted in Oxford Semiconductor documentation), giving
|
/openbmc/linux/tools/scripts/ |
H A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch | 226 - in >> quoted(rule.name) 229 + in >> quoted(rule.name) >> years_from_to{rule.from, rule.to};
|