Searched refs:logfile (Results 1 - 25 of 52) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.sh11 logfile="$datadir/seek.regression"
15 rm -f $logfile
17 echo ---------------- >> $logfile
18 echo $i >> $logfile
19 $target_exec $target_path/tests/seek_test $target_path/$i >> $logfile
22 if diff -u -w "$reffile" "$logfile" ; then
H A Dregression.sh18 logfile="$datadir/$this.regression"
62 do_md5sum $f >> $logfile
64 $tiny_psnr $f $raw_ref >> $logfile
66 $tiny_psnr $f $pcm_ref 2 >> $logfile
68 wc -c $f >> $logfile
84 $tiny_psnr $f $raw_ref >> $logfile
86 $tiny_psnr $f $pcm_ref 2 >> $logfile
88 wc -c $f >> $logfile
102 echo "$f `cat $crcfile`" >> $logfile
159 do_md5sum ${outfile}libav02.$1 >> $logfile
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmbprint47 # logfile=/tmp/smb-print.log
48 logfile=/dev/null
69 echo "server $server, service $service" >> $logfile
77 ) | /usr/bin/smbclient "//$server/$service" $password -U $server -N >> $logfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmbprint47 # logfile=/tmp/smb-print.log
48 logfile=/dev/null
69 echo "server $server, service $service" >> $logfile
77 ) | /usr/bin/smbclient "\\\\$server\\$service" $password -U $server -N >> $logfile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlog.c66 FILE *logfile; local
68 /* Can we reuse the last opened logfile? */
71 /* Close the last used logfile. */
82 /* Open the logfile. */
91 logfile = last_logfile;
93 fprintf (logfile, "domain ");
94 print_escaped (logfile, domainname);
95 fprintf (logfile, "\nmsgid ");
96 print_escaped (logfile, msgid1);
99 fprintf (logfile, "\nmsgid_plura
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtest613.pl7 print "Usage: $0 prepare|postprocess dir [logfile]\n";
48 my $logfile = $ARGV[2];
57 if ($logfile) {
73 open(IN, "<$logfile") || die "$!";
93 my $newfile = $logfile . ".new";
98 unlink $logfile;
99 rename $newfile, $logfile;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.c23 FILE *logfile = NULL; variable
45 if (!(logfile = fopen(foo, "a"))) {
97 if (logfile) {
98 fseek(logfile, 0, SEEK_END);
102 fprintf(logfile, "%s %s[%i]: %s", timestr, global_argv[0],
104 fflush(logfile);
120 if (logfile) {
121 fclose(logfile);
122 logfile = NULL;
H A Dlogging.h4 extern FILE *logfile;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dhttpserver.pl42 my $logfile; # http server log file
58 elsif($ARGV[0] eq '--logfile') {
60 $logfile = $ARGV[1];
109 if(!$logfile) {
110 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
115 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
H A Drtspserver.pl42 my $logfile; # rtsp server log file
56 elsif($ARGV[0] eq '--logfile') {
58 $logfile = $ARGV[1];
101 if(!$logfile) {
102 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
105 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
H A Dtftpserver.pl42 my $logfile; # tftp server log file
57 elsif($ARGV[0] eq '--logfile') {
59 $logfile = $ARGV[1];
102 if(!$logfile) {
103 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
106 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
H A Dsecureserver.pl57 my $logfile; # stunnel log file
150 elsif($ARGV[0] eq '--logfile') {
152 $logfile = "$path/". $ARGV[1];
168 if(!$logfile) {
169 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
220 $cmd .= ">$logfile 2>&1";
226 print "log file: $logfile\n";
239 $cmd .= ">$logfile 2>&1";
250 output = $logfile
274 print "output = $logfile\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c50 char *home, *logfile, *passwd, time_buf[CTIME_BUFLEN]; local
71 home = logfile = passwd = NULL;
89 logfile = optarg;
133 if (logfile != NULL && __db_util_logset(progname, logfile))
202 /* Clean up the logfile. */
203 if (logfile != NULL)
204 (void)remove(logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_deadlock/
H A Ddb_deadlock.c50 char *home, *logfile, *passwd, *str, time_buf[CTIME_BUFLEN]; local
62 home = logfile = passwd = NULL;
102 logfile = optarg;
147 if (logfile != NULL && __db_util_logset(progname, logfile))
205 /* Clean up the logfile. */
206 if (logfile != NULL)
207 (void)remove(logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_checkpoint/
H A Ddb_checkpoint.c36 char *home, *logfile, *passwd, time_buf[CTIME_BUFLEN]; local
57 home = logfile = passwd = NULL;
74 logfile = optarg;
118 if (logfile != NULL && __db_util_logset(progname, logfile))
187 /* Clean up the logfile. */
188 if (logfile != NULL)
189 (void)remove(logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_deadlock/
H A Ddb_deadlock.c36 char *home, *logfile, *passwd, *str, time_buf[CTIME_BUFLEN]; local
48 home = logfile = passwd = NULL;
87 logfile = optarg;
132 if (logfile != NULL && __db_util_logset(progname, logfile))
190 /* Clean up the logfile. */
191 if (logfile != NULL)
192 (void)remove(logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/tools/
H A Drrcheck.pl3 ## Read BGPd logfile and lookup RR's whois database.
12 #$logfile = "/usr/local/sbin/logfile"
13 $logfile = shift || die "Please specify filename";
19 open (LOG, $logfile) || die "can't open $logfile";
H A Drrlookup.pl3 ## Read BGPd logfile and lookup RR's whois database.
16 #$logfile = "/usr/local/sbin/logfile"
17 $logfile = "logfile";
24 open (LOG, $logfile) || die "can't open $logfile";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Druntest38 d=$srcdir sh -x -e $testcase >.logfile.txt 2>&1 || status=$?
43 cat .logfile.txt
48 rm -f .logfile.txt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile19 logfile.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A DMakefile.am21 logfile.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunxmlconf.c35 static FILE *logfile = NULL; variable
123 if (logfile != NULL) {
124 fprintf(logfile, "\n------------\n");
126 vfprintf(logfile, msg, args);
128 fprintf(logfile, "%s", testErrors);
424 xmlMemDisplayLast(logfile, final - mem);
565 logfile = fopen(LOGFILE, "w");
566 if (logfile == NULL) {
606 if (logfile != NULL)
607 fclose(logfile);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmemdebug.c113 #define logfile curl_debuglogfile macro
121 if(!logfile) {
123 logfile = fopen(logname, "w");
125 logfile = stderr;
128 setvbuf(logfile, (char *)NULL, _IOLBF, 0);
432 if(!logfile)
447 fwrite(buf, 1, nchars, logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpopt_common.c47 pstring logfile; local
59 pstr_sprintf(logfile, "%s/log.%s", dyn_LOGFILEBASE, pname);
60 lp_set_logfile(logfile);
97 pstr_sprintf(logfile, "%s/log.%s", arg, pname);
98 lp_set_logfile(logfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dwrap.tcl22 set logfile [lindex $argv 1]
40 set t [open "|$tclsh_path >& $logfile" w]
86 error_check_good "Pipe close ($childpid: $script $argv: logfile $logfile)"\

Completed in 143 milliseconds

123