Home
last modified time | relevance | path

Searched refs:srch (Results 1 – 4 of 4) sorted by relevance

/openssl/test/recipes/
H A D90-test_sslapi.t78 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 D03-test_fipsinstall.t77 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 D80-test_ssl_old.t112 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 Dcpuid.c80 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