| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| /linux/lib/ |
| H A D | cmdline.c | 230 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()
|
| H A D | string_helpers.c | 681 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 701 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 703 return quoted; in kstrdup_quotable_cmdline()
|
| /linux/arch/x86/entry/vdso/vdso32/ |
| H A D | note.S | 11 /* Ideally this would use UTS_NAME, but using a quoted string here
|
| /linux/scripts/gdb/linux/ |
| H A D | cpus.py | 146 Note that VAR has to be quoted as string.""" 163 Note that VAR has to be quoted as string."""
|
| H A D | utils.py | 84 Note that TYPE and ELEMENT have to be quoted as strings."""
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 27 echo "$0: Need a quoted list of --config arguments for first argument."
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
| /linux/Documentation/process/ |
| H A D | security-bugs.rst | 37 It is much harder to have a context-quoted discussion about a complex
|
| /linux/arch/x86/include/asm/ |
| H A D | vmxfeatures.h | 11 * Note: If the comment begins with a quoted string, that string is used
|
| /linux/tools/scripts/ |
| H A D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
| /linux/arch/m68k/mac/ |
| H A D | macboing.c | 102 * Quoted from Apple's Tech Info Library, article number 16405: in mac_init_asc()
|
| /linux/Documentation/misc-devices/ |
| H A D | oxsemi-tornado.rst | 42 (including those quoted in Oxford Semiconductor documentation), giving
|
| /linux/Documentation/usb/ |
| H A D | ehci.rst | 168 approach the quoted 480 MBit/sec transfer rate.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 156 to be quoted e.g. --time "1234.567,1234.789 1235,"
|
| H A D | perf-script.txt | 423 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
|
| /linux/Documentation/admin-guide/ |
| H A D | tainted-kernels.rst | 58 this on the machine that had the statements in the logs that were quoted earlier::
|
| /linux/tools/perf/util/ |
| H A D | parse-events.l | 220 * PE_NAME token when quoted, allows ':,.='.
|
| /linux/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 182 # For relative includes (quoted), resolve path relative to source file.
|
| /linux/security/tomoyo/ |
| H A D | condition.c | 253 * tomoyo_get_dqword - tomoyo_get_name() for a quoted string. 272 * tomoyo_parse_name_union_quoted - Parse a quoted word.
|
| /linux/include/acpi/ |
| H A D | acoutput.h | 245 * The Name parameter should be the procedure name as a non-quoted string.
|
| /linux/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 314 # Use eval to pass quoted-patterns correctly.
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 386 quoted or escaped, as above.
|
| /linux/rust/quote/ |
| H A D | lib.rs | 41 //! The following quasi-quoted block of code is something you might find in [a] 43 //! syntax performs interpolation of runtime variables into the quoted tokens. 246 /// ### Combining quoted fragments
|