Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl205 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');
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c90 #define STDIN 0 macro
244 if ((i = ioctl(STDIN, I_LIST, NULL)) < 0) { in main()
258 if (ioctl(STDIN, I_LIST, &Oldlist) < 0) { in main()
271 if (ioctl(STDIN, TCGETA, &termio) >= 0) in main()
378 ioctl(STDIN, TCSETA, &termio) < 0) { in main()
457 if (ioctl(STDIN, I_POP, 0) < 0) { in pop_modules()
475 if (ioctl(STDIN, I_PUSH, modnamep) < 0) { in push_module()
/illumos-gate/usr/src/tools/scripts/
H A Djstyle.pl87 if (!open(STDIN, $arg)) {
91 close STDIN;
126 line: while (<STDIN>) {
H A Dwdiff.pl40 open DIFF, "<&STDIN";
H A Dvalidate_paths.pl195 process_paths(\*STDIN, $opt_n);
H A Dgenoffsets.pl140 while (<STDIN>) {
H A Dcstyle.pl204 &cstyle("<stdin>", *STDIN);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl46 while (<STDIN>) {
52 my $l = <STDIN>;
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl49 while (<STDIN>) {
55 my $l = <STDIN>;
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl47 while (<STDIN>) {
53 my $l = <STDIN>;
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dcall_tree.pl133 $start_func = <STDIN>;
136 $end_func = <STDIN>;
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl72 while (<STDIN>) {
187 if (!read(STDIN, $bytes, $size)) {
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A Dip_forwarding.ksh333 zlogin $nt_client /usr/bin/socat -b 8192 STDIN \
365 zlogin $nt_client /usr/bin/socat -b 8192 STDIN \
420 zlogin $nt_server /usr/bin/socat -b 8192 STDIN \
453 zlogin $nt_server /usr/bin/socat -b 8192 STDIN \
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg_piglatin_nl.pl70 while (<STDIN>) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd146 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;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1335 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.