Searched refs:SRC (Results 1 - 25 of 73) sorted by relevance

123

/barrelfish-master/lib/tommath/
H A Dgen.pl10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
12 print OUT while <SRC>;
14 close SRC or die "Error closing $filename after reading: $!";
H A Ddep.pl25 open(SRC, "<$filename");
29 my $line = <SRC>;
36 while (<SRC>) {
44 close SRC;
55 open(SRC, "<$filename") or die "Can't open source file!\n";
65 while (<SRC>) {
85 close SRC;
H A Dpretty.build44 if (open(SRC, "<$tmp")) {
45 close SRC;
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
49 ++$lines while (<SRC>);
50 close SRC or die "Error closing $filename after reading: $!";
H A Dbooker.pl71 open(SRC,"<$m[1]") or die "Error:$srcline:Can't open source file $m[1]";
83 while (<SRC>) {
87 <SRC>;
91 while (<SRC>) {
117 close(SRC);
/barrelfish-master/lib/openssl-1.0.0d/crypto/seed/
H A Dseed_locl.h75 #define XOR_SEEDBLOCK(DST, SRC) \
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 #define MOV_SEEDBLOCK(DST, SRC) \
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/krb5/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/modes/
H A DMakefile23 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/pqueue/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
68 ctags $(SRC)
73 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/buffer/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/idea/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/md2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/md4/
H A DMakefile24 SRC= $(LIBSRC) macro
29 ALL= $(GENERAL) $(SRC) $(HEADER)
58 ctags $(SRC)
63 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
72 ctags $(SRC)
77 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc2/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc5/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
65 ctags $(SRC)
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/ripemd/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
65 ctags $(SRC)
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A DMakefile23 SRC= $(LIBSRC) macro
28 ALL= $(GENERAL) $(SRC) $(HEADER)
57 ctags $(SRC)
62 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
70 ctags $(SRC)
75 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/
H A DMakefile30 SRC= $(LIBSRC) macro
35 ALL= $(GENERAL) $(SRC) $(HEADER)
69 ctags $(SRC)
74 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
65 ctags $(SRC)
70 lint -DLINT $(INCLUDES) $(SRC)>fluff
/barrelfish-master/lib/openssl-1.0.0d/crypto/comp/
H A DMakefile26 SRC= $(LIBSRC) macro
31 ALL= $(GENERAL) $(SRC) $(HEADER)
60 ctags $(SRC)
65 lint -DLINT $(INCLUDES) $(SRC)>fluff

Completed in 184 milliseconds

123