Searched refs:IN (Results 1 - 25 of 42) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dperlpath.pl16 open(IN,"<$_") || die "unable to open $dir/$_:$!\n";
17 @a=<IN>;
18 close(IN);
H A Derr-ins.pl10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
13 while (<IN>)
18 close(IN);
H A Dselftest.pl39 if (open(IN,"<Makefile")) {
40 while (<IN>) {
46 close(IN);
59 if (open(IN,"<CHANGES")) {
60 while(<IN>) {
66 close(IN);
120 if (open(IN,"<make.log")) {
122 while (<IN>) {
125 close(IN);
157 if ($ok and open(IN,"<maketes
[all...]
H A Dmkfiles.pl87 open (IN, "$dir/$makefile") || die "Can't open $dir/$makefile";
91 while (<IN>)
105 $b=<IN>;
140 close (IN);
H A Dck_errf.pl20 open(IN,"<$file") || die "unable to open $file\n";
22 while (<IN>)
56 close(IN);
H A Dcopy.pl47 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
50 while (sysread IN, $buf, 10240)
54 close(IN);
H A Dsrc-dep.pl71 open(IN,"nm $name|") || die "unable to run 'nn $name':$!\n";
72 while (<IN>)
104 close(IN);
111 open(IN,"nm $name|") || die "unable to run 'nn $name':$!\n";
112 while (<IN>)
145 close(IN);
H A Dsp-diff.pl50 open(IN,"<$file") || die "unable to open '$file' for input\n";
52 while (<IN>)
77 close(IN);
H A Dmkstack.pl29 open(IN, "< $file") || die "Can't open $file for reading: $!";
31 while(<IN>) {
48 close(IN);
58 open(IN, "< $safestack.h") || die "Can't open input file: $!";
59 while(<IN>) {
H A Dmkerr.pl125 open(IN, "<$config") || die "Can't open config file $config";
129 while(<IN>)
152 close IN;
162 if (open(IN, "<$hdr")) {
164 while(<IN>) {
252 while(<IN>) {
310 close IN;
329 open(IN, "<$file") || die "Can't open source file $file\n";
330 while(<IN>) {
355 close IN;
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
H A DCA.pl176 open IN, $infile;
179 while (<IN>) {
183 close IN;
H A DCA.pl.bak176 open IN, $infile;
179 while (<IN>) {
183 close IN;
H A DCA.pl.in176 open IN, $infile;
179 while (<IN>) {
183 close IN;
/barrelfish-master/lib/openssl-1.0.0d/crypto/md2/
H A Dmd2.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
72 FILE *IN; local
82 IN=fopen(argv[i],"r");
83 if (IN == NULL)
90 do_fp(IN);
91 fclose(IN);
/barrelfish-master/lib/openssl-1.0.0d/crypto/md4/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/
H A Dmd5.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobjxref.pl10 open(IN, $mac_file) || die "Can't open $mac_file";
14 while (<IN>)
20 close IN;
22 open(IN, $xref_file) || die "Can't open $xref_file";
26 while (<IN>)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ripemd/
H A Drmd160.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
71 FILE *IN; local
81 IN=fopen(argv[i],"r");
82 if (IN == NULL)
89 do_fp(IN);
90 fclose(IN);
H A Dsha1.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/barrelfish-master/lib/openssl-1.0.0d/tools/
H A Dc_rehash93 open IN, $fname;
94 while(<IN>) {
106 close IN;
141 open IN,"<$fname" or die "can't open $fname for read";
143 print OUT <IN>; # does the job for small text files
145 close IN;
H A Dc_rehash.bak93 open IN, $fname;
94 while(<IN>) {
106 close IN;
141 open IN,"<$fname" or die "can't open $fname for read";
143 print OUT <IN>; # does the job for small text files
145 close IN;
H A Dc_rehash.in93 open IN, $fname;
94 while(<IN>) {
106 close IN;
141 open IN,"<$fname" or die "can't open $fname for read";
143 print OUT <IN>; # does the job for small text files
145 close IN;
/barrelfish-master/lib/tommath/
H A Dbooker.pl20 open(IN,"<tommath.src") or die "Can't open source file";
26 while (<IN>) {
50 close(IN);
52 open(IN,"<tommath.src") or die "Can't open source file";
56 while (<IN>) {
265 close (IN);

Completed in 120 milliseconds

12