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

/macosx-10.9.5/apache-786.1/httpd/build/
H A Dconfig-stubs23 for configfile in $configfiles; do
24 if [ -r $configfile ]; then
25 echo "sinclude($configfile)"
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/
H A DAutoRegen.sh24 configfile=configure.ac
31 test -d autoconf && test -f autoconf/$configfile && cd autoconf
32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DConfig.PL38 $configfile = $dir.'/Mail/Sender.config';
42 unless ($configfile) {
47 if (-e $configfile) {
49 They are saved in $configfile.
80 if (! $configfile) {
82 $configfile = 'blib/lib/Mail/Sender.config';
84 print "\n\t... will be saved to $configfile\n";
239 open CFG, '>'.$configfile;
272 print "The defaults were saved into $configfile
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dt_api.pl138 c <configfile> : use configfile instead of t_config
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmain.c383 char *configfile = NULL; local
455 configfile = ch_strdup(newConfigFile);
456 Debug ( LDAP_DEBUG_ANY, "new config file from registry is: %s\n", configfile, 0, 0 );
550 configfile = ch_strdup( optarg );
806 if ( read_config( configfile, configdir ) != 0 ) {
1053 lutil_LogStartedEvent( serverName, slap_debug, configfile ?
1054 configfile : SLAPD_DEFAULT_CONFIGFILE , urls );
1136 if ( configfile )
1137 ch_free( configfile );
/macosx-10.9.5/ntp-88/libopts/
H A DMakefile.am17 compat/strdup.c compat/strchr.c configfile.c \
/macosx-10.9.5/ntp-88/sntp/libopts/
H A DMakefile.am17 compat/strdup.c compat/strchr.c configfile.c \
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dtestcurl.pl247 my $configfile = "$pwd/$build/lib/curl_config.h";
249 if(-f $configfile && -s $configfile && open(LIBCONFIGH, "<$configfile")) {
/macosx-10.9.5/network_cmds-433/ip6addrctl.tproj/
H A Dip6addrctl.c55 static char *configfile; variable
100 configfile = argv[2];
101 make_policy_fromfile(configfile);
464 fprintf(stderr, " ip6addrctl install <configfile>\n");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dntservice.c386 void lutil_LogStartedEvent( char *svc, int slap_debug, char *configfile, char *urls ) argument
396 Inserts[i++] = strdup( configfile );
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dpage288 set configfile [Shift]
289 if {($configfile eq "") || [catch {
291 $configfile]
297 ArgError "Bad argument \"$configfile\".\n\t$msg"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgrub.vim39 \ chainloader cmp configfile debug displayapm
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dlutil.h276 lutil_LogStartedEvent( char *svc, int slap_debug, char *configfile, char *urls );
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dlak.c141 const char *configfile)
148 infile = fopen(configfile, "r");
152 configfile);
361 const char *configfile,
392 strlcpy(conf->path, configfile, LAK_PATH_LEN);
700 const char *configfile,
721 rc = lak_config(configfile, &lak->conf);
139 lak_config_read( LAK_CONF *conf, const char *configfile) argument
360 lak_config( const char *configfile, LAK_CONF **ret) argument
699 lak_init( const char *configfile, LAK **ret) argument
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm75 'configfile' => { 'template' => 'configfile=s',
76 'description' => '--configfile <file> '
246 my $file = $options->{'configfile'} || $self->{'configfile'};
785 file, see the --configfile option. See also the --group and --user
798 =item I<configfile> (B<--configfile=file>)
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm86 'configfile' => { 'template' => 'configfile=s',
87 'description' => '--configfile <file> '
257 my $file = $options->{'configfile'} || $self->{'configfile'};
804 file, see the --configfile option. See also the --group and --user
817 =item I<configfile> (B<--configfile=file>)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl680 set f [open $cnf(configfile) w]
699 if {[file exists $cnf(configfile)]} {
700 set f [open $cnf(configfile) r]
850 set cnf(configfile) "ftpdemo.cnf"

Completed in 300 milliseconds