Searched refs:STDIN (Results 1 – 25 of 33) sorted by relevance
12
| /freebsd-14-stable/tools/tools/locale/tools/ |
| HD | mkwidths.pl | 94 my $version = <STDIN>; 114 my @lines = <STDIN>;
|
| /freebsd-14-stable/tests/sys/acl/ |
| HD | run | 256 open *IN_DUP, "<&STDIN" 258 open *STDIN, "<&IN2" 278 open *STDIN, "<&IN_DUP"
|
| /freebsd-14-stable/usr.bin/indent/ |
| HD | args.c | 73 #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/ |
| HD | file_to_bytes.rb | 3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
|
| /freebsd-14-stable/crypto/openssl/VMS/ |
| HD | VMSify-conf.pl | 16 while(<STDIN>) {
|
| HD | translatesyms.pl | 45 while(<STDIN>) {
|
| /freebsd-14-stable/share/examples/printing/ |
| HD | netprint | 23 while (<STDIN>) { print PRINTER; }
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | 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-14-stable/crypto/openssl/util/perl/TLSProxy/ |
| HD | 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-14-stable/crypto/openssl/util/ |
| HD | cavs-to-evptest.pl | 30 while (<STDIN>)
|
| HD | fix-deprecation | 42 $headertext = <STDIN>;
|
| /freebsd-14-stable/crypto/heimdal/lib/kadm5/ |
| HD | check-cracklib.pl | 89 while (<STDIN>) {
|
| /freebsd-14-stable/contrib/sendmail/contrib/ |
| HD | doublebounce.pl | 134 print(MSG <STDIN>);
|
| /freebsd-14-stable/usr.sbin/cron/cron/ |
| HD | macros.h | 41 #define STDIN 0 /* what is stdin's file descriptor? */ macro
|
| HD | do_command.c | 255 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN); in child_process()
|
| /freebsd-14-stable/tools/tools/ansify/ |
| HD | ansify.pl | 159 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | 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-14-stable/secure/caroot/ |
| HD | MAca-bundle.pl | 44 my $inputfh = *STDIN;
|
| /freebsd-14-stable/contrib/ntp/sntp/ag-tpl/ |
| HD | mdoc2man | 209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| /freebsd-14-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| HD | mdoc2man | 183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| HD | mdoc2texi | 150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | FileManager.h | 105 OptionalFileEntryRef STDIN; variable
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | tsget.in | 167 $body = <STDIN>;
|
| HD | CA.pl.in | 170 $FILE = "" unless defined($FILE = <STDIN>);
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| HD | README.md | 246 ## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs) 250 signal = "STDIN"
|
12