Home
last modified time | relevance | path

Searched refs:STDIN (Results 1 – 25 of 39) 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/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm352 open(my $savedin, "<&STDIN");
355 open(STDIN, "$^X -e 'sleep(10)' |") if $self->{isdtls};
356 $pid = open(STDIN, "$execcmd 2>&1 |") or die "Failed to $execcmd: $!\n";
398 open(STDIN, "<&", $savedin);
/freebsd/share/examples/printing/
H A Dnetprint23 while (<STDIN>) { print PRINTER; }
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp347 if (STDIN) in getSTDIN()
348 return *STDIN; in getSTDIN()
356 STDIN = getVirtualFileRef(Content->getBufferIdentifier(), in getSTDIN()
358 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN()
361 return *STDIN; in getSTDIN()
/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.c352 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/crypto/krb5/src/util/
H A Ddepfix.pl201 while (<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 Dca-extract.pl45 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/contrib/pam-krb5/ci/
H A Dkdc-setup-heimdal99 | kinit --password-file=STDIN testuser@HEIMDAL.TEST; then
/freebsd/crypto/openssl/apps/
H A Dtsget.in167 $body = <STDIN>;

12