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

  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 149 # 'public_header' - inclusive selector, adds public headers to the
154 # equivalent to 'public_header', but is present for
181 $tags{public_header} = 1
230 if ($tags_to_collect{public_header}) {
236 $files{$_} = { public_header => 1 };
260 if ($tags{public_header}) {
263 grep { $files{$_}->{public_header} }
972 foreach my $f ( files(TAGS => 'public_header') ) {
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 145 # 'public_header' - inclusive selector, adds public headers to the
150 # equivalent to 'public_header', but is present for
177 $tags{public_header} = 1
226 if ($tags_to_collect{public_header}) {
232 $files{$_} = { public_header => 1 };
256 if ($tags{public_header}) {
259 grep { $files{$_}->{public_header} }
921 foreach my $f ( files(TAGS => 'public_header') ) {

Completed in 25 milliseconds