Home
last modified time | relevance | path

Searched refs:output (Results 1 – 21 of 21) sorted by relevance

/scripts/
A DMakefile.modpost106 output-symdump := modules-only.symvers
110 output-symdump := $(if $(KBUILD_MODULES), Module.symvers, vmlinux.symvers)
122 output-symdump := Module.symvers
145 targets += $(output-symdump)
146 $(output-symdump): $(modpost-deps) FORCE
149 __modpost: $(output-symdump)
A Drustc-version.sh20 if output=$("$@" --version 2>/dev/null); then
21 set -- $output
A Drustc-llvm-version.sh16 if output=$("$@" --version --verbose 2>/dev/null | grep -E 'LLVM.*[0-9]+\.[0-9]+\.[0-9]+'); then
17 set -- $output
A Dfaddr2line308 local output=$(echo "${ADDR2LINE_OUT}" | sed "s; $dir_prefix\(\./\)*; ;")
309 [[ -z $output ]] && continue
313 echo "$output" | while read -r line
322 echo "$output" | while read -r line
A Dgit-resolve.sh154 echo "Expected output: '${expected[$i]}'"
155 echo "Got output: '$result'"
A Dlink-vmlinux.sh51 local output=${1}
58 info LD ${output}
105 ${ld} ${ldflags} -o ${output} \
A Dtest_doc_build.py173 self.output = None
234 output=self.stdout,
242 return self.output
322 if args.output:
A Dunifdef.c185 static FILE *output; /* output file pointer */ variable
328 output = stdout; in main()
349 output = fdopen(ofd, "wb+"); in main()
350 if (output == NULL) in main()
354 output = fopen(ofilename, "wb"); in main()
355 if (output == NULL) in main()
565 fputs(tline, output); in flushline()
571 fputs(newline, output); in flushline()
577 fflush(output); in flushline()
606 if (fclose(output) == EOF) { in closeout()
A Dmake_fit.py310 with open(args.output, 'wb') as outf:
316 subprocess.check_call([mkimage, '-E', '-F', args.output],
319 with open(args.output, 'rb') as inf:
A Dkernel-doc.pl128 -output => \*STDERR,
351 -output => \*STDERR,
360 -output => \*STDERR,
711 my $output = "";
731 $output .= $line . "\n";
735 $output .= $line . "\n";
738 $output .= $line . "\n";
756 $output .= highlight_block($block);
759 $output =~ s/^\n+//g;
760 $output =~ s/\n+$//g;
[all …]
A Dget_maintainer.pl653 output(@maintainers);
658 output(@scm);
663 output(@substatus);
668 output(@status);
673 output(@subsystem);
678 output(@web);
683 output(@bug);
1579 my $output = `$cmd`;
1580 $output =~ s/^\s*//gm;
1590 my $output = `$cmd`;
[all …]
A Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
22 what information is listed in the output. If the requested information is
A Dcheckpatch.pl1248 $output =~ s/^\s*//gm;
2354 my $output = '';
2357 $output .= RED;
2359 $output .= YELLOW;
2361 $output .= GREEN;
2366 $output .= BLUE if ($color);
2367 $output .= "$type:";
2369 $output .= RESET if ($color);
2370 $output .= ' ' . $msg . "\n";
2379 $output = (split('\n', $output))[0] . "\n";
[all …]
A DMakefile.package30 --output=$$(realpath $@) $(archive-args)
A Dspelling.txt1148 ouput||output
/scripts/package/
A Dmkspec14 output=$1
16 mkdir -p "$(dirname "${output}")"
18 exec >"${output}"
A DPKGBUILD43 # Kbuild works in the output directory, where this PKGBUILD is located.
/scripts/clang-tools/
A Dgen_compile_commands.py68 args.output,
188 log_level, directory, output, ar, paths = parse_arguments()
223 with open(output, 'wt') as f:
/scripts/lib/kdoc/
A Dkdoc_output.py286 output = ""
306 output += line + "\n"
310 output += line + "\n"
312 output += line + "\n"
320 output += self.highlight_block(block)
325 output += self.highlight_block(block)
328 for line in output.strip("\n").split("\n"):
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig20 # Every newline in the output is replaced with a space,
/scripts/dtc/
A Ddtx_diff24 -c enable colored output
32 -T annotate output .dts with input source file and line

Completed in 30 milliseconds