Searched refs:srch (Results 1 – 2 of 2) sorted by relevance
36 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);
80 static variant_char *ossl_strchr(const variant_char *str, char srch) in ossl_strchr() argument84 if (c == srch) in ossl_strchr()
Completed in 3 milliseconds