Home
last modified time | relevance | path

Searched refs:STDIN (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
Dprefix.pl8 binmode STDIN;
16 my $bytes = sysread(STDIN, $char, 1);
/kernel/linux/linux-5.10/scripts/
Dsplit-man.pl15 while (<STDIN>) {
Dcheckstack.pl142 while (my $line = <STDIN>) {
Dmarkup_oops.pl156 while (<STDIN>) {
Dget_maintainer.pl303 if (-t STDIN && !@ARGV) {
531 push(@ARGV, "&STDIN");
535 if ($file ne "&STDIN") {
547 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) {
1868 my $input = <STDIN>;
/kernel/linux/linux-5.10/drivers/usb/serial/
Dezusb_convert.pl16 while (<STDIN>) {
/kernel/liteos_a/kernel/common/
Dconsole.h59 #define STDIN 0 macro
/kernel/linux/linux-5.10/tools/testing/ktest/
Dktest.pl545 $ans = <STDIN>;
599 $ans = <STDIN>;
1193 my $ans = <STDIN>;
1566 close(\*STDIN);
1570 open(\*STDIN, '<&', $pts);
1999 vec($rin, fileno(\*STDIN), 1) = 1;
2009 if (vec($rout, fileno(\*STDIN), 1) == 1) {
2010 $nr = sysread(\*STDIN, $buf, 1000);
2675 my $ans = <STDIN>;
Dconfig-bisect.pl121 $ans = <STDIN>;
/kernel/linux/linux-5.10/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl195 while ($traceevent = <STDIN>) {
Dtrace-vmscan-postprocess.pl278 while ($traceevent = <STDIN>) {
/kernel/linux/linux-5.10/Documentation/trace/
Dtracepoint-analysis.rst201 script that can read trace_pipe from STDIN or a copy of a trace. When used
205 Simplistically, the script just reads STDIN and counts up events but it
/kernel/linux/linux-5.10/drivers/scsi/
Dscript_asm.pl379 while (<STDIN>) {