OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configfile
(Results
1 - 3
of
3
) sorted by null
/external/llvm/autoconf/
AutoRegen.sh
23
configfile
=configure.ac
29
test -d autoconf && test -f autoconf/$
configfile
&& cd autoconf
30
test -f $
configfile
|| die "Can't find 'autoconf' dir; please cd into it first"
50
autoconf --force --warnings=all -o ../$outfile $
configfile
|| die "autoconf failed"
53
autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$
configfile
|| die "autoheader failed"
/external/openssl/apps/
srp.c
290
char *
configfile
=NULL;
local
327
configfile
= *(++argv);
389
if (dbfile &&
configfile
)
391
BIO_printf(bio_err,"-dbfile and -
configfile
cannot be specified together.\n");
439
if (
configfile
== NULL)
configfile
= getenv("OPENSSL_CONF");
440
if (
configfile
== NULL)
configfile
= getenv("SSLEAY_CONF");
441
if (
configfile
== NULL)
457
configfile
=tofree
[
all
...]
ca.c
266
char *
configfile
=NULL;
local
356
configfile
= *(++argv);
583
if (
configfile
== NULL)
configfile
= getenv("OPENSSL_CONF");
584
if (
configfile
== NULL)
configfile
= getenv("SSLEAY_CONF");
585
if (
configfile
== NULL)
601
configfile
=tofree;
604
BIO_printf(bio_err,"Using configuration from %s\n",
configfile
);
606
if (NCONF_load(conf,
configfile
,&errorline) <= 0
[
all
...]
Completed in 529 milliseconds