HomeSort by relevance Sort by last modified time
    Searched refs:conffile (Results 1 - 6 of 6) 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/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
test_proxies.py 43 fd, self.conffile = tempfile.mkstemp()
53 ret = subprocess.call(['tinyproxy', '-c', self.conffile])
73 self.conffile))
  /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/ltrace/testsuite/lib/
ltrace.exp 703 set conffile [ltraceSource conf $conf]
709 return [eval [concat "ltraceRun -F $conffile " $params "-- $bin"]]
  /external/dnsmasq/src/
option.c 233 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE },
2767 char *errmess, *arg, *conffile = CONFFILE; local
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 753 milliseconds