Home
last modified time | relevance | path

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

/tools/testing/selftests/exec/
A Dbinfmt_script.py46 fill="A", arg="", newline="\n", hashbang="#!"): argument
69 buf=hashbang + leading + root + middle + target + arg + newline
70 if len(newline) > 0:
129 fill="", target="", newline="")
132 target="", newline="")
155 test(name="one-under-no-nl", size=SIZE-1, newline="")
157 test(name="half-under-no-nl", size=int(SIZE/2), newline="")
165 test(name="two-under-no-nl", size=SIZE-2, newline="")
170 test(name="two-under-no-nl", size=int(SIZE/2), newline="")
/tools/scripts/
A 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/
A Dkvm-test-1-run-qemu.sh151 newline="`tail $resdir/console.log`"
152 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : '
161 …if test "$newline" != "$oldline" && test "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE)) && …
175 oldline=$newline
/tools/testing/selftests/ftrace/
A Dftracetest249 newline="\n"
251 newline=
254 [ "$KTAP" != "1" ] && printf "$*$newline"
255 [ "$LOG_FILE" ] && printf "$*$newline" | strip_esc >> $LOG_FILE
/tools/testing/selftests/user_events/
A Dftrace_test.c75 char *newline; in get_print_fmt() local
92 newline = strchr(buffer, '\n'); in get_print_fmt()
94 if (newline) in get_print_fmt()
95 *newline = '\0'; in get_print_fmt()
/tools/perf/util/
A Dstat-display.c119 bool newline; member
430 os->newline = true; in new_line_std()
463 bool newline = os->newline; in print_metric_std() local
466 os->newline = false; in print_metric_std()
473 if (newline) in print_metric_std()
/tools/perf/Documentation/
A Dperf-config.txt64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
/tools/perf/
A Dbuiltin-trace.c3273 goto newline; in trace__event_handler()
3302 newline: in trace__event_handler()

Completed in 25 milliseconds