HomeSort by: relevance | last modified time | path
    Searched refs:STDIN (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/tests/dns/
mkraw.pl 19 # perl -e 'while (read(STDIN, my $byte, 1)) {
25 chomp(my $line = <STDIN>);
  /src/external/mit/libcbor/dist/misc/
file_to_bytes.rb 3 lst = (ARGV.empty? ? STDIN.read : IO.binread(ARGV[0])).bytes.map {|_| '0x%02X' % _ }
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
searchexample.pl 48 my $request = <STDIN>;
52 while (my $line = <STDIN>) {
  /src/crypto/dist/ipsec-tools/src/racoon/
stats.pl 5 while(<STDIN>) {
  /src/crypto/external/apache2/openssl/dist/VMS/
VMSify-conf.pl 16 while(<STDIN>) {
translatesyms.pl 45 while(<STDIN>) {
  /src/crypto/external/bsd/openssl/dist/VMS/
VMSify-conf.pl 16 while(<STDIN>) {
translatesyms.pl 45 while(<STDIN>) {
  /src/crypto/external/bsd/openssl.old/dist/VMS/
VMSify-conf.pl 16 while(<STDIN>) {
translatesyms.pl 45 while(<STDIN>) {
  /src/external/gpl3/gcc/dist/contrib/
dg-out-generator.pl 11 # This script reads program output on STDIN, and out of it produces a block of
48 while (<STDIN>)
  /src/external/cddl/dtracetoolkit/dist/Bin/
wpm.d 13 * This script assumes that keystrokes arrive one at a time on STDIN. This
39 inline int STDIN = 0;
82 /state == TRACING && execname == $$1 && arg0 == STDIN/
  /src/external/cddl/dtracetoolkit/dist/Misc/
wpm.d 13 * This script assumes that keystrokes arrive one at a time on STDIN. This
39 inline int STDIN = 0;
82 /state == TRACING && execname == $$1 && arg0 == STDIN/
  /src/crypto/external/apache2/openssl/dist/util/
fix-deprecation 42 $headertext = <STDIN>;
cavs-to-evptest.pl 30 while (<STDIN>)
dofile.pl 59 : ( { TYPE => 'FILEHANDLE', SOURCE => \*STDIN, FILENAME => '<stdin>' } );
  /src/crypto/external/bsd/openssl/dist/util/
fix-deprecation 42 $headertext = <STDIN>;
cavs-to-evptest.pl 30 while (<STDIN>)
  /src/external/bsd/wpa/dist/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
  /src/crypto/external/bsd/openssl.old/dist/util/
cavs-to-evptest.pl 30 while (<STDIN>)
dofile.pl 130 my $filename = "<STDIN>";
172 : join("", <STDIN>);
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
check-cracklib.pl 89 while (<STDIN>) {
  /src/external/bsd/cron/dist/
macros.h 44 #define STDIN 0 /* what is stdin's file descriptor? */
popen.c 143 if (pdes[0] != STDIN) {
144 (void)dup2(pdes[0], STDIN);
  /src/external/bsd/am-utils/dist/scripts/
amd2ldif.in 32 while (<STDIN>) {

Completed in 39 milliseconds

1 2 3