Searched refs:configfile (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/subversion/
H A Dautogen.sh143 configfile="$ltconfig/$file"
145 if [ ! -f "$configfile" ]; then
146 echo "$configfile not found $ltconfig_error"
150 echo "Copying autoconf helper: $configfile"
151 cp "$configfile" build/$file
/freebsd-10.3-release/crypto/openssl/apps/
H A Dsrp.c289 char *configfile = NULL; local
325 configfile = *(++argv);
379 if (dbfile && configfile) {
381 "-dbfile and -configfile cannot be specified together.\n");
427 if (configfile == NULL)
428 configfile = getenv("OPENSSL_CONF");
429 if (configfile == NULL)
430 configfile = getenv("SSLEAY_CONF");
431 if (configfile == NULL) {
454 configfile
[all...]
H A Dts.c83 static CONF *load_config_file(const char *configfile);
129 char *configfile = NULL; local
176 configfile = *++argv;
301 conf = load_config_file(configfile);
306 conf = load_config_file(configfile);
338 "ts -query [-rand file%cfile%c...] [-config configfile] "
345 "ts -reply [-config configfile] [-section tsa_section] "
385 static CONF *load_config_file(const char *configfile) argument
390 if (!configfile)
391 configfile
[all...]
H A Dca.c265 char *configfile = NULL; local
354 configfile = *(++argv);
544 if (configfile == NULL)
545 configfile = getenv("OPENSSL_CONF");
546 if (configfile == NULL)
547 configfile = getenv("SSLEAY_CONF");
548 if (configfile == NULL) {
571 configfile = tofree;
574 BIO_printf(bio_err, "Using configuration from %s\n", configfile);
576 if (NCONF_load(conf, configfile,
[all...]
/freebsd-10.3-release/usr.sbin/faithd/
H A Dprefix.c262 config_load(const char *configfile) argument
271 if (!configfile)
272 configfile = _PATH_PREFIX_CONF;
273 fp = fopen(configfile, "r");
H A Dfaithd.c101 static char *configfile = NULL; variable
153 if (config_load(configfile) < 0 && configfile) {
231 configfile = optarg;
244 if (config_load(configfile) < 0 && configfile) {
/freebsd-10.3-release/usr.sbin/ip6addrctl/
H A Dip6addrctl.c55 static char *configfile; variable
98 configfile = argv[2];
99 make_policy_fromfile(configfile);
454 fprintf(stderr, " ip6addrctl install <configfile>\n");
/freebsd-10.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am51 compat/compat.h compat/windows-config.h configfile.c \
H A DMakefile.in471 compat/compat.h compat/windows-config.h configfile.c cook.c \
/freebsd-10.3-release/usr.sbin/config/
H A Dmain.c88 static void configfile(void);
231 configfile(); /* put config file into kernel*/
503 configfile(void) function
/freebsd-10.3-release/sbin/devd/
H A Ddevd.cc156 static const char *configfile = CF; variable
493 parse_one_file(configfile);
1225 configfile = optarg;
/freebsd-10.3-release/contrib/ntp/ntpd/
H A DMakefile.am417 ./ntpd --configfile complete.conf --saveconfigquit $@
H A DMakefile.in1815 ./ntpd --configfile complete.conf --saveconfigquit $@
/freebsd-10.3-release/contrib/unbound/
H A DMakefile.in21 configfile=@ub_conf_file@
522 if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
551 @echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand"

Completed in 285 milliseconds