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

  /src/crypto/external/apache2/openssl/dist/util/
mkerr.pl 661 my @runref;
663 push( @runref, $_ ) unless exists $usedreasons{$_};
665 if ( @runref ) {
667 foreach ( sort @runref ) {
  /src/crypto/external/bsd/openssl/dist/util/
mkerr.pl 653 my @runref;
655 push( @runref, $_ ) unless exists $usedreasons{$_};
657 if ( @runref ) {
659 foreach ( sort @runref ) {
  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 696 my @runref;
698 push( @runref, $_ ) unless exists $usedreasons{$_};
706 if ( @runref ) {
708 foreach ( sort @runref ) {

Completed in 23 milliseconds