Searched refs:STDOUT (Results 1 – 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
D | extract-module-sig.pl | 113 binmode(STDOUT); 117 binmode(STDOUT); 126 binmode(STDOUT); 132 binmode(STDOUT); 136 binmode(STDOUT);
|
D | generate_initcall_order.pl | 205 STDOUT->autoflush(1);
|
D | checkkconfigsymbols.py | 227 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
|
D | checkpatch.pl | 278 $color = (-t STDOUT);
|
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
D | prefix.pl | 9 binmode STDOUT; 11 STDOUT->autoflush(1);
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit_kernel.py | 39 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/ |
D | ghashp8-ppc.pl | 52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!"; 243 close STDOUT; # enforce flush
|
D | ppc-xlate.pl | 8 open STDOUT,">$output" || die "can't open $output: $!"; 229 close STDOUT;
|
D | aesp8-ppc.pl | 110 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!"; 3846 close STDOUT;
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
D | run-clang-tools.py | 56 stderr=subprocess.STDOUT,
|
/kernel/liteos_a/kernel/common/ |
D | console.h | 60 #define STDOUT 1 macro
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | poly1305-armv8.pl | 39 open STDOUT,"| \"$^X\" $xlate $flavour $output"; 41 open STDOUT,">$output"; 913 close STDOUT;
|
D | sha512-armv8.pl | 73 *STDOUT=*OUT; 75 open STDOUT,">$output"; 786 close STDOUT;
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
D | binfmt_script | 76 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | sha512-armv4.pl | 61 open STDOUT,">$output"; 657 close STDOUT; # enforce flush
|
D | sha256-armv4.pl | 48 open STDOUT,">$output"; 724 close STDOUT; # enforce flush
|
D | poly1305-armv4.pl | 33 open STDOUT,"| \"$^X\" $xlate $flavour $output"; 35 open STDOUT,">$output"; 1236 close STDOUT; # enforce flush
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
D | poly1305-mips.pl | 1271 $output=pop and open STDOUT,">$output"; 1273 close STDOUT;
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | ktest.pl | 1567 close(\*STDOUT); 1571 open(\*STDOUT, '>&', $pts);
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | poly1305-x86_64-cryptogams.pl | 83 *STDOUT=*OUT; 4249 close STDOUT;
|