/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 186 exit(123) unless open(STDIN, "<$listfile"); 187 while (<STDIN>) { 298 open(STDIN, '</dev/null'); 314 open(STDIN, '</dev/null'); 328 exit(123) unless open(STDIN, "<$name"); 416 open(STDIN, '</dev/null'); 609 open(STDIN, '</dev/null'); 641 open(STDIN, '</dev/null');
|
/freebsd/tools/tools/locale/tools/ |
H A D | mkwidths.pl | 94 my $version = <STDIN>; 114 my @lines = <STDIN>;
|
/freebsd/tests/sys/acl/ |
H A D | run | 256 open *IN_DUP, "<&STDIN" 258 open *STDIN, "<&IN2" 278 open *STDIN, "<&IN_DUP"
|
/freebsd/usr.bin/indent/ |
H A D | args.c | 67 #define STDIN 3 /* use stdin */ macro 160 {"st", PRO_SPECIAL, 0, STDIN, 0}, 284 case STDIN: in set_option()
|
/freebsd/contrib/libcbor/misc/ |
H A D | file_to_bytes.rb | 3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
|
/freebsd/crypto/openssl/VMS/ |
H A D | VMSify-conf.pl | 16 while(<STDIN>) {
|
H A D | translatesyms.pl | 45 while(<STDIN>) {
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 361 if (STDIN) in getSTDIN() 362 return *STDIN; in getSTDIN() 370 STDIN = getVirtualFileRef(Content->getBufferIdentifier(), in getSTDIN() 372 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN() 375 return *STDIN; in getSTDIN()
|
/freebsd/share/examples/printing/ |
H A D | netprint | 23 while (<STDIN>) { print PRINTER; }
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 247 open(my $savedin, "<&STDIN"); 250 $pid = open(STDIN, "$execcmd 2>&1 |") or die "Failed to $execcmd: $!\n"; 292 open(STDIN, "<&", $savedin);
|
/freebsd/crypto/openssl/util/ |
H A D | cavs-to-evptest.pl | 30 while (<STDIN>)
|
H A D | fix-deprecation | 42 $headertext = <STDIN>;
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | check-cracklib.pl | 89 while (<STDIN>) {
|
/freebsd/contrib/sendmail/contrib/ |
H A D | doublebounce.pl | 134 print(MSG <STDIN>);
|
/freebsd/usr.sbin/cron/cron/ |
H A D | macros.h | 41 #define STDIN 0 /* what is stdin's file descriptor? */ macro
|
H A D | do_command.c | 255 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN); in child_process()
|
/freebsd/tools/tools/ansify/ |
H A D | ansify.pl | 159 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man2html | 32 $isatty = -t STDIN; 104 $infile = 'STDIN'; # Read STDIN if no args and not a tty 129 unless ($infile eq 'STDIN') { 146 if ($infile eq 'STDIN') { 147 @man = <STDIN>; 154 # Print manpage to HTML directory (can't use cp if we're reading from STDIN)
|
/freebsd/secure/caroot/ |
H A D | MAca-bundle.pl | 42 my $inputfh = *STDIN;
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc2man | 183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
H A D | mdoc2texi | 150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
|
/freebsd/contrib/ntp/sntp/ag-tpl/ |
H A D | mdoc2man | 209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
/freebsd/crypto/openssl/apps/ |
H A D | tsget.in | 167 $body = <STDIN>;
|
H A D | CA.pl.in | 170 $FILE = "" unless defined($FILE = <STDIN>);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileManager.h | 105 OptionalFileEntryRef STDIN; variable
|