Searched refs:output (Results 1 – 11 of 11) sorted by relevance
/scripts/ |
D | gen_compile_commands.py | 62 output = args.output or os.path.join(directory, _DEFAULT_OUTPUT) 65 return log_level, directory, output 112 log_level, directory, output = parse_arguments() 141 with open(output, 'wt') as f:
|
D | generate_initcall_order.pl | 177 my @output; 181 push(@output, $_); 193 foreach (@output) {
|
D | link-vmlinux.sh | 111 local output=${1} 114 info LD ${output} 138 -o ${output} \ 150 -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 | 618 output(@maintainers); 623 output(@scm); 628 output(@status); 633 output(@subsystem); 638 output(@web); 723 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $value`; 748 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`; 757 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`; 1540 my $output = `$cmd`; 1541 $output =~ s/^\s*//gm; [all …]
|
D | kernel-doc | 771 my $output = ""; 791 $output .= $line . "\n"; 795 $output .= $line . "\n"; 798 $output .= $line . "\n"; 809 $output .= highlight_block($block); 816 $output .= highlight_block($block); 818 foreach $line (split "\n", $output) {
|
D | checkpatch.pl | 961 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 962 $output =~ s/^\s*//gm; 963 my @lines = split("\n", $output); 2017 my $output = ''; 2020 $output .= RED; 2022 $output .= YELLOW; 2024 $output .= GREEN; 2027 $output .= $prefix . $level . ':'; 2029 $output .= BLUE if ($color); 2030 $output .= "$type:"; [all …]
|
D | Kbuild.include | 85 # output directory for tests below
|
D | spelling.txt | 933 ouput||output
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 20 # Every newline in the output is replaced with a space,
|
/scripts/dtc/ |
D | dtx_diff | 30 -T Annotate output .dts with input source file and line (-T -T for more details)
|