Home
last modified time | relevance | path

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

/openssl-master/test/recipes/
A D03-test_fipsinstall.t36 my ($infile, $srch, $repl, $outfile) = @_;
43 $msg =~ s/$srch/$repl/;
59 my $srch = qr/$key\s*=\s*\S*\n/;
66 return replace_line_file_internal('fips.cnf', $srch, $rep, $outfile);
76 my $srch = qr/fipsmodule.cnf/;
79 $srch, $rep, $outfile);
/openssl-master/crypto/
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 3 milliseconds