• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/

Lines Matching refs:LOGDIR

151 my $LOGDIR="log";
156 my $SERVERIN="$LOGDIR/server.input"; # what curl sent the server
157 my $SERVER2IN="$LOGDIR/server2.input"; # what curl sent the second server
158 my $PROXYIN="$LOGDIR/proxy.input"; # what curl sent the proxy
159 my $CURLLOG="$LOGDIR/curl.log"; # all command lines run
160 my $FTPDCMD="$LOGDIR/ftpserver.cmd"; # copy ftp server instructions here
161 my $SERVERLOGS_LOCK="$LOGDIR/serverlogs.lock"; # server logs advisor read lock
184 my $memdump="$LOGDIR/memdump";
709 my $verifyout = "$LOGDIR/".
713 my $verifylog = "$LOGDIR/".
790 my $verifylog = "$LOGDIR/".
852 my $verifyout = "$LOGDIR/".
856 my $verifylog = "$LOGDIR/".
990 my $verifyout = "$LOGDIR/".
994 my $verifylog = "$LOGDIR/".
1211 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1288 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1366 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1448 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1543 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1623 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1708 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1789 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1864 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1907 $sshdlog = server_logfilename($LOGDIR, 'ssh', $ipvnum, $idnum);
1908 $sftplog = server_logfilename($LOGDIR, 'sftp', $ipvnum, $idnum);
1962 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
2032 $sshlog = server_logfilename($LOGDIR, 'socks', $ipvnum, $idnum);
2249 logmsg showdiff($LOGDIR, $firstref, $secondref);
2276 my $curlverout="$LOGDIR/curlverout.log";
2277 my $curlvererr="$LOGDIR/curlvererr.log";
3173 $STDOUT="$LOGDIR/stdout$testnum";
3174 $STDERR="$LOGDIR/stderr$testnum";
3185 my $CURLOUT="$LOGDIR/curl$testnum.out"; # curl output if not stdout
3350 my $stdinfile="$LOGDIR/stdin-for-$testnum";
3378 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
3413 open(GDBCMD, ">$LOGDIR/gdbcmd");
3426 "$gdb --directory libtest $DBGCURL -x $LOGDIR/gdbcmd");
3430 runclient("$gdb --directory libtest $DBGCURL $GDBW -x $LOGDIR/gdbcmd");
3461 open(GDBCMD, ">$LOGDIR/gdbcmd2");
3464 runclient("$gdb --directory libtest -x $LOGDIR/gdbcmd2 -batch $DBGCURL core ");
3465 # unlink("$LOGDIR/gdbcmd2");
3604 cleardir($LOGDIR);
3673 my @out = loadarray("$LOGDIR/upload.$testnum");
3893 unless(opendir(DIR, "$LOGDIR")) {
3894 logmsg "ERROR: unable to read $LOGDIR\n";
3914 my @e = valgrindparse($srcdir, $feature{'SSL'}, "$LOGDIR/$vgfile");
3960 cleardir($LOGDIR);
4841 cleardir($LOGDIR);
4842 mkdir($LOGDIR, 0777);
4968 opendir(DIR, "$LOGDIR") ||
4973 logmsg "== Contents of files in the $LOGDIR/ dir after test $testnum\n";
4984 if((-d "$LOGDIR/$log") || (! -s "$LOGDIR/$log")) {
5015 displaylogcontent("$LOGDIR/$log");