Home
last modified time | relevance | path

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

12

/linux/rust/macros/
A Dzeroable.rs30 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive()
44 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + }); in derive()
62 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive()
64 quote! { in derive()
A Dpinned_drop.rs38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop()
42 quote!(::kernel::__pinned_drop! { in pinned_drop()
A Dquote.rs55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
153 macro_rules! quote { macro
A Dlib.rs10 mod quote; module
A Dpin_data.rs74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data()
/linux/tools/perf/util/
A Dconfig.c77 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()
A Dheader.c1691 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1692 if (!quote) in print_cmdline()
1694 *quote++ = '\0'; in print_cmdline()
1696 argv_i = quote; in print_cmdline()
/linux/net/bluetooth/
A Dhci_core.c3344 *quote = 0; in hci_quote_sent()
3371 *quote = q ? q : 1; in hci_quote_sent()
3375 int *quote) in hci_low_sent() argument
3406 hci_quote_sent(conn, num, quote); in hci_low_sent()
3439 int *quote) in hci_chan_sent() argument
3579 int quote; in hci_sched_sco() local
3602 int quote; in hci_sched_esco() local
3610 &quote))) { in hci_sched_esco()
3627 int quote; in hci_sched_acl_pkt() local
3679 int quote, *cnt, tmp; in hci_sched_le() local
[all …]
/linux/scripts/
A DKbuild.include7 quote := "
56 # Escape single quote for use in echo statements
61 stringify = $(squote)$(quote)$1$(quote)$(squote)
A DKconfig.include6 quote := "
/linux/kernel/trace/
A Dtrace_events_filter.c1985 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/tools/bpf/bpftool/
A Dmain.c296 char quote = *cp++; in make_args() local
300 cp = strchr(cp, quote); in make_args()
/linux/Documentation/devicetree/bindings/
A DABI.rst7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
/linux/tools/testing/kunit/
A Dkunit_kernel.py128 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
150 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
/linux/include/uapi/sound/
A Dasequencer.h267 struct snd_seq_ev_quote quote; member
/linux/tools/build/
A DBuild.include36 # Escape single quote for use in echo statements
/linux/Documentation/arch/x86/
A Dcpuinfo.rst142 double-quote character (""), the string inside the double-quote characters
/linux/Documentation/hwmon/
A Dk10temp.rst106 value; to quote the AMD manual::
/linux/Documentation/admin-guide/
A Ddynamic-debug-howto.rst173 Alternatively, the string can be enclosed in double quote
174 characters (``"``) or single quote characters (``'``).
A Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
/linux/Documentation/mm/
A Dhwpoison.rst14 To quote the overview comment::
/linux/lib/
A Ddynamic_debug.c295 int quote = *buf++; in ddebug_tokenize() local
296 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
/linux/sound/core/seq/
A Dseq_clientmgr.c584 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
585 bounce_ev.data.quote.event = event; in bounce_error_event()
586 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
/linux/security/integrity/ima/
A DKconfig41 a TPM's quote after a soft boot, the IMA measurement list of the
/linux/Documentation/networking/
A Dpktgen.rst183 Note that you might need to use single quote in

Completed in 64 milliseconds

12