Searched refs:config_file (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/
H A D60dbicdump_config.t26 my $config_file = "$config_dir/my.conf";
30 open my $fh, '>', $config_file
31 or die "Could not write to $config_file: $!";
52 system $^X, 'script/dbicdump', $config_file;
60 'loader options read correctly from config_file';
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadmind.c52 static char *config_file; variable
63 "config-file", 'c', arg_string, &config_file,
113 if (config_file == NULL) {
114 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(ctx));
115 if (config_file == NULL)
119 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dkadmin.c38 static char *config_file; variable
60 "config-file", 'c', arg_string, &config_file,
184 if (config_file == NULL) {
185 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
186 if (config_file == NULL)
190 ret = krb5_prepend_config_files_default(config_file, &files);
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dperltidyrc_dump.pl33 my $config_file = $ARGV[0];
39 ) = read_perltidyrc($config_file);
82 if ($config_file) {
84 No configuration parameters seen in file: $config_file
230 # $config_file is the name of a .perltidyrc file we want to read
239 my ($config_file) = @_;
279 perltidyrc => $config_file,
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dperltidyrc_dump.pl33 my $config_file = $ARGV[0];
39 ) = read_perltidyrc($config_file);
82 if ($config_file) {
84 No configuration parameters seen in file: $config_file
230 # $config_file is the name of a .perltidyrc file we want to read
239 my ($config_file) = @_;
282 perltidyrc => $config_file,
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dconfig.c47 static char *config_file; /* location of kdc config file */ variable
69 "config-file", 'c', arg_string, &config_file,
183 if (config_file == NULL) {
184 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
185 if (config_file == NULL)
189 ret = krb5_prepend_config_files_default(config_file, &files);
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A Dmain.c177 char * config_file = NULL; local
194 config_file = optarg;
276 if (config_file != NULL) {
278 fprintf(stderr, "Ignoring -c %s\n", config_file);
282 my_CFPropertyListCreateFromFile(config_file);
285 "contents of file %s invalid\n", config_file);
/macosx-10.9.5/man-16/man/src/
H A Dman-getopt.c62 get_options_from_argvec(int argc, char **argv, char **config_file, argument
76 if (config_file)
77 *config_file = my_strdup (optarg);
256 char *config_file = NULL; local
260 optct = get_options_from_argvec(argc, argv, &config_file, &manp);
262 read_config_file (config_file);
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptime_config.c160 const char *config_file; local
179 config_file = cfgpath ? cfgpath : CONFIG_FILE;
182 config_file = cfgpath;
189 config_file = config_file_storage;
201 if ((fp = fopen(FindConfig(config_file), "r")) == NULL)
203 fprintf(stderr, "getconfig: Couldn't open <%s>\n", FindConfig(config_file));
204 msyslog(LOG_INFO, "getconfig: Couldn't open <%s>", FindConfig(config_file));
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dconfig.c38 static const char *config_file; /* location of kcm config file */ variable
76 "config-file", 'c', arg_string, &config_file,
317 if(config_file == NULL)
318 config_file = _PATH_KCM_CONF;
320 ret = krb5_prepend_config_files_default(config_file, &files);
/macosx-10.9.5/ntp-88/ntpd/
H A Dcmd_args.c35 extern const char *config_file;
58 config_file = OPT_ARG( CONFIGFILE );
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dgem_runner.rb9 require 'rubygems/config_file'
30 @config_file_class = options[:config_file] || Gem::ConfigFile
H A Dconfig_file.rb341 @config_file_name || Gem.config_file
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_config.rb25 config_file = OpenSSL::Config::DEFAULT_CONFIG_FILE
26 skip "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" unless File.readable?(config_file)
28 OpenSSL::Config.load(config_file)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DAdmin.pm168 =head2 config_file
170 config_file provide a config_file to read connect_info from, if this is provided
176 has config_file => (
185 config_stanza for use with config_file should be a '::' deliminated 'path' to the connection information
215 my $cfg = Config::Any->load_files ( {files => [$self->config_file], use_ext =>1, flatten_to_hash=>1});
218 $cfg = $cfg->{$self->config_file};
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dipropd_slave.c454 static char *config_file; variable
465 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
532 if (config_file == NULL) {
533 if (asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context)) == -1
534 || config_file == NULL)
538 ret = krb5_prepend_config_files_default(config_file, &files);
H A Diprop-log.c44 get_kadmin_context(const char *config_file, char *realm) argument
51 if (config_file == NULL) {
56 config_file = file;
59 ret = krb5_prepend_config_files_default(config_file, &files);
H A Dipropd_master.c730 static char *config_file; variable
737 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
788 if (config_file == NULL) {
789 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
790 if (config_file == NULL)
794 ret = krb5_prepend_config_files_default(config_file, &files);
/macosx-10.9.5/Heimdal-323.92.1/kpasswd/
H A Dkpasswdd.c781 static char *config_file; variable
796 { "config-file", 'c', arg_string, &config_file, NULL, NULL },
834 if (config_file == NULL) {
835 asprintf(&config_file, "%s/kdc.conf", hdb_db_dir(context));
836 if (config_file == NULL)
840 ret = krb5_prepend_config_files_default(config_file, &files);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcontext.c847 char *config_file = NULL; local
853 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
858 if (config_file)
859 return config_file;
863 config_file = _krb5_parse_reg_value_as_multi_string(NULL, key, "config",
868 return config_file;
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dconfig.c1002 newdir->filename = parms->config_file->name;
1003 newdir->line_num = parms->config_file->line_number;
1104 while (!(ap_cfg_getline(l, MAX_STRING_LEN, parms->config_file))) {
1223 while (!(ap_cfg_getline(l, MAX_STRING_LEN, parms->config_file))) {
1376 while(!(ap_cfg_getline(l, MAX_STRING_LEN, cmd->config_file))) {
1519 parms.config_file = ap_pcfg_open_custom(p, "-c/-C directives",
1524 ap_cfg_closefile(parms.config_file);
1633 parms.config_file = cfp;
1824 parms.config_file = f;
/macosx-10.9.5/rsync-42/rsync/
H A Dclientserver.c48 extern char *config_file;
753 if (!lp_load(config_file, 0))
849 if (!lp_load(config_file, 1))
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm379 my @config_file = Config::Std::Block->new({ name=>q{}, first=>1 });
392 $config_file[-1]->add_comment($comment) if $comment;
393 $config_file[-1]->add_gap();
413 push @config_file,
447 $config_file[-1]->add_keyval($key, $pure_sep, $val, $comment);
459 return \@config_file;
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm492 $rOpts, $config_file, $rraw_options,
949 $rOpts, $logger_object, $config_file,
1373 $rOpts, $logger_object, $config_file,
1384 if ($config_file) {
1386 "Found Configuration File >>> $config_file \n");
2181 my $config_file = "";
2205 if ($config_file) {
2207 "Only one -pro=filename allowed, using '$2' instead of '$config_file'\n";
2209 $config_file = $2;
2212 if ( defined($config_file) ) {
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm493 my ( $rOpts, $config_file, $rraw_options, $saw_extrude, $roption_string,
882 $rOpts, $logger_object, $config_file,
1065 $rOpts, $logger_object, $config_file,
1076 if ($config_file) {
1078 "Found Configuration File >>> $config_file \n");
1782 my $config_file = "";
1805 if ($config_file) {
1807 "Only one -pro=filename allowed, using '$2' instead of '$config_file'\n";
1809 $config_file = $2;
1810 unless ( -e $config_file ) {
[all...]

Completed in 343 milliseconds

12