Lines Matching refs:str
121 my $str =
124 print "#ifndef OPENSSL_NO_SOCK\n${str}#endif\n";
136 $str =~ s/NULL, NULL/$dalt/;
137 print "\n${str}#endif\n";
139 print "#ifndef OPENSSL_NO_" . uc($cmd) . "\n${str}#endif\n";
141 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
143 print $str;
160 my $str = " {FT_md, \"$cmd\", dgst_main, NULL, NULL},\n";
162 print "#ifndef OPENSSL_NO_" . uc($cmd) . "\n${str}#endif\n";
164 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
166 print $str;
206 my $str = " {FT_cipher, \"$cmd\", enc_main, enc_options, NULL},\n";
209 print "#ifdef ZLIB\n${str}#endif\n";
211 print "#ifndef OPENSSL_NO_" . uc($algo) . "\n${str}#endif\n";
213 print "#ifndef OPENSSL_NO_" . uc($disabler) . "\n${str}#endif\n";
215 print $str;