Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dalias.c29 char quoted = 0; in split_cmdline() local
37 if (!quoted && isspace(c)) { in split_cmdline()
47 } else if (!quoted && (c == '\'' || c == '"')) { in split_cmdline()
48 quoted = c; in split_cmdline()
50 } else if (c == quoted) { in split_cmdline()
51 quoted = 0; in split_cmdline()
54 if (c == '\\' && quoted != '\'') { in split_cmdline()
69 if (quoted) { in split_cmdline()
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c915 char *cpp, quoted; in kdb_parse() local
960 quoted = '\0'; in kdb_parse()
964 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
977 if (*cp == quoted) in kdb_parse()
978 quoted = '\0'; in kdb_parse()
980 quoted = *cp; in kdb_parse()
982 if (*cpp == '=' && !quoted) in kdb_parse()
/linux-4.4.14/kernel/
Dparams.c168 int in_quote = 0, quoted = 0; in next_arg() local
174 quoted = 1; in next_arg()
202 if (quoted && args[i-1] == '"') in next_arg()
/linux-4.4.14/Documentation/ide/
Dide-tape.txt40 Here are some words from the first releases of hd.c, which are quoted
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt195 much be quoted. two mechanisms are available:
202 '\' must be quoted in this way.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm68 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
/linux-4.4.14/tools/perf/config/
Dutilities.mak90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
/linux-4.4.14/Documentation/usb/
Dehci.txt156 approach the quoted 480 MBit/sec transfer rate.
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt74 Each event is separated by commas and the group should be quoted to
/linux-4.4.14/Documentation/development-process/
D2.Process422 - Avoid top-posting (the practice of putting your answer above the quoted
/linux-4.4.14/Documentation/
DHOWTO404 add your statements between the individual quoted sections instead of
DCodingStyle873 instructions, put each instruction on a separate line in a separate quoted