OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026