Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/exec/
Dbinfmt_script44 fill="A", arg="", newline="\n", hashbang="#!"): argument
67 buf=hashbang + leading + root + middle + target + arg + newline
68 if len(newline) > 0:
123 fill="", target="", newline="")
126 target="", newline="")
149 test(name="one-under-no-nl", size=SIZE-1, newline="")
151 test(name="half-under-no-nl", size=int(SIZE/2), newline="")
159 test(name="two-under-no-nl", size=SIZE-2, newline="")
164 test(name="two-under-no-nl", size=int(SIZE/2), newline="")
/tools/scripts/
Dutilities.mak1 # This allows us to work with the newline character:
2 define newline macro
6 newline := $(newline) macro
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
115 # not it contains a newline.
[all …]
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh152 newline="`tail $resdir/console.log`"
153 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : '
162 …if test "$newline" != "$oldline" && test "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE)) && …
176 oldline=$newline
/tools/testing/selftests/ftrace/
Dftracetest235 newline="\n"
237 newline=
240 printf "$*$newline"
241 [ "$LOG_FILE" ] && printf "$*$newline" | strip_esc >> $LOG_FILE
/tools/perf/util/
Dstat-display.c147 bool newline; member
162 os->newline = true; in new_line_std()
183 bool newline = os->newline; in print_metric_std() local
185 os->newline = false; in print_metric_std()
192 if (newline) in print_metric_std()
/tools/perf/Documentation/
Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/tools/perf/
Dbuiltin-trace.c2815 goto newline;
2842 newline: