Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-mako/
H A DCVE-2022-40023.patch4 Subject: [PATCH] fix tag regexp to match quoted groups correctly
7 correctly interpret quoted sections individually. While this parsing issue
9 of quoted sections was also subject to a regexp crash if a tag had a large
10 number of quotes within its quoted sections.
34 + correctly interpret quoted sections individually. While this parsing issue
36 + of quoted sections was also subject to a regexp crash if a tag had a large
37 + number of quotes within its quoted sections.
/OK3568_Linux_fs/yocto/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}
/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c204 int in_quote = 0, quoted = 0; in next_arg() local
210 quoted = 1; in next_arg()
238 if (quoted && args[i-1] == '"') in next_arg()
H A Dstring_helpers.c599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
619 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
621 return quoted; in kstrdup_quotable_cmdline()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch13 or special characters. These special characters MUST be in a quoted
16 We don't support quoted sections or continuation lines, etc.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diomanip32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14
35 T12 quoted(const basic_string<charT, traits, Allocator>& s,
39 T13 quoted(basic_string<charT, traits, Allocator>& s,
614 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\'))
646 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _Char…
654 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __es…
661 quoted (basic_string_view <_CharT, _Traits> __sv,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diomanip32 T11 quoted(const charT* s, charT delim=charT('"'), charT escape=charT('\\')); // C++14
35 T12 quoted(const basic_string<charT, traits, Allocator>& s,
39 T13 quoted(basic_string<charT, traits, Allocator>& s,
614 quoted ( const _CharT *__s, _CharT __delim = _CharT('"'), _CharT __escape =_CharT('\\'))
646 quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _Char…
654 quoted ( basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __es…
661 quoted (basic_string_view <_CharT, _Traits> __sv,
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch55 - quoted = shlex.quote(executable).encode("utf-8")
57 - return b"#!/bin/sh\n'''exec' " + quoted + b' "$0" "$@"\n' + b"' '''"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Diomanip454 * @brief Manipulator for quoted strings.
461 quoted(const _CharT* __string,
470 quoted(const basic_string<_CharT, _Traits, _Alloc>& __string,
480 quoted(basic_string<_CharT, _Traits, _Alloc>& __string,
490 // 2785. quoted should work with basic_string_view
493 quoted(basic_string_view<_CharT, _Traits> __sv,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Diomanip454 * @brief Manipulator for quoted strings.
461 quoted(const _CharT* __string,
470 quoted(const basic_string<_CharT, _Traits, _Alloc>& __string,
480 quoted(basic_string<_CharT, _Traits, _Alloc>& __string,
490 // 2785. quoted should work with basic_string_view
493 quoted(basic_string_view<_CharT, _Traits> __sv,
/OK3568_Linux_fs/buildroot/package/libconfuse/
H A DConfig.in7 other features (such as single/double-quoted strings,
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A DCVE-2022-3715.patch22 @@ -7962,7 +7962,7 @@ parameter_brace_transform (varname, value, ind, xform, rtype, quoted, pflags,…
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/buildroot/package/readline/
H A Dinputrc24 "\e[2~": quoted-insert
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c975 char *cpp, quoted; in kdb_parse() local
1020 quoted = '\0'; in kdb_parse()
1024 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1037 if (*cp == quoted) in kdb_parse()
1038 quoted = '\0'; in kdb_parse()
1040 quoted = *cp; in kdb_parse()
1042 if (*cpp == '=' && !quoted) in kdb_parse()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0097-commands-menuentry-Fix-quoting-in-setparams_prefix.patch7 says that expressing a quoted single quote will require 3 characters. It
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/popt/
H A D0002-Detect-glob_pattern_p.patch52 Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/readline/files/
H A Dinputrc32 # "\e[2~": quoted-insert
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-pm8058.txt6 quoted because sometimes these LED drivers are used for wildly

1234