Searched refs:srch (Results 1 – 4 of 4) sorted by relevance
/openssl/test/recipes/ |
H A D | 90-test_sslapi.t | 78 my ($infile, $srch, $repl, $outfile) = @_; 85 $msg =~ s/$srch/$repl/; 100 my $srch = qr/$key\s*=\s*\S*\n/; 107 return replace_line_file_internal($infile, $srch, $rep, $outfile); 115 my $srch = qr/$key/; 118 $srch, $rep, $outfile);
|
H A D | 03-test_fipsinstall.t | 77 my ($infile, $srch, $repl, $outfile) = @_; 84 $msg =~ s/$srch/$repl/; 100 my $srch = qr/$key\s*=\s*\S*\n/; 107 return replace_line_file_internal('fips.cnf', $srch, $rep, $outfile); 117 my $srch = qr/fipsmodule.cnf/; 120 $srch, $rep, $outfile);
|
H A D | 80-test_ssl_old.t | 112 my ($infile, $srch, $repl, $outfile) = @_; 119 $msg =~ s/$srch/$repl/; 134 my $srch = qr/$key\s*=\s*\S*\n/; 141 return replace_line_file_internal($infile, $srch, $rep, $outfile); 149 my $srch = qr/$key/; 152 $srch, $rep, $outfile);
|
/openssl/crypto/ |
H A D | cpuid.c | 80 static variant_char *ossl_strchr(const variant_char *str, char srch) in ossl_strchr() argument 84 if (c == srch) in ossl_strchr()
|
Completed in 17 milliseconds