Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dconfig.c77 int quote = 0, comment = 0, space = 0; in parse_value() local
86 if (quote) in parse_value()
93 if (isspace(c) && !quote) { in parse_value()
97 if (!quote) { in parse_value()
133 quote = 1-quote; in parse_value()
Dheader.c1691 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1692 if (!quote) in print_cmdline()
1694 *quote++ = '\0'; in print_cmdline()
1696 argv_i = quote; in print_cmdline()
/tools/bpf/bpftool/
Dmain.c296 char quote = *cp++; in make_args() local
300 cp = strchr(cp, quote); in make_args()
/tools/testing/kunit/
Dkunit_kernel.py128 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
150 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
/tools/build/
DBuild.include36 # Escape single quote for use in echo statements
/tools/perf/scripts/python/
Dparallel-perf.py52 sh_cmd = [ shlex.quote(x) for x in self.cmd ]
/tools/perf/Documentation/
Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/tools/power/pm-graph/
Dsleepgraph.py625 quote=0
629 quote = (quote + 1) % 2
630 if quote and c == ' ':