Searched refs:STDIN (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 205 exit(123) unless open(STDIN, "<$listfile"); 206 while (<STDIN>) { 317 open(STDIN, '</dev/null'); 333 open(STDIN, '</dev/null'); 347 exit(123) unless open(STDIN, "<$name"); 435 open(STDIN, '</dev/null'); 633 open(STDIN, '</dev/null'); 665 open(STDIN, '</dev/null');
|
/titanic_44/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 92 #define STDIN 0 macro 246 if ((i = ioctl(STDIN, I_LIST, NULL)) < 0) { in main() 260 if (ioctl(STDIN, I_LIST, &Oldlist) < 0) { in main() 273 if (ioctl(STDIN, TCGETA, &termio) >= 0) in main() 380 ioctl(STDIN, TCSETA, &termio) < 0) { in main() 459 if (ioctl(STDIN, I_POP, 0) < 0) { in pop_modules() 477 if (ioctl(STDIN, I_PUSH, modnamep) < 0) { in push_module()
|
/titanic_44/usr/src/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 49 while (<STDIN>) { 55 my $l = <STDIN>;
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | sbdgenerr.pl | 46 while (<STDIN>) { 52 my $l = <STDIN>;
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | sbdgenerr.pl | 49 while (<STDIN>) { 55 my $l = <STDIN>;
|
/titanic_44/usr/src/tools/scripts/ |
H A D | jstyle.pl | 88 if (!open(STDIN, $arg)) { 92 close STDIN; 123 line: while (<STDIN>) {
|
H A D | wdiff.pl | 40 open DIFF, "<&STDIN";
|
H A D | validate_paths.pl | 195 process_paths(\*STDIN, $opt_n);
|
H A D | genoffsets.pl | 140 while (<STDIN>) {
|
H A D | cstyle.pl | 185 &cstyle("<stdin>", *STDIN);
|
/titanic_44/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 72 while (<STDIN>) { 187 if (!read(STDIN, $bytes, $size)) {
|
/titanic_44/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg_piglatin_nl.pl | 70 while (<STDIN>) {
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 146 return $default unless (-t STDIN) && (-t STDOUT) && !$opt_n; 150 chomp($ans = <STDIN>); 1414 if ((-t STDIN) && (-t STDOUT) && !$opt_n) { 1418 chomp($ans = <STDIN>); 1446 chomp($fnum = <STDIN>); 1456 chomp($fname = <STDIN>); 1575 if (-t STDIN) && (-t STDOUT) && !$opt_n;
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1335 AcpiExec: For Unix versions, don't attempt to put STDIN into raw mode 1336 unless STDIN is actually a terminal. Assists with batch-mode processing.
|