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

  /src/crypto/external/apache2/openssl/dist/Configurations/
gentemplate.pm 69 # collectdepends, expanddepends and reducedepends work together to make
153 # reducedepends looks through a list, and checks if each item is
155 sub reducedepends { subroutine
157 print STDERR "DEBUG[reducedepends]> ", join(' ', @list), "\n"
176 print STDERR "DEBUG[reducedepends]< ", join(' ', @newlist), "\n"
190 reducedepends($self->expanddepends(map { ( $_, $self->collectdepends($_) ) } @_));
  /src/crypto/external/bsd/openssl/dist/Configurations/
gentemplate.pm 69 # collectdepends, expanddepends and reducedepends work together to make
153 # reducedepends looks through a list, and checks if each item is
155 sub reducedepends { subroutine
157 print STDERR "DEBUG[reducedepends]> ", join(' ', @list), "\n"
176 print STDERR "DEBUG[reducedepends]< ", join(' ', @newlist), "\n"
190 reducedepends($self->expanddepends(map { ( $_, $self->collectdepends($_) ) } @_));

Completed in 26 milliseconds