Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 97) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0097-commands-menuentry-Fix-quoting-in-setparams_prefix.patch6 Commit 9acdcbf32542 (use single quotes in menuentry setparams command)
22 Fixes: 9acdcbf32542 (use single quotes in menuentry setparams command)
38 len += 3; /* 3 = 1 space + 2 quotes */
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c498 int c, quotes = 0; in __xbc_parse_value() local
506 quotes = *v; in __xbc_parse_value()
513 if (quotes) { in __xbc_parse_value()
514 if (c != quotes) in __xbc_parse_value()
516 quotes = 0; in __xbc_parse_value()
532 if (quotes) in __xbc_parse_value()
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0001-configure-ps-cache-check.patch18 # then Make, then shell. The autoconf substitution uses single quotes, so
19 # no unprotected single quotes should appear in the expression.
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/
H A DKconfig11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
/OK3568_Linux_fs/u-boot/tools/scripts/
H A Ddefine2mk.sed17 # drop quotes around string values
21 # Assume strings as default - add quotes around values
/OK3568_Linux_fs/kernel/scripts/
H A DKbuild.include299 # passing to shell commands. It is surrounded by double-quotes, and
300 # any double-quotes or backslashes within it are escaped by
304 # surrounding quotes and the escaping from quotes and backslashes, and
320 # enough. It'll strip the quotes in the common case where there's no
321 # space and it's a simple filename, and it'll retain the quotes when
325 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DKbuild.include299 # passing to shell commands. It is surrounded by double-quotes, and
300 # any double-quotes or backslashes within it are escaped by
304 # surrounding quotes and the escaping from quotes and backslashes, and
320 # enough. It'll strip the quotes in the common case where there's no
321 # space and it's a simple filename, and it'll retain the quotes when
325 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DKbuild.include299 # passing to shell commands. It is surrounded by double-quotes, and
300 # any double-quotes or backslashes within it are escaped by
304 # surrounding quotes and the escaping from quotes and backslashes, and
320 # enough. It'll strip the quotes in the common case where there's no
321 # space and it's a simple filename, and it'll retain the quotes when
325 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DKbuild.include355 # passing to shell commands. It is surrounded by double-quotes, and
356 # any double-quotes or backslashes within it are escaped by
360 # surrounding quotes and the escaping from quotes and backslashes, and
376 # enough. It'll strip the quotes in the common case where there's no
377 # space and it's a simple filename, and it'll retain the quotes when
381 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DKbuild.include355 # passing to shell commands. It is surrounded by double-quotes, and
356 # any double-quotes or backslashes within it are escaped by
360 # surrounding quotes and the escaping from quotes and backslashes, and
376 # enough. It'll strip the quotes in the common case where there's no
377 # space and it's a simple filename, and it'll retain the quotes when
381 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DKbuild.include328 # passing to shell commands. It is surrounded by double-quotes, and
329 # any double-quotes or backslashes within it are escaped by
333 # surrounding quotes and the escaping from quotes and backslashes, and
349 # enough. It'll strip the quotes in the common case where there's no
350 # space and it's a simple filename, and it'll retain the quotes when
354 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DKbuild.include328 # passing to shell commands. It is surrounded by double-quotes, and
329 # any double-quotes or backslashes within it are escaped by
333 # surrounding quotes and the escaping from quotes and backslashes, and
349 # enough. It'll strip the quotes in the common case where there's no
350 # space and it's a simple filename, and it'll retain the quotes when
354 # and double quotes, backslashes and spaces in the filenames.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-mako/
H A DCVE-2022-40023.patch10 number of quotes within its quoted sections.
37 + number of quotes within its quoted sections.
/OK3568_Linux_fs/kernel/tools/scripts/
H A Dutilities.mak51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D855.patch6 …sons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes.
H A D0001-Correct-clang-compiler-flags.patch6 Fix misplaced quotes, this was leading to spurious ; in compiler cmdline
/OK3568_Linux_fs/buildroot/package/flashrom/
H A D0001-Makefile-Fix-building-on-AArch64-NixOS.patch24 single quotes, which prevented using the single quote in the
27 quotes and lacked other characters that needed escaping, which
/OK3568_Linux_fs/buildroot/package/libgpg-error/
H A D0001-build-Fix-generation-of-lock-obj-pub.native.h-for-cr.patch7 * src/gen-lock-obj.sh: Capture echo output with quotes.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
37 you can not escape these quotes.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-debuginfod-fix-compilation-on-platforms-without-erro.patch12 Since we are here, use quotes for "system.h" header, since it's a local
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-meson.txt116 single quotes. By default, empty. Note that Buildroot already sets the
123 single quotes around string values. By default, empty. Note that
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A Dmake-errors.patch1 Don't wrap CC in quotes as our CC has options and this breaks command lookup.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-fix-quoting-for-BUILT_WITH.patch3 The escaped quotes are to make the -D values produce strings which
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-35252.patch36 + But Firefox and Chrome as of June 2022 accept space, comma and double-quotes
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py151 quotes = b"\x91\x92foo\x93\x94"
152 dammit = UnicodeDammit(quotes)

1234