| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch | 21 quote MJIT_MIN_HEADER_NAME "$(MJIT_MIN_HEADER_NAME)"; \ 23 - quote "MJIT_CC_COMMON " $(MJIT_CC); \ 24 + quote "MJIT_CC_COMMON " ; \ 25 quote "MJIT_CFLAGS MJIT_ARCHFLAG" $(MJIT_CFLAGS); \ 26 quote "MJIT_OPTFLAGS " $(MJIT_OPTFLAGS); \ 27 quote "MJIT_DEBUGFLAGS " $(MJIT_DEBUGFLAGS); \ 28 - quote "MJIT_LDSHARED " $(MJIT_LDSHARED); \ 29 + quote "MJIT_LDSHARED " ; \ 30 quote "MJIT_DLDFLAGS MJIT_ARCHFLAG" $(MJIT_DLDFLAGS); \ 31 quote "MJIT_LIBS " $(LIBRUBYARG_SHARED); \ [all …]
|
| H A D | 0002-template-Makefile.in-filter-out-f-prefix-map.patch | 11 @@ -7,6 +7,20 @@ quote() { 35 quote "MJIT_OPTFLAGS " $(MJIT_OPTFLAGS); \ 36 quote "MJIT_DEBUGFLAGS " $(MJIT_DEBUGFLAGS); \ 37 quote "MJIT_LDSHARED " ; \ 38 - quote "MJIT_DLDFLAGS MJIT_ARCHFLAG" $(MJIT_DLDFLAGS); \ 40 quote "MJIT_LIBS " $(LIBRUBYARG_SHARED); \ 41 quote 'PRELOADENV "@PRELOADENV@"'; \
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | bootm.c | 79 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local 90 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 93 while (next && quote && quote < next) { in linux_cmdline_legacy() 98 next = strchr(quote + 1, '"'); in linux_cmdline_legacy() 100 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0097-commands-menuentry-Fix-quoting-in-setparams_prefix.patch | 7 says that expressing a quoted single quote will require 3 characters. It 11 len: 3 => 6 (2 for the letters + 4 for the quote) 16 Allocate 4 bytes for each single quote. 20 the quote already needs. So it's correct.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | quote.hpp | 44 # define BOOST_MPL_PREPROCESSED_HEADER quote.hpp 106 (3,(1, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/quote.hpp>)) 125 struct BOOST_PP_CAT(quote,i_) in BOOST_PP_CAT() argument
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_env.py | 130 quote = '"' 132 quote = '' 137 'setenv %s %s%s%s' % (var, quote, value, quote))
|
| /OK3568_Linux_fs/kernel/drivers/base/firmware_loader/builtin/ |
| H A D | Makefile | 5 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | lic_checksum.py | 27 """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path)))
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | config.c | 76 int quote = 0, comment = 0, space = 0; in parse_value() local 85 if (quote) in parse_value() 92 if (isspace(c) && !quote) { in parse_value() 96 if (!quote) { in parse_value() 132 quote = 1-quote; in parse_value()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Nodejs-Fixed-pipes-DeprecationWarning.patch | 29 - ' '.join([pipes.quote(arg) for arg in original_argv]) + '\n') 30 + ' '.join([shlex.quote(arg) for arg in original_argv]) + '\n')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npm.py | 74 cmd = "tar --extract --gzip --file=%s" % shlex.quote(tarball) 120 cmd += " --%s=%s" % (key, shlex.quote(value)) 124 cmd += " --%s=%s" % (key, shlex.quote(value)) 185 pkgver = shlex.quote(ud.package + "@" + ud.version)
|
| H A D | git.py | 369 …= "LANG=C %s clone --bare --mirror %s %s --progress" % (ud.basecmd, shlex.quote(repourl), ud.clone… 381 …runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work… 384 … fetch_cmd = "LANG=C %s fetch -f --progress %s refs/*:refs/*" % (ud.basecmd, shlex.quote(repourl)) 386 …progress %s refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*" % (ud.basecmd, shlex.quote(repourl)) 594 …runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir) 728 (ud.basecmd, shlex.quote(repourl), search) 823 from pipes import quote 825 "git rev-list %s -- | wc -l" % quote(rev),
|
| /OK3568_Linux_fs/buildroot/package/olsr/ |
| H A D | 0001-olsrd-migrate-to-using-bison-3.7.1.patch | 37 - -e '/^#line/s/$(call quote,$@-tmp)/$(call quote,$@)/' \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitpkgv.bbclass | 59 from pipes import quote 88 vars = { 'repodir' : quote(url.localpath), 89 'rev' : quote(rev) }
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | install-buildtools | 46 from urllib.parse import quote 206 safe_filename = quote(filename) 214 safe_filename = quote(filename)
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 323 quote = '"' if tag and tag[0] == '-' else '' 332 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 320 int quote; member 417 static int b_addqchr(o_string *o, int ch, int quote); 912 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr() argument 914 if (quote && strchr("*?[\\",ch)) { in b_addqchr() 2930 b_addqchr(dest,'$',dest->quote); 2975 dest->quote, ctx->stack == NULL ? '*' : '.'); 2977 if (m==0 || ((m==1 || m==2) && dest->quote)) { 2978 b_addqchr(dest, ch, dest->quote); 2989 if (ch == end_trigger && !dest->quote && ctx->w==RES_NONE) { 3003 if (dest->length == 0 && !dest->quote) { [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Kbuild.include | 7 quote := " 32 # Escape single quote for use in echo statements 37 stringify = $(squote)$(quote)$1$(quote)$(squote) 331 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 7 quote := " 32 # Escape single quote for use in echo statements 37 stringify = $(squote)$(quote)$1$(quote)$(squote) 331 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Kbuild.include | 7 quote := " 32 # Escape single quote for use in echo statements 37 stringify = $(squote)$(quote)$1$(quote)$(squote) 331 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_filter.c | 1508 int quote = 0; in calc_stack() local 1516 if (quote) { in calc_stack() 1517 if (str[i] == quote) in calc_stack() 1518 quote = 0; in calc_stack() 1525 quote = str[i]; in calc_stack() 1555 if (quote) { in calc_stack() 1565 if (quote) { in calc_stack() 1566 if (str[i] == quote) in calc_stack() 1567 quote = 0; in calc_stack() 1583 quote = str[i]; in calc_stack()
|
| /OK3568_Linux_fs/buildroot/package/perl-sub-quote/ |
| H A D | Config.in | 2 bool "perl-sub-quote"
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 4265 int *quote) in hci_low_sent() argument 4316 *quote = q ? q : 1; in hci_low_sent() 4318 *quote = 0; in hci_low_sent() 4320 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 4346 int *quote) in hci_chan_sent() argument 4422 *quote = q ? q : 1; in hci_chan_sent() 4423 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 4511 int quote; in hci_sched_sco() local 4518 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 4519 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/classes/ |
| H A D | local-git.bbclass | 28 fetch_cmd = "LANG=C %s fetch %s" % (ud.basecmd, shlex.quote(repourl))
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | main.c | 222 char quote = *cp++; in make_args() local 226 cp = strchr(cp, quote); in make_args()
|