HomeSort by: relevance | last modified time | path
    Searched refs:expect_helpstr (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 1136 my $expect_helpstr = "";
1143 if ($expect_helpstr ne "") {
1145 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1146 $expect_helpstr = "";
1151 $expect_helpstr = $1;
1152 $expect_helpstr = "" if $3 =~ m/^\s*,\s*"/;
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 1074 my $expect_helpstr = "";
1081 if ($expect_helpstr ne "") {
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1084 $expect_helpstr = "";
1089 $expect_helpstr = $1;
1090 $expect_helpstr = "" if $3 =~ m/^\s*,\s*"/;

Completed in 25 milliseconds