/linux/drivers/base/firmware_loader/builtin/ |
A D | Makefile | 6 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 9 firmware := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
|
/linux/tools/perf/util/ |
A D | config.c | 77 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 D | header.c | 1578 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 D | Kbuild.include | 7 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 D | Kconfig.include | 6 quote := "
|
/linux/kernel/trace/ |
A D | trace_events_filter.c | 1415 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 D | trace_events.c | 2564 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 D | hci_core.c | 4403 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 D | main.c | 224 char quote = *cp++; in make_args() local 228 cp = strchr(cp, quote); in make_args()
|
/linux/Documentation/devicetree/bindings/ |
A D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/linux/Documentation/x86/ |
A D | cpuinfo.rst | 95 double-quote character (""), the string inside the double-quote characters
|
/linux/include/uapi/sound/ |
A D | asequencer.h | 296 struct snd_seq_ev_quote quote; member
|
/linux/tools/build/ |
A D | Build.include | 36 # Escape single quote for use in echo statements
|
/linux/lib/ |
A D | dynamic_debug.c | 256 int quote = *buf++; in ddebug_tokenize() local 257 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
/linux/Documentation/hwmon/ |
A D | k10temp.rst | 106 value; to quote the AMD manual::
|
/linux/Documentation/admin-guide/ |
A D | dynamic-debug-howto.rst | 196 Alternatively, the string can be enclosed in double quote 197 characters (``"``) or single quote characters (``'``).
|
A D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
|
/linux/Documentation/vm/ |
A D | hwpoison.rst | 16 To quote the overview comment::
|
/linux/sound/core/seq/ |
A D | seq_clientmgr.c | 556 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 D | Kconfig | 38 a TPM's quote after a soft boot, the IMA measurement list of the
|
/linux/Documentation/networking/ |
A D | pktgen.rst | 182 Note that you might need to use single quote in
|
/linux/Documentation/kbuild/ |
A D | kconfig-language.rst | 277 always surrounded by single or double quotes. Within the quote, any 665 (1) Partial (or no) quote of error.
|
/linux/Documentation/core-api/ |
A D | rbtree.rst | 24 To quote Linux Weekly News:
|
/linux/Documentation/doc-guide/ |
A D | kernel-doc.rst | 506 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
|
/linux/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 448 (quote) and '"' (double-quote) characters.
|