Lines Matching refs:output
30 local output
33 output="$(eval "$cmd" 2>&1)"
38 echo "${output}"
51 local output="$(clang-format -style=file "$path" | diff $path -)"
52 if [[ "$output" ]]; then
54 echo "$output"
63 local output="$(bpfmt -d $bp_files)"
64 if [[ "$output" ]]; then
65 echo "$output"
74 local output="$($cpplint --quiet $cpp_files 2>&1 >/dev/null | grep -v \
80 if [[ "$output" ]]; then
81 echo "$output"