/Linux-v6.1/tools/perf/util/ |
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()
|
D | header.c | 1651 char *quote = strchr(argv_i, '\''); in print_cmdline() local 1652 if (!quote) in print_cmdline() 1654 *quote++ = '\0'; in print_cmdline() 1656 argv_i = quote; in print_cmdline()
|
/Linux-v6.1/net/bluetooth/ |
D | hci_core.c | 3279 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument 3285 *quote = 0; in hci_quote_sent() 3315 *quote = q ? q : 1; in hci_quote_sent() 3319 int *quote) in hci_low_sent() argument 3350 hci_quote_sent(conn, num, quote); in hci_low_sent() 3352 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3378 int *quote) in hci_chan_sent() argument 3434 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent() 3436 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 3524 int quote; in hci_sched_sco() local [all …]
|
/Linux-v6.1/scripts/ |
D | Kbuild.include | 7 quote := " 36 # Escape single quote for use in echo statements 41 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
D | Kconfig.include | 6 quote := "
|
/Linux-v6.1/kernel/trace/ |
D | trace_events_filter.c | 1633 int quote = 0; in calc_stack() local 1641 if (quote) { in calc_stack() 1642 if (str[i] == quote) in calc_stack() 1643 quote = 0; in calc_stack() 1650 quote = str[i]; in calc_stack() 1680 if (quote) { in calc_stack() 1690 if (quote) { in calc_stack() 1691 if (str[i] == quote) in calc_stack() 1692 quote = 0; in calc_stack() 1708 quote = str[i]; in calc_stack()
|
D | trace_events.c | 2583 int quote = 0; in update_event_printk() local 2595 quote ^= 1; in update_event_printk() 2598 if (quote) in update_event_printk()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | main.c | 255 char quote = *cp++; in make_args() local 259 cp = strchr(cp, quote); in make_args()
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/Linux-v6.1/Documentation/x86/ |
D | cpuinfo.rst | 95 double-quote character (""), the string inside the double-quote characters
|
/Linux-v6.1/include/uapi/sound/ |
D | asequencer.h | 280 struct snd_seq_ev_quote quote; member
|
/Linux-v6.1/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/Linux-v6.1/Documentation/hwmon/ |
D | k10temp.rst | 106 value; to quote the AMD manual::
|
/Linux-v6.1/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 168 Alternatively, the string can be enclosed in double quote 169 characters (``"``) or single quote characters (``'``).
|
D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
|
/Linux-v6.1/tools/testing/kunit/ |
D | kunit_kernel.py | 126 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
|
/Linux-v6.1/lib/ |
D | dynamic_debug.c | 294 int quote = *buf++; in ddebug_tokenize() local 295 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
/Linux-v6.1/Documentation/mm/ |
D | hwpoison.rst | 16 To quote the overview comment::
|
/Linux-v6.1/sound/core/seq/ |
D | seq_clientmgr.c | 554 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-v6.1/security/integrity/ima/ |
D | Kconfig | 38 a TPM's quote after a soft boot, the IMA measurement list of the
|
/Linux-v6.1/Documentation/networking/ |
D | pktgen.rst | 182 Note that you might need to use single quote in
|
/Linux-v6.1/Documentation/kbuild/ |
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-v6.1/Documentation/core-api/ |
D | rbtree.rst | 24 To quote Linux Weekly News:
|
/Linux-v6.1/Documentation/doc-guide/ |
D | kernel-doc.rst | 513 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
|
/Linux-v6.1/Documentation/admin-guide/LSM/ |
D | Smack.rst | 448 (quote) and '"' (double-quote) characters.
|