/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 310 #define STDOUT 1 /* output of -s/-S to this descriptor */ macro 991 (void) write(STDOUT, in main() 995 (void) write(STDOUT, in main() 1012 (void) write(STDOUT, in main() 1014 (void) write(STDOUT, TtyType, strlen(TtyType)); in main() 1015 (void) write(STDOUT, " ", 1); in main() 1017 (void) write(STDOUT, ";\n", 2); in main() 1019 (void) write(STDOUT, "TERM=", 5); in main() 1020 (void) write(STDOUT, TtyType, strlen(TtyType)); in main() 1021 (void) write(STDOUT, ";\n", 2); in main() [all …]
|
/titanic_44/usr/src/tools/scripts/ |
H A D | interface_cmp.pl | 476 onbld_elfmod::OutMsg2(\*STDOUT, \$Ttl, $old_obj, 509 onbld_elfmod::OutMsg2(\*STDOUT, 525 onbld_elfmod::OutMsg2(\*STDOUT, 574 onbld_elfmod::OutMsg2(\*STDOUT, 582 onbld_elfmod::OutMsg2(\*STDOUT, 616 onbld_elfmod::OutMsg2(\*STDOUT,
|
H A D | interface_check.pl | 465 $ErrFH = \*STDOUT;
|
H A D | check_rtime.pl | 1157 $ErrFH = \*STDOUT; 1164 $InfoFH = \*STDOUT;
|
H A D | git-pbchk.py | 73 stderr=subprocess.STDOUT)
|
/titanic_44/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 41 #define STDOUT 1 macro 112 if (close(STDOUT) == -1) { in cmd_execute_command() 210 if (close(STDOUT) == -1) { in cmd_execute_command_and_retrieve_string()
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 182 print STDOUT $msg unless ($opt_q); 334 exit(125) unless open(STDOUT, ">$opt_d/$$.out"); 436 exit(125) unless open(STDOUT, ">$opt_d/$$.out"); 634 exit(125) unless open(STDOUT, ">$opt_d/$$.out"); 666 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
|
/titanic_44/usr/src/common/crypto/arcfour/amd64/ |
H A D | arcfour-x86_64.pl | 100 open STDOUT,">$output"; 338 close STDOUT;
|
/titanic_44/usr/src/tools/onbld/Checks/ |
H A D | ProcessCheck.py | 57 stderr=subprocess.STDOUT, close_fds=False)
|
/titanic_44/usr/src/common/crypto/sha1/amd64/ |
H A D | sha1-x86_64.pl | 52 open STDOUT,">$output"; 283 close STDOUT;
|
/titanic_44/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 69 open STDOUT,">$output"; 402 close STDOUT;
|
/titanic_44/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 172 syswrite(STDOUT, $bytes, $size);
|
H A D | signit.pl | 95 select(SRV_IN); $| = 1; select(STDOUT); # unbuffered writes
|
/titanic_44/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 324 print STDOUT "$Arg:\n"; 477 print STDOUT "$File:\n"; 484 print STDOUT "$Line\n"; 488 print STDOUT gettext("\tcontinued ...\n");
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 228 select(STDOUT);
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 180 open STDOUT, ">$opt_output"
|
/titanic_44/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 59 #define STDOUT 1 /* Standard output */ macro
|
/titanic_44/usr/src/common/crypto/md5/amd64/ |
H A D | md5_amd64.pl | 157 open STDOUT,">$output" or die "can't open $output: $!";
|
/titanic_44/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 403 print STDOUT "$abi|$path|$defn|$n|$links\n";
|
H A D | AppcertUtil.pm | 710 print STDOUT '-' x 72, "\n"; 775 printf STDOUT @_;
|
H A D | symprof.pl | 1438 open(STDOUT, ">$outfile") ||
|
/titanic_44/usr/src/cmd/stat/arcstat/ |
H A D | arcstat.pl | 114 STDOUT->autoflush;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 146 return $default unless (-t STDIN) && (-t STDOUT) && !$opt_n; 1414 if ((-t STDIN) && (-t STDOUT) && !$opt_n) { 1575 if (-t STDIN) && (-t STDOUT) && !$opt_n;
|
/titanic_44/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 77 #define STDOUT 1 macro
|