Searched refs:STDIN (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
D | prefix.pl | 8 binmode STDIN; 16 my $bytes = sysread(STDIN, $char, 1);
|
/kernel/linux/linux-5.10/scripts/ |
D | split-man.pl | 15 while (<STDIN>) {
|
D | checkstack.pl | 142 while (my $line = <STDIN>) {
|
D | markup_oops.pl | 156 while (<STDIN>) {
|
D | get_maintainer.pl | 303 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/ |
D | ezusb_convert.pl | 16 while (<STDIN>) {
|
/kernel/liteos_a/kernel/common/ |
D | console.h | 59 #define STDIN 0 macro
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | ktest.pl | 545 $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>;
|
D | config-bisect.pl | 121 $ans = <STDIN>;
|
/kernel/linux/linux-5.10/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 195 while ($traceevent = <STDIN>) {
|
D | trace-vmscan-postprocess.pl | 278 while ($traceevent = <STDIN>) {
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | tracepoint-analysis.rst | 201 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/ |
D | script_asm.pl | 379 while (<STDIN>) {
|