Searched refs:output (Results 1 – 18 of 18) sorted by relevance
| /scripts/ |
| D | rustc-version.sh | 20 if output=$("$@" --version 2>/dev/null); then 21 set -- $output
|
| D | rustc-llvm-version.sh | 16 if output=$("$@" --version --verbose 2>/dev/null | grep -E 'LLVM.*[0-9]+\.[0-9]+\.[0-9]+'); then 17 set -- $output
|
| D | Makefile.modpost | 145 output-symdump := modules-only.symvers 149 output-symdump := $(if $(KBUILD_MODULES), Module.symvers, vmlinux.symvers) 176 output-symdump := modules-only.symvers 188 output-symdump := $(KBUILD_EXTMOD)/Module.symvers 218 targets += $(output-symdump) 219 $(output-symdump): $(modpost-deps) FORCE 222 __modpost: $(output-symdump)
|
| D | link-vmlinux.sh | 50 local output=${1} 57 info LD ${output} 103 ldflags="${ldflags} ${wl}-Map=${output}.map" 106 ${ld} ${ldflags} -o ${output} \
|
| D | faddr2line | 308 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
|
| D | unifdef.c | 185 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()
|
| D | make_fit.py | 306 with open(args.output, 'wb') as outf: 312 subprocess.check_call([mkimage, '-E', '-F', args.output], 315 with open(args.output, 'rb') as inf:
|
| D | get_maintainer.pl | 646 output(@maintainers); 651 output(@scm); 656 output(@status); 661 output(@subsystem); 666 output(@web); 671 output(@bug); 756 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`; 781 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`; 790 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`; 1567 my $output = `$cmd`; [all …]
|
| D | dev-needs.sh | 16 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
|
| D | kernel-doc | 128 -output => \*STDERR, 374 -output => \*STDERR, 383 -output => \*STDERR, 772 my $output = ""; 792 $output .= $line . "\n"; 796 $output .= $line . "\n"; 799 $output .= $line . "\n"; 810 $output .= highlight_block($block); 817 $output .= highlight_block($block); 819 foreach $line (split "\n", $output) {
|
| D | checkpatch.pl | 1225 my $output = `${git_command} ls-files -- $filename 2>/dev/null`; 1226 my $count = $output =~ tr/\n//; 1227 return $count eq 1 && $output =~ m{^${filename}$}; 1235 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1236 $output =~ s/^\s*//gm; 1237 my @lines = split("\n", $output); 2342 my $output = ''; 2345 $output .= RED; 2347 $output .= YELLOW; 2349 $output .= GREEN; [all …]
|
| D | Makefile.package | 30 --output=$$(realpath $@) $(archive-args)
|
| D | spelling.txt | 1106 ouput||output
|
| /scripts/package/ |
| D | mkspec | 14 output=$1 16 mkdir -p "$(dirname "${output}")" 18 exec >"${output}"
|
| D | PKGBUILD | 44 # Kbuild works in the output directory, where this PKGBUILD is located.
|
| /scripts/clang-tools/ |
| D | gen_compile_commands.py | 68 args.output, 188 log_level, directory, output, ar, paths = parse_arguments() 223 with open(output, 'wt') as f:
|
| /scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 20 # Every newline in the output is replaced with a space,
|
| /scripts/dtc/ |
| D | dtx_diff | 24 -c enable colored output 32 -T annotate output .dts with input source file and line
|