Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-6.6/rust/macros/
Dpin_data.rs73 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable
81 quoted.extend(errs); in pin_data()
82 quoted in pin_data()
/kernel/linux/linux-5.10/lib/
Dcmdline.c204 int in_quote = 0, quoted = 0; in next_arg() local
210 quoted = 1; in next_arg()
238 if (quoted && args[i-1] == '"') in next_arg()
Dstring_helpers.c599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
619 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline()
621 return quoted; in kstrdup_quotable_cmdline()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/entry/vdso/vdso32/
Dnote.S11 /* Ideally this would use UTS_NAME, but using a quoted string here
/kernel/linux/linux-6.6/arch/x86/entry/vdso/vdso32/
Dnote.S11 /* Ideally this would use UTS_NAME, but using a quoted string here
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
D.yamllint4 quoted-strings:
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/
Dqcom,pm8058-led.yaml14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
/kernel/linux/linux-6.6/Documentation/filesystems/nfs/
Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Drpc-cache.rst212 much be quoted. two mechanisms are available:
220 '\' must be quoted in this way.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-pm8058.txt6 quoted because sometimes these LED drivers are used for wildly
/kernel/linux/linux-5.10/Documentation/ide/
Dide-tape.rst42 Here are some words from the first releases of hd.c, which are quoted
/kernel/linux/linux-6.6/Documentation/process/
Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsecurity-bugs.rst30 It is much harder to have a context-quoted discussion about a complex
/kernel/liteos_a/apps/shell/src/
Dshcmdparse.c37 * Filter out double quote or single-quoted strings at both ends
/kernel/liteos_m/components/shell/src/base/
Dshcmdparse.c37 * Filter out double quote or single-quoted strings at both ends
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dcpus.py147 Note that VAR has to be quoted as string."""
Dutils.py60 Note that TYPE and ELEMENT have to be quoted as strings."""
/kernel/liteos_a/shell/full/src/base/
Dshcmdparse.c37 * Filter out double quote or single-quoted strings at both ends
/kernel/linux/linux-6.6/net/ipv4/netfilter/
Dnf_socket_ipv4.c54 /* the inside IP packet is the one quoted from our side, thus in extract_icmp4_fields()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_socket_ipv4.c54 /* the inside IP packet is the one quoted from our side, thus in extract_icmp4_fields()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
Dnf_socket_ipv6.c66 /* the inside IP packet is the one quoted from our side, thus in extract_icmp6_fields()
/kernel/linux/linux-6.6/scripts/gdb/linux/
Dutils.py79 Note that TYPE and ELEMENT have to be quoted as strings."""
Dcpus.py150 Note that VAR has to be quoted as string."""
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".

1234