Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 63) sorted by relevance

123

/linux/rust/
H A DMakefile102 quote-cfgs := \
105 quote-skip_flags := \
108 quote-flags := \
112 $(call cfgs-to-flags,$(quote-cfgs))
128 --extern quote \
134 --extern quote \
142 --extern quote \
208 rustdoc-quote: private rustdoc_host = yes
209 rustdoc-quote: private rustc_target_flags = $(quote
[all...]
/linux/rust/quote/
H A DREADME.md1 # `quote`
3 These source files come from the Rust `quote` crate, version 1.0.40
4 (released 2025-03-12), hosted in the <https://github.com/dtolnay/quote>
10 https://github.com/dtolnay/quote/blob/1.0.40/README.md#license
11 https://github.com/dtolnay/quote/blob/1.0.40/LICENSE-APACHE
12 https://github.com/dtolnay/quote/blob/1.0.40/LICENSE-MIT
H A Dlib.rs130 ($quote:item) => {
477 $quote
484 macro_rules! quote {
494 macro_rules! quote {
1029 $crate::quote!($($inner)*),
1037 $crate::quote!($($inner)*),
1045 $crate::quote!($($inner)*),
/linux/rust/pin-init/internal/src/
H A Dinit.rs4 use quote::{format_ident, quote};
121 InitKind::Normal => quote!(),
122 InitKind::Zeroing => quote! {
137 None => quote!(),
138 Some(This { ident, .. }) => quote! {
148 Ok(quote! {{
236 res.extend(quote! {
246 quote! {
255 quote! {
[all...]
H A Dzeroable.rs4 use quote::quote;
27 Ok(quote! { in parse_zeroable_derive_input()
71 Ok(quote! { in parse_zeroable_derive_input()
H A Dlib.rs26 mod quote; global() module
H A Dpinned_drop.rs4 use quote::quote;
60 Ok(quote!(#input))
/linux/rust/macros/
H A Dzeroable.rs
H A Dpinned_drop.rs
H A Dquote.rs
H A Dlib.rs15 mod quote; global() module
H A Dpin_data.rs
/linux/rust/syn/
H A Dparse_quote.rs84 $crate::__private::parse_quote($crate::__private::quote::quote!($($tt)*))
116 $crate::__private::parse_quote($crate::__private::quote::quote_spanned!($span=> $($tt)*))
H A Dexport.rs36 pub use quote;
72 pub use quote::{ToTokens, TokenStreamExt};
H A Dmacros.rs24 impl ::quote::ToTokens for $name {
133 impl ::quote::ToTokens for $name {
H A Dprint.rs4 use quote::ToTokens;
H A Dspanned.rs85 use quote::spanned::Spanned as ToTokens;
H A Dfile.rs118 use quote::{ToTokens, TokenStreamExt};
H A Dlifetime.rs147 use quote::{ToTokens, TokenStreamExt};
/linux/tools/perf/util/
H A Dconfig.c96 int quote = 0, comment = 0, space = 0; in parse_value() local
105 if (quote) in parse_value()
112 if (isspace(c) && !quote) { in parse_value()
116 if (!quote) { in parse_value()
152 quote = 1-quote; in parse_value()
/linux/scripts/gendwarfksyms/
H A Dtypes.c295 const char *quote; in get_type_name() local
313 quote = strstr(cache->fqn, " ") ? "'" : ""; in get_type_name()
316 if (asprintf(&name, "%c#%s%s%s", prefix, quote, cache->fqn, quote) < 0) in get_type_name()
/linux/net/bluetooth/
H A Dhci_core.c3347 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote)
3353 *quote = 0; in hci_quote_sent()
3381 *quote = q ? q : 1; in hci_quote_sent()
3385 int *quote) in hci_low_sent()
3421 hci_quote_sent(conn, num, quote); in hci_low_sent()
3423 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3449 int *quote) in hci_chan_sent()
3505 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3507 BT_DBG("chan %p quote in hci_chan_sent()
3348 hci_quote_sent(struct hci_conn * conn,int num,int * quote) hci_quote_sent() argument
3386 hci_low_sent(struct hci_dev * hdev,__u8 type,int * quote) hci_low_sent() argument
3450 hci_chan_sent(struct hci_dev * hdev,__u8 type,int * quote) hci_chan_sent() argument
3603 int quote, *cnt; hci_sched_sco() local
3645 int quote; hci_sched_acl_pkt() local
3697 int quote, *cnt, tmp; hci_sched_le() local
3743 int quote, *cnt; hci_sched_iso() local
[all...]
/linux/scripts/
H A DKbuild.include7 quote := "
56 # Escape single quote for use in echo statements
61 stringify = $(squote)$(quote)$1$(quote)$(squote)
/linux/kernel/trace/
H A Dtrace_events_filter.c2114 int quote = 0; in calc_stack() local
2122 if (quote) { in calc_stack()
2123 if (str[i] == quote) in calc_stack()
2124 quote = 0; in calc_stack()
2131 quote = str[i]; in calc_stack()
2161 if (quote) { in calc_stack()
2171 if (quote) { in calc_stack()
2172 if (str[i] == quote) in calc_stack()
2173 quote = 0; in calc_stack()
2189 quote = str[i]; in calc_stack()
/linux/tools/lib/python/kdoc/
H A Dpython_version.py64 w = shlex.quote(w)

123