Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/scripts/
Dextract-module-sig.pl113 binmode(STDOUT);
117 binmode(STDOUT);
126 binmode(STDOUT);
132 binmode(STDOUT);
136 binmode(STDOUT);
Dgenerate_initcall_order.pl205 STDOUT->autoflush(1);
Dcheckkconfigsymbols.py227 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
Dcheckpatch.pl278 $color = (-t STDOUT);
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
Dprefix.pl9 binmode STDOUT;
11 STDOUT->autoflush(1);
/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit_kernel.py39 subprocess.check_output(['make', 'mrproper'], stderr=subprocess.STDOUT)
52 subprocess.check_output(command, stderr=subprocess.STDOUT)
69 stderr=subprocess.STDOUT)
107 stderr=subprocess.STDOUT)
/kernel/linux/linux-5.10/drivers/crypto/vmx/
Dghashp8-ppc.pl52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
243 close STDOUT; # enforce flush
Dppc-xlate.pl8 open STDOUT,">$output" || die "can't open $output: $!";
229 close STDOUT;
Daesp8-ppc.pl110 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
3846 close STDOUT;
/kernel/linux/linux-5.10/scripts/clang-tools/
Drun-clang-tools.py56 stderr=subprocess.STDOUT,
/kernel/liteos_a/kernel/common/
Dconsole.h60 #define STDOUT 1 macro
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-armv8.pl39 open STDOUT,"| \"$^X\" $xlate $flavour $output";
41 open STDOUT,">$output";
913 close STDOUT;
Dsha512-armv8.pl73 *STDOUT=*OUT;
75 open STDOUT,">$output";
786 close STDOUT;
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
Dbinfmt_script76 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/kernel/linux/linux-5.10/arch/arm/crypto/
Dsha512-armv4.pl61 open STDOUT,">$output";
657 close STDOUT; # enforce flush
Dsha256-armv4.pl48 open STDOUT,">$output";
724 close STDOUT; # enforce flush
Dpoly1305-armv4.pl33 open STDOUT,"| \"$^X\" $xlate $flavour $output";
35 open STDOUT,">$output";
1236 close STDOUT; # enforce flush
/kernel/linux/linux-5.10/arch/mips/crypto/
Dpoly1305-mips.pl1271 $output=pop and open STDOUT,">$output";
1273 close STDOUT;
/kernel/linux/linux-5.10/tools/testing/ktest/
Dktest.pl1567 close(\*STDOUT);
1571 open(\*STDOUT, '>&', $pts);
/kernel/linux/linux-5.10/arch/x86/crypto/
Dpoly1305-x86_64-cryptogams.pl83 *STDOUT=*OUT;
4249 close STDOUT;