Lines Matching +full:open +full:- +full:source
2 # Copyright 2006-2023 The OpenSSL Project Authors. All Rights Reserved.
6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
28 open $expsyms, '<', $expectedsyms or die;
34 open($OBJFH, "$cmd|") or die "Cannot open process: $!";
45 if ("$currentdll" ne "libcrypto-3-x64") {
47 $line =~ s/ [0-9a-fA-F]{1,2} /SYMBOL /;
48 if (index($line, "SYMBOL") != -1) {
63 $cmd = "objdump -t " . $objfilelist . " | grep UND | grep -v \@OPENSSL";
65 $cmd = $cmd . " sed -e\"s/@.*\$//\" | sort | uniq";
67 open $expsyms, '<', $expectedsyms or die;
74 open($OBJFH, "$cmd|") or die "Cannot open process: $!";