Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/base/firmware_loader/builtin/
DMakefile5 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
/Linux-v5.15/tools/perf/util/
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()
Dheader.c1577 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1578 if (!quote) in print_cmdline()
1580 *quote++ = '\0'; in print_cmdline()
1582 argv_i = quote; in print_cmdline()
/Linux-v5.15/scripts/
DKbuild.include7 quote := "
32 # Escape single quote for use in echo statements
37 stringify = $(squote)$(quote)$1$(quote)$(squote)
233 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
DKconfig.include6 quote := "
/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c1415 int quote = 0; in calc_stack() local
1423 if (quote) { in calc_stack()
1424 if (str[i] == quote) in calc_stack()
1425 quote = 0; in calc_stack()
1432 quote = str[i]; in calc_stack()
1462 if (quote) { in calc_stack()
1472 if (quote) { in calc_stack()
1473 if (str[i] == quote) in calc_stack()
1474 quote = 0; in calc_stack()
1490 quote = str[i]; in calc_stack()
Dtrace_events.c2563 int quote = 0; in update_event_printk() local
2575 quote ^= 1; in update_event_printk()
2578 if (quote) in update_event_printk()
/Linux-v5.15/net/bluetooth/
Dhci_core.c4455 int *quote) in hci_low_sent() argument
4506 *quote = q ? q : 1; in hci_low_sent()
4508 *quote = 0; in hci_low_sent()
4510 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
4536 int *quote) in hci_chan_sent() argument
4612 *quote = q ? q : 1; in hci_chan_sent()
4613 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4689 int quote; in hci_sched_sco() local
4696 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
4697 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
[all …]
/Linux-v5.15/tools/bpf/bpftool/
Dmain.c226 char quote = *cp++; in make_args() local
230 cp = strchr(cp, quote); in make_args()
/Linux-v5.15/Documentation/devicetree/bindings/
DABI.rst7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
/Linux-v5.15/Documentation/x86/
Dcpuinfo.rst95 double-quote character (""), the string inside the double-quote characters
/Linux-v5.15/include/uapi/sound/
Dasequencer.h296 struct snd_seq_ev_quote quote; member
/Linux-v5.15/tools/build/
DBuild.include36 # Escape single quote for use in echo statements
/Linux-v5.15/lib/
Ddynamic_debug.c252 int quote = *buf++; in ddebug_tokenize() local
253 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
/Linux-v5.15/Documentation/hwmon/
Dk10temp.rst106 value; to quote the AMD manual::
/Linux-v5.15/Documentation/admin-guide/
Ddynamic-debug-howto.rst196 Alternatively, the string can be enclosed in double quote
197 characters (``"``) or single quote characters (``'``).
Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
/Linux-v5.15/Documentation/vm/
Dhwpoison.rst16 To quote the overview comment::
/Linux-v5.15/sound/core/seq/
Dseq_clientmgr.c556 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
557 bounce_ev.data.quote.event = event; in bounce_error_event()
558 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
/Linux-v5.15/security/integrity/ima/
DKconfig38 a TPM's quote after a soft boot, the IMA measurement list of the
/Linux-v5.15/Documentation/networking/
Dpktgen.rst182 Note that you might need to use single quote in
/Linux-v5.15/Documentation/kbuild/
Dkconfig-language.rst277 always surrounded by single or double quotes. Within the quote, any
665 (1) Partial (or no) quote of error.
/Linux-v5.15/Documentation/core-api/
Drbtree.rst24 To quote Linux Weekly News:
/Linux-v5.15/Documentation/doc-guide/
Dkernel-doc.rst506 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
/Linux-v5.15/Documentation/admin-guide/LSM/
DSmack.rst448 (quote) and '"' (double-quote) characters.

12