Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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.c1658 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1659 if (!quote) in print_cmdline()
1661 *quote++ = '\0'; in print_cmdline()
1663 argv_i = quote; in print_cmdline()
/linux-6.3-rc2/net/bluetooth/
A Dhci_core.c3285 *quote = 0; in hci_quote_sent()
3315 *quote = q ? q : 1; in hci_quote_sent()
3319 int *quote) in hci_low_sent() argument
3378 int *quote) in hci_chan_sent() argument
3524 int quote; in hci_sched_sco() local
3547 int quote; in hci_sched_esco() local
3572 int quote; in hci_sched_acl_pkt() local
3614 int quote; in hci_sched_acl_blk() local
3652 quote -= blocks; in hci_sched_acl_blk()
3690 int quote, cnt, tmp; in hci_sched_le() local
[all …]
/linux-6.3-rc2/kernel/trace/
A Dtrace_events_filter.c1724 int quote = 0; in calc_stack() local
1732 if (quote) { in calc_stack()
1733 if (str[i] == quote) in calc_stack()
1734 quote = 0; in calc_stack()
1741 quote = str[i]; in calc_stack()
1771 if (quote) { in calc_stack()
1781 if (quote) { in calc_stack()
1782 if (str[i] == quote) in calc_stack()
1783 quote = 0; in calc_stack()
1799 quote = str[i]; in calc_stack()
A Dtrace_events.c2602 int quote = 0; in update_event_printk() local
2614 quote ^= 1; in update_event_printk()
2617 if (quote) in update_event_printk()
/linux-6.3-rc2/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-6.3-rc2/tools/bpf/bpftool/
A Dmain.c296 char quote = *cp++; in make_args() local
300 cp = strchr(cp, quote); in make_args()
/linux-6.3-rc2/Documentation/devicetree/bindings/
A DABI.rst7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
/linux-6.3-rc2/Documentation/x86/
A Dcpuinfo.rst95 double-quote character (""), the string inside the double-quote characters
/linux-6.3-rc2/include/uapi/sound/
A Dasequencer.h280 struct snd_seq_ev_quote quote; member
/linux-6.3-rc2/tools/build/
A DBuild.include36 # Escape single quote for use in echo statements
/linux-6.3-rc2/Documentation/hwmon/
A Dk10temp.rst106 value; to quote the AMD manual::
/linux-6.3-rc2/Documentation/admin-guide/
A Ddynamic-debug-howto.rst168 Alternatively, the string can be enclosed in double quote
169 characters (``"``) or single quote characters (``'``).
A Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_kernel.py126 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
/linux-6.3-rc2/lib/
A Ddynamic_debug.c294 int quote = *buf++; in ddebug_tokenize() local
295 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
/linux-6.3-rc2/Documentation/mm/
A Dhwpoison.rst14 To quote the overview comment::
/linux-6.3-rc2/sound/core/seq/
A Dseq_clientmgr.c554 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
555 bounce_ev.data.quote.event = event; in bounce_error_event()
556 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
/linux-6.3-rc2/security/integrity/ima/
A DKconfig38 a TPM's quote after a soft boot, the IMA measurement list of the
/linux-6.3-rc2/Documentation/networking/
A Dpktgen.rst182 Note that you might need to use single quote in
/linux-6.3-rc2/Documentation/kbuild/
A Dkconfig-language.rst277 always surrounded by single or double quotes. Within the quote, any
665 (1) Partial (or no) quote of error.
/linux-6.3-rc2/Documentation/core-api/
A Drbtree.rst24 To quote Linux Weekly News:
/linux-6.3-rc2/Documentation/doc-guide/
A Dkernel-doc.rst513 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
/linux-6.3-rc2/Documentation/admin-guide/LSM/
A DSmack.rst448 (quote) and '"' (double-quote) characters.

Completed in 49 milliseconds

12