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/${proto}_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/python/cpython3/Lib/
site.py 438 conffile for conffile in (
442 if os.path.isfile(conffile)
  /external/mesa3d/scripts/
get_reviewer.pl 172 open(my $conffile, '<', "$conf")
175 while (<$conffile>) {
191 close($conffile);
    [all...]
  /external/dnsmasq/src/
option.c 207 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE },
2727 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 143 milliseconds