Home
last modified time | relevance | path

Searched full:quoted (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.15/rust/pin-init/internal/src/
Dpin_data.rs77 let mut quoted = quote!(::pin_init::__pin_data! { in pin_data() localVariable
86 quoted.extend(errs); in pin_data()
87 quoted in pin_data()
/linux-6.15/lib/
Dcmdline.c230 int in_quote = 0, quoted = 0; in next_arg() local
235 quoted = 1; in next_arg()
263 if (quoted && i > 0 && args[i-1] == '"') in next_arg()
Dstring_helpers.c678 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
698 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
700 return quoted; in kstrdup_quotable_cmdline()
/linux-6.15/arch/x86/entry/vdso/vdso32/
Dnote.S11 /* Ideally this would use UTS_NAME, but using a quoted string here
/linux-6.15/scripts/gdb/linux/
Dcpus.py146 Note that VAR has to be quoted as string."""
163 Note that VAR has to be quoted as string."""
Dutils.py84 Note that TYPE and ELEMENT have to be quoted as strings."""
/linux-6.15/Documentation/devicetree/bindings/
D.yamllint4 quoted-strings:
Dexample-schema.yaml113 # Property names starting with '#' must be quoted
/linux-6.15/Documentation/devicetree/bindings/leds/
Dqcom,pm8058-led.yaml14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
/linux-6.15/Documentation/filesystems/nfs/
Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/linux-6.15/net/ipv4/netfilter/
Dnf_socket_ipv4.c54 /* the inside IP packet is the one quoted from our side, thus in extract_icmp4_fields()
/linux-6.15/Documentation/process/
Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
/linux-6.15/net/ipv6/netfilter/
Dnf_socket_ipv6.c66 /* the inside IP packet is the one quoted from our side, thus in extract_icmp6_fields()
/linux-6.15/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/linux-6.15/tools/perf/util/
Dstring.c275 /* Like strpbrk_esc(), but not break if it is quoted with single/double quotes */
351 * Like strdup_esc, but keep quoted string as it is (and single backslash
/linux-6.15/kernel/debug/kdb/
Dkdb_main.c840 kdb_printf("invalid quoted string, see grephelp\n"); in parse_grep()
902 char *cpp, quoted; in kdb_parse() local
947 quoted = '\0'; in kdb_parse()
951 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
964 if (*cp == quoted) in kdb_parse()
965 quoted = '\0'; in kdb_parse()
967 quoted = *cp; in kdb_parse()
969 if (*cpp == '=' && !quoted) in kdb_parse()
/linux-6.15/arch/x86/include/asm/
Dvmxfeatures.h11 * Note: If the comment begins with a quoted string, that string is used
/linux-6.15/arch/m68k/mac/
Dmacboing.c102 * Quoted from Apple's Tech Info Library, article number 16405: in mac_init_asc()
/linux-6.15/tools/scripts/
Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux-6.15/include/uapi/sound/
Dasequencer.h252 /* quoted event - inside the kernel only */
256 struct snd_seq_event *event; /* quoted event */
/linux-6.15/Documentation/usb/
Dehci.rst168 approach the quoted 480 MBit/sec transfer rate.
/linux-6.15/Documentation/misc-devices/
Doxsemi-tornado.rst42 (including those quoted in Oxford Semiconductor documentation), giving
/linux-6.15/tools/perf/Documentation/
Dperf-diff.txt156 to be quoted e.g. --time "1234.567,1234.789 1235,"
/linux-6.15/Documentation/admin-guide/
Dtainted-kernels.rst58 this on the machine that had the statements in the logs that were quoted earlier::
/linux-6.15/security/tomoyo/
Dcondition.c253 * tomoyo_get_dqword - tomoyo_get_name() for a quoted string.
272 * tomoyo_parse_name_union_quoted - Parse a quoted word.

123