Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl186 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 Dmkwidths.pl94 my $version = <STDIN>;
114 my @lines = <STDIN>;
/freebsd/tests/sys/acl/
H A Drun256 open *IN_DUP, "<&STDIN"
258 open *STDIN, "<&IN2"
278 open *STDIN, "<&IN_DUP"
/freebsd/usr.bin/indent/
H A Dargs.c67 #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 Dfile_to_bytes.rb3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
/freebsd/crypto/openssl/VMS/
H A DVMSify-conf.pl16 while(<STDIN>) {
H A Dtranslatesyms.pl45 while(<STDIN>) {
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp361 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 Dnetprint23 while (<STDIN>) { print PRINTER; }
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm247 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 Dcavs-to-evptest.pl30 while (<STDIN>)
H A Dfix-deprecation42 $headertext = <STDIN>;
/freebsd/crypto/heimdal/lib/kadm5/
H A Dcheck-cracklib.pl89 while (<STDIN>) {
/freebsd/contrib/sendmail/contrib/
H A Ddoublebounce.pl134 print(MSG <STDIN>);
/freebsd/usr.sbin/cron/cron/
H A Dmacros.h41 #define STDIN 0 /* what is stdin's file descriptor? */ macro
H A Ddo_command.c255 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN); in child_process()
/freebsd/tools/tools/ansify/
H A Dansify.pl159 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd/contrib/tcsh/
H A Dtcsh.man2html32 $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 DMAca-bundle.pl42 my $inputfh = *STDIN;
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
H A Dmdoc2texi150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
/freebsd/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
/freebsd/crypto/openssl/apps/
H A Dtsget.in167 $body = <STDIN>;
H A DCA.pl.in170 $FILE = "" unless defined($FILE = <STDIN>);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h105 OptionalFileEntryRef STDIN; variable

12