• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssl/

Lines Matching refs:with

6 # this file except in compliance with the License.  You can obtain a copy
27 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
40 # given with --prefix.
74 # with a '-' or '+' are recognized, as well as Windows-style
75 # options beginning with a '/'. If the option contains arguments
86 # binaries (and in context it means executables linked with
87 # -static flag, and not just executables linked with static
110 # get past these. Note that we only use these with C compilers, not with
120 # -pedantic with pre-C9x compiler would also complain about 'long
204 # Reads a configuration file and populates %table with the contents
241 die "reconfiguring with other arguments present isn't supported"
542 # Explicit "no-..." options will be collected in %disabled along with the defaults.
548 # For the "make variables" CPPINCLUDES and CPPDEFINES, we support lists with
585 # Info about what "make variables" may be prefixed with the cross compiler
586 # prefix. This should NEVER mention any such variable with a list for value.
776 # with the proper flags later on
809 die "Directory given with --prefix MUST be absolute\n"
824 elsif (/^--with-zlib-lib=(.*)$/)
828 elsif (/^--with-zlib-include=(.*)$/)
832 elsif (/^--with-fuzzer-lib=(.*)$/)
836 elsif (/^--with-fuzzer-include=(.*)$/)
840 elsif (/^--with-rand-seed=(.*)$/)
844 die "Unknown --with-rand-seed choice $x\n"
896 # This provides a simple way to pass options with arguments separated
906 # This provides a simple way to pass options with arguments separated
1068 die "Cannot seed with none and anything else" if scalar(@seed_sources) > 1;
1072 You have selected the --with-rand-seed=none option, which effectively
1093 # Support for legacy targets having a name starting with 'debug-'
1156 # Fill %config with values from %user, and in case those are undefined or
1468 # Deal with bn_ops ###################################################
1840 die "Something went wrong with $sourced/$f: $!\n" unless $template;
1971 "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" },
2032 ENGINES can only be used if configured with 'dynamic-engine'.
2086 die "shared_name for $dest with multiple values: "
2092 die "shared_name for $dest with multiple values: "
2238 # Take extra care with files ending with .a, they should
2279 They are ignored and should be replaced with a combination of GENERATE,
2624 print "\nCommand line (with current working directory = $here):\n\n";
2728 print 'Reconfiguring with: ', join(' ',@{$config{perlargv}}), "\n";
2762 When used interactively, simply run it as any perl script, with at least one
2765 When loaded as a module, you get a few databanks with useful information to
2769 %target The OpenSSL config target with all inheritances
2773 %withargs All data given through --with-THING options.
2865 you have tried with a current version of OpenSSL).
2930 # Helper function to implement conditional value variants, with a default
2938 # When configuring with --debug, the resulting string will be
2955 # This is useful if you want to combine a string with the result of a
2988 # string of joined values with $separator as the separator.
3057 # it to fill %targets with target configurations. Those are then added to
3075 shadow pre-existing config targets with the same name:
3081 # For each target, check that it's configured with a hash table.
3119 # bunch of attributes with string values.
3120 # What we get here, though, are keys with references to lists of
3121 # the combined values of them all. We will deal with lists after
3147 # Now is the time to deal with those lists. Here's the place to
3148 # decide what shall be done with those lists, all based on the
3149 # values of the target we're currently dealing with.
3150 # - If a value is a coderef, it will be executed with the list of
3303 # then it's not something to test with $PATH...
3322 # $config{perlenv}->{$name} will be created with the value
3539 die "$filename ending with continuation line\n" if $_;
3570 die "input text ending with continuation line\n" if $_;
3578 # line and the CODEref does something with the result of the regexp.
3610 # have to be quoted with single or double quotes. Double quotes
3612 # with backslash.