/openbmc/linux/rust/macros/ |
H A D | zeroable.rs | 29 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 43 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + }); in derive() 61 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 63 quote! { in derive()
|
H A D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop() 42 quote!(::kernel::__pinned_drop! { in pinned_drop()
|
H A D | quote.rs | 55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts); 62 $crate::quote::ToTokens::to_tokens(&token, &mut ts); 153 macro_rules! quote { macro
|
H A D | lib.rs | 6 mod quote; module
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/ |
H A D | tpm-quote-tools_1.0.4.bb | 2 for TPM based attestation using the TPM quote mechanism. \ 5 for TPM based attestation using the TPM quote mechanism. The manual \ 18 SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master"
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 78 const char *bootargs, *next, *quote; in linux_cmdline_legacy() local 89 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 92 while (next && quote && quote < next) { in linux_cmdline_legacy() 97 next = strchr(quote + 1, '"'); in linux_cmdline_legacy() 99 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | escape.tcl | 53 set quote {'} 66 if { $char == $quote } {
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | lic_checksum.py | 29 """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path)))
|
/openbmc/qemu/scripts/ |
H A D | check_sparse.py | 54 print('REAL_CC=%s' % shlex.quote(cmdline[0]), 55 ' '.join((shlex.quote(x) for x in cmd)))
|
/openbmc/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))
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 27 -wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac… 29 …used_import"", ""totally_missing"", ""astroid"", ""six.moves.urllib.parse.quote"", first party imp… 33 …xclusive"", ""unused_import"" (...) ""astroid"", ""six.moves.urllib.parse.quote"", ""requests"", f… 38 +wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac… 40 …", ""unused_import"" (...) ""pylint.pyreverse"", ""six.moves.urllib.parse.quote"", ""pylint.consta…
|
/openbmc/linux/tools/perf/util/ |
H A D | config.c | 77 int quote = 0, comment = 0, space = 0; in parse_value() local 86 if (quote) in parse_value() 93 if (isspace(c) && !quote) { in parse_value() 97 if (!quote) { in parse_value() 133 quote = 1-quote; in parse_value()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npm.py | 77 cmd = "tar --extract --gzip --file=%s" % shlex.quote(tarball) 124 cmd += " --%s=%s" % (key, shlex.quote(value)) 128 cmd += " --%s=%s" % (key, shlex.quote(value)) 189 pkgver = shlex.quote(ud.package + "@" + ud.version)
|
H A D | git.py | 445 …= "LANG=C %s clone --bare --mirror %s %s --progress" % (ud.basecmd, shlex.quote(repourl), ud.clone… 457 …runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work… 460 … fetch_cmd = "LANG=C %s fetch -f --progress %s refs/*:refs/*" % (ud.basecmd, shlex.quote(repourl)) 462 …progress %s refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*" % (ud.basecmd, shlex.quote(repourl)) 668 …runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir) 830 (ud.basecmd, shlex.quote(repourl), search) 929 from pipes import quote 931 "git rev-list %s -- | wc -l" % quote(rev),
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitpkgv.bbclass | 59 from shlex import quote 88 vars = { 'repodir' : quote(url.localpath), 89 'rev' : quote(rev) }
|
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/ |
H A D | readline82-010.patch | 38 + /* If TEXT contains quote characters, it will be dequoted as part of 39 + generating the matches, and the matches will not contain any quote
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 85 crate://crates.io/quote/0.6.13 \ 86 crate://crates.io/quote/1.0.29 \ 207 SRC_URI[quote-0.6.13.sha256sum] = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" 291 crate://crates.io/quote/1.0.21 \ 442 crate://crates.io/quote/1.0.26 \ 521 crate://crates.io/quote/1.0.23 \ 648 crate://crates.io/quote/1.0.23 \ 784 crate://crates.io/quote/1.0.4 \ 826 crate://crates.io/quote/1.0.7 \ 938 crate://crates.io/quote/1.0.9 \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-rpds-py-crates.inc | 23 crate://crates.io/quote/1.0.31 \ 62 SRC_URI[quote-1.0.31.sha256sum] = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
H A D | python3-cryptography-crates.inc | 35 crate://crates.io/quote/1.0.35 \ 85 SRC_URI[quote-1.0.35.sha256sum] = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
/openbmc/u-boot/tools/patman/ |
H A D | gitutil.py | 322 quote = '"' if tag and tag[0] == '-' else '' 331 return ['%s %s%s%s' % (tag, quote, email, quote) for email in result]
|
/openbmc/openbmc/poky/scripts/ |
H A D | install-buildtools | 46 from urllib.parse import quote 214 safe_filename = quote(filename) 224 safe_filename = quote(filename)
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 3308 *quote = 0; in hci_quote_sent() 3335 *quote = q ? q : 1; in hci_quote_sent() 3339 int *quote) in hci_low_sent() argument 3370 hci_quote_sent(conn, num, quote); in hci_low_sent() 3403 int *quote) in hci_chan_sent() argument 3543 int quote; in hci_sched_sco() local 3566 int quote; in hci_sched_esco() local 3574 "e))) { in hci_sched_esco() 3591 int quote; in hci_sched_acl_pkt() local 3643 int quote, *cnt, tmp; in hci_sched_le() local [all …]
|
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/ |
H A D | rust-c-lib-example-crates.inc | 18 crate://crates.io/quote/1.0.32 \ 58 SRC_URI[quote-1.0.32.sha256sum] = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/ |
H A D | packagegroup-security-tpm.bb | 15 tpm-quote-tools \
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 319 int quote; member 913 if (quote && strchr("*?[\\",ch)) { in b_addqchr() 2929 b_addqchr(dest,'$',dest->quote); 2974 dest->quote, ctx->stack == NULL ? '*' : '.'); 2976 if (m==0 || ((m==1 || m==2) && dest->quote)) { 2977 b_addqchr(dest, ch, dest->quote); 3002 if (dest->length == 0 && !dest->quote) { 3005 b_addqchr(dest, ch, dest->quote); 3013 b_addqchr(dest, '\\', dest->quote); 3034 dest->quote = !dest->quote; [all …]
|