Searched refs:conffile (Results 1 – 5 of 5) sorted by relevance
68 my $conffile; # stunnel configuration file86 unlink($conffile) if($conffile && (-f $conffile));184 $conffile = "$path/stunnel.conf";267 $cmd = "$stunnel $conffile ";273 if(open(STUNCONF, ">$conffile")) {293 print "$ssltext Error closing file $conffile\n";298 print "$ssltext Error writing file $conffile\n";354 unlink($conffile) if($conffile && -f $conffile);
28 conffile=.gnuploadrc78 Options and commands are applied in order. If the file $conffile exists81 (#) and empty lines in $conffile are allowed.115 if test -r "$conffile"; then116 echo "$0: Reading configuration file $conffile"117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '`
215 $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
172 open(my $conffile, '<', "$conf")175 while (<$conffile>) {191 close($conffile);
2758 char *errmess, *arg, *conffile = CONFFILE; in read_opts() local2829 conffile = opt_string_alloc(arg); in read_opts()2844 if (conffile) in read_opts()2845 one_file(conffile, nest, 0); in read_opts()