Searched refs:newline (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/exec/ |
| A D | binfmt_script.py | 46 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 D | utilities.mak | 1 # 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 D | kvm-test-1-run-qemu.sh | 151 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 D | ftracetest | 249 newline="\n" 251 newline= 254 [ "$KTAP" != "1" ] && printf "$*$newline" 255 [ "$LOG_FILE" ] && printf "$*$newline" | strip_esc >> $LOG_FILE
|
| /tools/testing/selftests/user_events/ |
| A D | ftrace_test.c | 75 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 D | stat-display.c | 119 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 D | perf-config.txt | 64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
|
| /tools/perf/ |
| A D | builtin-trace.c | 3273 goto newline; in trace__event_handler() 3302 newline: in trace__event_handler()
|
Completed in 22 milliseconds