HomeSort by relevance Sort by last modified time
    Searched refs:conffile (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/
secureserver.pl 68 my $conffile; # stunnel configuration file
86 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)
    [all...]
  /external/bison/build-aux/
gnupload 28 conffile=.gnuploadrc
78 Options and commands are applied in order. If the file $conffile exists
81 (#) and empty lines in $conffile are allowed.
115 if test -r "$conffile"; then
116 echo "$0: Reading configuration file $conffile"
117 conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '`
  /external/dnsmasq/src/
option.c 237 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE },
2785 char *errmess, *arg, *conffile = CONFFILE; local
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 112 open(my $conffile, '<', "$conf")
115 while (<$conffile>) {
131 close($conffile);
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 90 milliseconds