| /linux-6.15/rust/pin-init/internal/src/ |
| H A D | zeroable.rs | 33 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in derive() 47 new_impl_generics.extend(quote! { ::pin_init::Zeroable + }); in derive() 65 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in derive() 67 quote! { in derive()
|
| H A D | lib.rs | 25 mod quote; module 28 extern crate quote;
|
| H A D | pinned_drop.rs | 40 toks.splice(idx..idx, quote!(::pin_init::)); in pinned_drop() 44 quote!(::pin_init::__pinned_drop! { in pinned_drop()
|
| H A D | pin_data.rs | 77 let mut quoted = quote!(::pin_init::__pin_data! { in pin_data()
|
| /linux-6.15/tools/perf/util/ |
| H A D | string.c | 334 static char *remove_consumed_esc(char *str, int len, int quote) in remove_consumed_esc() argument 338 while (*ptr != quote && ptr < end) { in remove_consumed_esc() 339 if (*ptr == '\\' && *(ptr + 1) == quote) { in remove_consumed_esc() 347 return *ptr == quote ? ptr : NULL; in remove_consumed_esc() 375 int quote = *d; in strdup_esq() local 384 d = remove_consumed_esc(d, len, quote); in strdup_esq()
|
| H A D | config.c | 94 int quote = 0, comment = 0, space = 0; in parse_value() local 103 if (quote) in parse_value() 110 if (isspace(c) && !quote) { in parse_value() 114 if (!quote) { in parse_value() 150 quote = 1-quote; in parse_value()
|
| /linux-6.15/rust/macros/ |
| H A D | export.rs | 16 let signature_check = quote!( in export() 26 let no_mangle = quote!(#[no_mangle]); in export()
|
| H A D | quote.rs | 62 $crate::quote::ToTokens::to_tokens(&$id, &mut ts); 69 $crate::quote::ToTokens::to_tokens(&token, &mut ts); 177 macro_rules! quote { macro
|
| H A D | lib.rs | 10 mod quote; module
|
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | types.c | 243 const char *quote; in get_type_name() local 261 quote = strstr(cache->fqn, " ") ? "'" : ""; in get_type_name() 264 if (asprintf(&name, "%c#%s%s%s", prefix, quote, cache->fqn, quote) < 0) in get_type_name()
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_core.c | 3331 *quote = 0; in hci_quote_sent() 3358 *quote = q ? q : 1; in hci_quote_sent() 3362 int *quote) in hci_low_sent() argument 3393 hci_quote_sent(conn, num, quote); in hci_low_sent() 3395 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3426 int *quote) in hci_chan_sent() argument 3482 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent() 3566 int quote, *cnt; in hci_sched_sco() local 3608 int quote; in hci_sched_acl_pkt() local 3660 int quote, *cnt, tmp; in hci_sched_le() local [all …]
|
| /linux-6.15/scripts/ |
| H A D | Kbuild.include | 7 quote := " 56 # Escape single quote for use in echo statements 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
| H A D | Kconfig.include | 6 quote := " variable
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_events_filter.c | 1985 int quote = 0; in calc_stack() local 1993 if (quote) { in calc_stack() 1994 if (str[i] == quote) in calc_stack() 1995 quote = 0; in calc_stack() 2002 quote = str[i]; in calc_stack() 2032 if (quote) { in calc_stack() 2042 if (quote) { in calc_stack() 2043 if (str[i] == quote) in calc_stack() 2044 quote = 0; in calc_stack() 2060 quote = str[i]; in calc_stack()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | main.c | 296 char quote = *cp++; in make_args() local 300 cp = strchr(cp, quote); in make_args()
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 133 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command)) 155 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
|
| /linux-6.15/include/uapi/sound/ |
| H A D | asequencer.h | 276 struct snd_seq_ev_quote quote; member
|
| /linux-6.15/tools/build/ |
| H A D | Build.include | 38 # Escape single quote for use in echo statements
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | cpuinfo.rst | 149 double-quote character (""), the string inside the double-quote characters
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | k10temp.rst | 106 value; to quote the AMD manual::
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 173 Alternatively, the string can be enclosed in double quote 174 characters (``"``) or single quote characters (``'``).
|
| /linux-6.15/Documentation/mm/ |
| H A D | hwpoison.rst | 14 To quote the overview comment::
|
| /linux-6.15/lib/ |
| H A D | dynamic_debug.c | 295 int quote = *buf++; in ddebug_tokenize() local 296 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
| /linux-6.15/sound/core/seq/ |
| H A D | seq_clientmgr.c | 598 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 599 bounce_ev.data.quote.event = event; in bounce_error_event() 600 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|