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

1234

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dcopycooker.sh8 logfile="$datadir/copy.regression"
12 rm -f $logfile
14 echo ---------------- >> $logfile
15 echo $i >> $logfile
18 cmp first.nut second.nut >> $logfile
19 md5sum first.nut >> $logfile
22 if diff -u -w "$reffile" "$logfile" ; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
H A Dforked-daapd.conf5 logfile = "/tmp/forked-daapd.log"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dforked-daapd.conf5 logfile = "/tmp/forked-daapd.log"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlogger.c45 static FILE *logfile; variable
95 if (!logfile && !console)
101 if (logfile)
108 fprintf(logfile, "[%s] %8s: ", stamp, labels[domain]);
111 vfprintf(logfile, fmt, ap);
114 fflush(logfile);
205 if (!logfile)
213 fprintf(logfile, "Could not reopen logfile: %s\n", strerror(errno));
218 fclose(logfile);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dhttpserver.pl43 my $logfile; # http server log file
59 elsif($ARGV[0] eq '--logfile') {
61 $logfile = $ARGV[1];
113 if(!$logfile) {
114 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
117 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
H A Drtspserver.pl43 my $logfile; # rtsp 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 Dtftpserver.pl43 my $logfile; # tftp server log file
58 elsif($ARGV[0] eq '--logfile') {
60 $logfile = $ARGV[1];
103 if(!$logfile) {
104 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
107 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
H A Dsecureserver.pl59 my $logfile; # stunnel log file
157 elsif($ARGV[0] eq '--logfile') {
159 $logfile = "$path/". $ARGV[1];
175 if(!$logfile) {
176 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
231 $cmd .= ">$logfile 2>&1";
237 print "log file: $logfile\n";
250 $cmd .= ">$logfile 2>&1";
268 output = $logfile
293 print "output = $logfile\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/doc/
H A Dracoonquestion.sh6 # % racoonquestion logfile conffile
12 echo usage: sendracoonquestion logfile conffile
31 cp $1 /tmp/racoonbug/logfile.$$
34 shar spd.$$ sad.$$ ifconfig.$$ netstat.$$ logfile.$$ conffile.$$ | mail sakane@kame.net
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dplog.c68 static char *logfile = NULL; variable
97 if (logfile || f_foreground) {
146 if (logfile)
201 if (logfile) {
202 logp = log_open(250, logfile);
204 errx(1, "ERROR: failed to open log file %s.", logfile);
215 if (logfile != NULL)
216 racoon_free(logfile);
217 logfile = strdup(file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c66 static FILE *logfile = NULL; variable
98 { 'e', "logfile", "Dump the log messages to this filename", "e", 1, "<filename>" },
159 /* reopen the logfile to allow for log rotation */
161 logfile = freopen( logfileName, LOGFILE_MODE_STR, logfile );
162 if( !logfile )
299 printMessage( FILE * logfile, int level, const char * name, const char * message, const char * file, int line ) argument
301 if( logfile != NULL )
306 fprintf( logfile, "[%s] %s %s (%s:%d)\n", timestr, name, message, file, line );
308 fprintf( logfile, "[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dlog.c32 if (CONFIG(logfile)[0]) {
33 STATE(log) = fopen(CONFIG(logfile), "a+");
35 fprintf(stderr, "ERROR: can't open logfile `%s'."
36 "Reason: %s\n", CONFIG(logfile),
44 if (CONFIG(stats).logfile[0]) {
45 STATE(stats_log) = fopen(CONFIG(stats).logfile, "a+");
47 fprintf(stderr, "ERROR: can't open logfile `%s'."
48 "Reason: %s\n", CONFIG(stats).logfile,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c233 /* close logfile */
234 if (logfile) {
235 fclose(logfile);
349 if (logfile && logfile_line_started) {
350 fprintf(logfile, "\n");
362 if (logfile) {
364 fprintf(logfile, "zip I/O error: %s\n", strerror(errno));
365 fprintf(logfile, "\nzip error: %s (%s)\n", ZIPERRORS(c), h);
391 if (logfile)
392 fprintf(logfile, "attemptin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile19 logfile.html \

Completed in 143 milliseconds

1234