/linux-4.4.14/tools/perf/util/ |
D | config.c | 60 int quote = 0, comment = 0, space = 0; in parse_value() local 69 if (quote) in parse_value() 76 if (isspace(c) && !quote) { in parse_value() 80 if (!quote) { in parse_value() 116 quote = 1-quote; in parse_value()
|
D | Build | 27 libperf-y += quote.o
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 3807 int *quote) in hci_low_sent() argument 3858 *quote = q ? q : 1; in hci_low_sent() 3860 *quote = 0; in hci_low_sent() 3862 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3888 int *quote) in hci_chan_sent() argument 3964 *quote = q ? q : 1; in hci_chan_sent() 3965 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 4041 int quote; in hci_sched_acl_pkt() local 4046 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 4048 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt() [all …]
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 6 quote := " 29 # Escape single quote for use in echo statements 348 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ABI.txt | 4 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/linux-4.4.14/firmware/ |
D | Makefile | 7 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 10 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
|
/linux-4.4.14/tools/build/ |
D | Build.include | 35 # Escape single quote for use in echo statements
|
/linux-4.4.14/include/uapi/sound/ |
D | asequencer.h | 295 struct snd_seq_ev_quote quote; member
|
/linux-4.4.14/Documentation/hwmon/ |
D | k10temp | 63 Please note that it is defined as a relative value; to quote the AMD manual:
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 229 int quote = *buf++; in ddebug_tokenize() local 230 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
D | Makefile | 62 CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS))
|
/linux-4.4.14/Documentation/ |
D | dynamic-debug-howto.txt | 178 Alternatively, the string can be enclosed in double quote 179 characters (") or single quote characters (').
|
D | kernel-doc-nano-HOWTO.txt | 354 Spaces are allowed in <section title>; do not quote the <section title>.
|
D | rbtree.txt | 21 To quote Linux Weekly News:
|
D | SubmittingPatches | 340 developer to be able to "quote" your changes, using standard e-mail
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 9 To quote the overview comment:
|
/linux-4.4.14/sound/core/seq/ |
D | seq_clientmgr.c | 550 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 551 bounce_ev.data.quote.event = event; in bounce_error_event() 552 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 2227 int quote = 0; in update_event_printk() local 2239 quote ^= 1; in update_event_printk() 2242 if (quote) in update_event_printk()
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 203 always surrounded by single or double quotes. Within the quote, any 481 (1) Partial (or no) quote of error.
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 377 (quote) and '"' (double-quote) characters.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 322 5) Al Viro made the decision (quote: "tar is ugly as hell and not going to be
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 250 attachments; that makes it much harder for reviewers to quote sections of
|