Home
last modified time | relevance | path

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

12

/freebsd-14-stable/tools/tools/locale/tools/
HDmkwidths.pl94 my $version = <STDIN>;
114 my @lines = <STDIN>;
/freebsd-14-stable/tests/sys/acl/
HDrun256 open *IN_DUP, "<&STDIN"
258 open *STDIN, "<&IN2"
278 open *STDIN, "<&IN_DUP"
/freebsd-14-stable/usr.bin/indent/
HDargs.c73 #define STDIN 3 /* use stdin */ macro
166 {"st", PRO_SPECIAL, 0, STDIN, 0},
290 case STDIN: in set_option()
/freebsd-14-stable/contrib/libcbor/misc/
HDfile_to_bytes.rb3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
/freebsd-14-stable/crypto/openssl/VMS/
HDVMSify-conf.pl16 while(<STDIN>) {
HDtranslatesyms.pl45 while(<STDIN>) {
/freebsd-14-stable/share/examples/printing/
HDnetprint23 while (<STDIN>) { print PRINTER; }
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.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-14-stable/crypto/openssl/util/perl/TLSProxy/
HDProxy.pm247 open(my $savedin, "<&STDIN");
250 $pid = open(STDIN, "$execcmd 2>&1 |") or die "Failed to $execcmd: $!\n";
292 open(STDIN, "<&", $savedin);
/freebsd-14-stable/crypto/openssl/util/
HDcavs-to-evptest.pl30 while (<STDIN>)
HDfix-deprecation42 $headertext = <STDIN>;
/freebsd-14-stable/crypto/heimdal/lib/kadm5/
HDcheck-cracklib.pl89 while (<STDIN>) {
/freebsd-14-stable/contrib/sendmail/contrib/
HDdoublebounce.pl134 print(MSG <STDIN>);
/freebsd-14-stable/usr.sbin/cron/cron/
HDmacros.h41 #define STDIN 0 /* what is stdin's file descriptor? */ macro
HDdo_command.c255 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN); in child_process()
/freebsd-14-stable/tools/tools/ansify/
HDansify.pl159 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd-14-stable/contrib/tcsh/
HDtcsh.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-14-stable/secure/caroot/
HDMAca-bundle.pl44 my $inputfh = *STDIN;
/freebsd-14-stable/contrib/ntp/sntp/ag-tpl/
HDmdoc2man209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
/freebsd-14-stable/contrib/ntp/sntp/ag-tpl/0-old/
HDmdoc2man183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
HDmdoc2texi150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFileManager.h105 OptionalFileEntryRef STDIN; variable
/freebsd-14-stable/crypto/openssl/apps/
HDtsget.in167 $body = <STDIN>;
HDCA.pl.in170 $FILE = "" unless defined($FILE = <STDIN>);
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool_influxdb/
HDREADME.md246 ## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs)
250 signal = "STDIN"

12