Home
last modified time | relevance | path

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

12

/linux/drivers/base/firmware_loader/builtin/
A DMakefile6 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
9 firmware := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
/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.c1578 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1579 if (!quote) in print_cmdline()
1581 *quote++ = '\0'; in print_cmdline()
1583 argv_i = quote; in print_cmdline()
/linux/scripts/
A 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),$…
A DKconfig.include6 quote := "
/linux/kernel/trace/
A 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()
A Dtrace_events.c2564 int quote = 0; in update_event_printk() local
2576 quote ^= 1; in update_event_printk()
2579 if (quote) in update_event_printk()
/linux/net/bluetooth/
A Dhci_core.c4403 int *quote) in hci_low_sent() argument
4454 *quote = q ? q : 1; in hci_low_sent()
4456 *quote = 0; in hci_low_sent()
4484 int *quote) in hci_chan_sent() argument
4560 *quote = q ? q : 1; in hci_chan_sent()
4637 int quote; in hci_sched_sco() local
4660 int quote; in hci_sched_esco() local
4685 int quote; in hci_sched_acl_pkt() local
4727 int quote; in hci_sched_acl_blk() local
4765 quote -= blocks; in hci_sched_acl_blk()
[all …]
/linux/tools/bpf/bpftool/
A Dmain.c224 char quote = *cp++; in make_args() local
228 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/Documentation/x86/
A Dcpuinfo.rst95 double-quote character (""), the string inside the double-quote characters
/linux/include/uapi/sound/
A Dasequencer.h296 struct snd_seq_ev_quote quote; member
/linux/tools/build/
A DBuild.include36 # Escape single quote for use in echo statements
/linux/lib/
A Ddynamic_debug.c256 int quote = *buf++; in ddebug_tokenize() local
257 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
/linux/Documentation/hwmon/
A Dk10temp.rst106 value; to quote the AMD manual::
/linux/Documentation/admin-guide/
A Ddynamic-debug-howto.rst196 Alternatively, the string can be enclosed in double quote
197 characters (``"``) or single quote characters (``'``).
A Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
/linux/Documentation/vm/
A Dhwpoison.rst16 To quote the overview comment::
/linux/sound/core/seq/
A 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/security/integrity/ima/
A DKconfig38 a TPM's quote after a soft boot, the IMA measurement list of the
/linux/Documentation/networking/
A Dpktgen.rst182 Note that you might need to use single quote in
/linux/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/Documentation/core-api/
A Drbtree.rst24 To quote Linux Weekly News:
/linux/Documentation/doc-guide/
A Dkernel-doc.rst506 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
/linux/Documentation/admin-guide/LSM/
A DSmack.rst448 (quote) and '"' (double-quote) characters.

Completed in 61 milliseconds

12