Searched refs:output (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
D | Makefile.modpost | 70 output-symdump := modules-only.symvers 99 output-symdump := $(KBUILD_EXTMOD)/Module.symvers 156 $(output-symdump): $(MODORDER) $(input-symdump) $(modules:.ko=$(mod-prelink-ext).o) FORCE 159 targets += $(output-symdump) 161 __modpost: $(output-symdump)
|
D | faddr2line | 235 local output=$(${ADDR2LINE} $args $addr | sed "s; $dir_prefix\(\./\)*; ;") 236 [[ -z $output ]] && continue 240 echo "$output" | while read -r line 249 echo "$output" | while read -r line
|
D | link-vmlinux.sh | 158 local output=${1} 165 info LD ${output} 194 if [ "$output" != "${output#.tmp_vmlinux.kallsyms}" ] ; then 199 ldflags="${ldflags} ${wl}-Map=${output}.map" 202 ${ld} ${ldflags} -o ${output} \
|
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 | get_maintainer.pl | 640 output(@maintainers); 645 output(@scm); 650 output(@status); 655 output(@subsystem); 660 output(@web); 745 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`; 770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`; 779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`; 1547 my $output = `$cmd`; 1548 $output =~ s/^\s*//gm; [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 | 875 my $output = ""; 895 $output .= $line . "\n"; 899 $output .= $line . "\n"; 902 $output .= $line . "\n"; 913 $output .= highlight_block($block); 920 $output .= highlight_block($block); 922 foreach $line (split "\n", $output) {
|
D | checkpatch.pl | 1221 my $output = `${git_command} ls-files -- $filename 2>/dev/null`; 1222 my $count = $output =~ tr/\n//; 1223 return $count eq 1 && $output =~ m{^${filename}$}; 1231 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1232 $output =~ s/^\s*//gm; 1233 my @lines = split("\n", $output); 2337 my $output = ''; 2340 $output .= RED; 2342 $output .= YELLOW; 2344 $output .= GREEN; [all …]
|
D | spelling.txt | 1035 ouput||output
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 68 args.output, 202 log_level, directory, output, ar, paths = parse_arguments() 240 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
|