Home
last modified time | relevance | path

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

12

/linux-6.12.1/rust/macros/
Dpin_data.rs74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable
83 quoted.extend(errs); in pin_data()
84 quoted in pin_data()
/linux-6.12.1/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.12.1/arch/x86/entry/vdso/vdso32/
Dnote.S11 /* Ideally this would use UTS_NAME, but using a quoted string here
/linux-6.12.1/Documentation/devicetree/bindings/
D.yamllint4 quoted-strings:
Dexample-schema.yaml113 # Property names starting with '#' must be quoted
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dqcom,pm8058-led.yaml14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
/linux-6.12.1/Documentation/filesystems/nfs/
Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/linux-6.12.1/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.12.1/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.12.1/scripts/gdb/linux/
Dutils.py79 Note that TYPE and ELEMENT have to be quoted as strings."""
Dcpus.py146 Note that VAR has to be quoted as string."""
/linux-6.12.1/Documentation/process/
Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/linux-6.12.1/kernel/debug/kdb/
Dkdb_main.c900 kdb_printf("invalid quoted string, see grephelp\n"); in parse_grep()
962 char *cpp, quoted; in kdb_parse() local
1007 quoted = '\0'; in kdb_parse()
1011 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1024 if (*cp == quoted) in kdb_parse()
1025 quoted = '\0'; in kdb_parse()
1027 quoted = *cp; in kdb_parse()
1029 if (*cpp == '=' && !quoted) in kdb_parse()
/linux-6.12.1/arch/x86/include/asm/
Dvmxfeatures.h11 * Note: If the comment begins with a quoted string, that string is used
/linux-6.12.1/arch/m68k/mac/
Dmacboing.c102 * Quoted from Apple's Tech Info Library, article number 16405: in mac_init_asc()
/linux-6.12.1/tools/scripts/
Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux-6.12.1/include/uapi/sound/
Dasequencer.h249 /* quoted event - inside the kernel only */
253 struct snd_seq_event *event; /* quoted event */
/linux-6.12.1/Documentation/usb/
Dehci.rst168 approach the quoted 480 MBit/sec transfer rate.
/linux-6.12.1/tools/perf/Documentation/
Dperf-diff.txt156 to be quoted e.g. --time "1234.567,1234.789 1235,"
/linux-6.12.1/Documentation/admin-guide/
Dtainted-kernels.rst58 this on the machine that had the statements in the logs that were quoted earlier::
/linux-6.12.1/Documentation/misc-devices/
Doxsemi-tornado.rst42 (including those quoted in Oxford Semiconductor documentation), giving
/linux-6.12.1/security/tomoyo/
Dcondition.c253 * tomoyo_get_dqword - tomoyo_get_name() for a quoted string.
272 * tomoyo_parse_name_union_quoted - Parse a quoted word.
/linux-6.12.1/include/acpi/
Dacoutput.h245 * The Name parameter should be the procedure name as a non-quoted string.

12