OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Configure
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/
config.com
1
$ ! OpenSSL config: determine the architecture and run
Configure
15
$ ! -t test mode, doesn't run
Configure
40
-t Test mode, do not run the
Configure
perl script.
41
-v Verbose mode, show the exact
Configure
call that is being made.
44
Any other text will be passed to the
Configure
perl script.
90
WRITE SYS$OUTPUT "PERL ''here'
Configure
""''target'""",collected_args
92
PERL 'here'
Configure
"''target'"'collected_args'
/src/crypto/external/bsd/openssl/dist/
config.com
1
$ ! OpenSSL config: determine the architecture and run
Configure
15
$ ! -t test mode, doesn't run
Configure
40
-t Test mode, do not run the
Configure
perl script.
41
-v Verbose mode, show the exact
Configure
call that is being made.
44
Any other text will be passed to the
Configure
perl script.
90
WRITE SYS$OUTPUT "PERL ''here'
Configure
""''target'""",collected_args
92
PERL 'here'
Configure
"''target'"'collected_args'
/src/crypto/external/bsd/openssl.old/dist/
config.com
1
$ ! OpenSSL config: determine the architecture and run
Configure
15
$ ! -t test mode, doesn't run
Configure
40
-t Test mode, do not run the
Configure
perl script.
41
-v Verbose mode, show the exact
Configure
call that is being made.
44
Any other text will be passed to the
Configure
perl script.
90
WRITE SYS$OUTPUT "PERL ''here'
Configure
""''target'""",collected_args
92
PERL 'here'
Configure
"''target'"'collected_args'
config
9
# OpenSSL config: determine the operating system and run ./
Configure
29
-t Test mode, do not run the
Configure
perl script.
30
-v Verbose mode, show the exact
Configure
call that is being made.
33
Any other text will be passed to the
Configure
perl script.
43
# Environment that's being passed to
Configure
97
# ./
Configure
, which in turn makes make generate
453
echo " invoke '$THERE/
Configure
irix64-mips4-$CC' *manually*."
465
echo " invoke '$THERE/
Configure
darwin64-ppc-cc' *manually*."
527
echo " invoke '$THERE/
Configure
linux-ppc64' *manually*."
549
echo " invoke '$THERE/
Configure
linux64-mips64' *manually*.
[
all
...]
/src/external/bsd/unbound/dist/contrib/android/
install_openssl.sh
26
if ! ./
Configure
"$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
28
echo "Failed to
configure
OpenSSL"
/src/external/bsd/unbound/dist/contrib/ios/
install_openssl.sh
34
if ! ./
Configure
"$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
36
echo "Failed to
configure
OpenSSL"
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
config.pm
9
# Determine the operating system and run ./
Configure
. Far descendant from
41
# Some environment variables; they will affect
Configure
71
# This is what we will set as the target for calling
Configure
.
245
# i386. This means i386 gets passed to
Configure
, which will
428
or
configure
with an explicit configuration target.
487
$WHERE/
Configure
irix64-mips4-$CC
501
$WHERE/
Configure
darwin64-ppc-cc
517
KERNEL_BITS=64 $WHERE/
Configure
[options...]
541
KERNEL_BITS=32 $WHERE/
Configure
[options...]
588
$WHERE/
Configure
linux-ppc6
[
all
...]
Test.pm
127
checks that C<$TOP/
Configure
> or C<$SRCTOP/
Configure
> exists, C<chdir>
154
BAIL_OUT("setup() expects the file
Configure
in the source top directory")
155
unless -f srctop_file("
Configure
");
933
defined and that it's a directory that contains the file C<
Configure
>.
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
config.pm
9
# Determine the operating system and run ./
Configure
. Far descendant from
41
# Some environment variables; they will affect
Configure
71
# This is what we will set as the target for calling
Configure
.
244
# i386. This means i386 gets passed to
Configure
, which will
427
or
configure
with an explicit configuration target.
486
$WHERE/
Configure
irix64-mips4-$CC
500
$WHERE/
Configure
darwin64-ppc-cc
516
KERNEL_BITS=64 $WHERE/
Configure
\[\[ options \]\]
540
KERNEL_BITS=32 $WHERE/
Configure
\[\[ options \]\]
587
$WHERE/
Configure
linux-ppc6
[
all
...]
Test.pm
126
checks that C<$TOP/
Configure
> or C<$SRCTOP/
Configure
> exists, C<chdir>
153
BAIL_OUT("setup() expects the file
Configure
in the source top directory")
154
unless -f srctop_file("
Configure
");
907
defined and that it's a directory that contains the file C<
Configure
>.
/src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm
56
Getopt::Long::
Configure
("bundling", "pass_through");
ChannelDefs.pm
325
Configure
channels for strictness C<$STRICTNESS_NAME>.
/src/sys/external/bsd/gnu-efi/dist/inc/
efiudp.h
152
EFI_UDP4_CONFIGURE
Configure
;
266
EFI_UDP6_CONFIGURE
Configure
;
efitcp.h
210
EFI_TCP4_CONFIGURE
Configure
;
383
EFI_TCP6_CONFIGURE
Configure
;
efiip.h
203
EFI_IP4_CONFIGURE
Configure
;
451
EFI_IP6_CONFIGURE
Configure
;
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
__init__.py
29
configure
= do_configure(toolset)
30
configure
.check_function_exists('execve', 'HAVE_EXECVE')
31
configure
.check_function_exists('execv', 'HAVE_EXECV')
32
configure
.check_function_exists('execvpe', 'HAVE_EXECVPE')
33
configure
.check_function_exists('execvp', 'HAVE_EXECVP')
34
configure
.check_function_exists('execvP', 'HAVE_EXECVP2')
35
configure
.check_function_exists('exect', 'HAVE_EXECT')
36
configure
.check_function_exists('execl', 'HAVE_EXECL')
37
configure
.check_function_exists('execlp', 'HAVE_EXECLP')
38
configure
.check_function_exists('execle', 'HAVE_EXECLE'
[
all
...]
/src/sys/dev/raidframe/
rf_layout.c
448
retval = (p->
Configure
) (listp, raidPtr, cfgPtr);
raidframevar.h
459
int autoconfigure; /* automatically
configure
this RAID set.
547
int (*
Configure
) (RF_ShutdownList_t ** shutdownListp,
/src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm
122
checks that C<$TOP/
Configure
> or C<$SRCTOP/
Configure
> exists, C<chdir>
148
BAIL_OUT("setup() expects the file
Configure
in the source top directory")
149
unless -f srctop_file("
Configure
");
848
defined and that it's a directory that contains the file C<
Configure
>.
/src/games/warp/
config.h.SH
18
* running
Configure
.
/src/external/gpl2/xcvs/dist/contrib/
validate_repo.in
201
Getopt::Long::
Configure
( "bundling" );
/src/external/gpl3/autoconf/dist/bin/
autom4te.in
32
# e.g.: COMMAND.COM. For DJGPP always use the shell that
configure
166
\`Autoconf\' create Autoconf
configure
scripts
312
Getopt::Long::
Configure
("pass_through", "permute");
813
# | m4trace:
configure
.ac:3: -1- AC_SUBST([exec_prefix], [NONE])
817
# | AT_AC_SUBST([
configure
.ac], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
/src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl
300
# DESTDIR is for package builders so that they can
configure
for, say,
305
# Do not edit these manually. Use
Configure
with --prefix or --openssldir
306
# to change this! Short explanation in the top comment in
Configure
595
@echo "Tests are not supported with your chosen
Configure
options"
602
@echo "Tests are not supported with your chosen
Configure
options"
1282
&& $$srcdir/
Configure
--banner=Configured enable-fips -O0 \
1287
&& $$srcdir/
Configure
--banner=Configured enable-fips no-asm -O0 \
1504
configdata.pm: $(SRCDIR)/
Configure
$(SRCDIR)/config \
1791
# We *know* this routine is only called when we've
configure
'shared'.
/src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl
271
# DESTDIR is for package builders so that they can
configure
for, say,
276
# Do not edit these manually. Use
Configure
with --prefix or --openssldir
277
# to change this! Short explanation in the top comment in
Configure
540
@echo "Tests are not supported with your chosen
Configure
options"
547
@echo "Tests are not supported with your chosen
Configure
options"
1194
&& $$srcdir/
Configure
--banner=Configured enable-fips -O0 \
1199
&& $$srcdir/
Configure
--banner=Configured enable-fips no-asm -O0 \
1459
configdata.pm: $(SRCDIR)/
Configure
$(SRCDIR)/config \
1713
# We *know* this routine is only called when we've
configure
'shared'.
/src/external/bsd/openresolv/dist/
resolvconf.in
127
-c \$PATTERN
Configure
DNS information for matched key
393
# using unless overridden by
configure
.
Completed in 40 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026