Home
last modified time | relevance | path

Searched refs:LOGFILE (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dtest-getdate.sh26 LOGFILE=`pwd`/getdate.log
27 if test -f "$LOGFILE"; then
28 mv $LOGFILE $LOGFILE~
40 echo "PASS: $1" >>$LOGFILE
42 cat getdate.cmp >>$LOGFILE
43 echo "** expected: " >>$LOGFILE
44 cat getdate-expected >>$LOGFILE
45 echo "** got: " >>$LOGFILE
46 cat getdate-got >>$LOGFILE
47 echo "FAIL: $1" | tee -a $LOGFILE >&2
[all …]
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in146 open (LOGFILE, ">-") || die "Unable to open stdout";
150 $logfile = $LOGFILE . ".$$";
151 open (LOGFILE, (">". "$logfile")) || die "Unable to create log file";
158 print LOGFILE "$message";
160 print LOGFILE "\n" if ( index($message,"\n") == -1 );
385 close (LOGFILE); # Flush logfile output.
393 open (LOGFILE, "< $logfile");
395 while (<LOGFILE>) {
399 close (LOGFILE);
H A Dlostaltmail.conf-sample47 $LOGFILE="$TMPDIR" . "lostlog";
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfreeze.sh41 LOGFILE=${RCSDIR}.rcsfreeze.log
43 test -r $VERSIONFILE || { echo 0 >$VERSIONFILE && >>$LOGFILE; } || exit
77 cat $LOGFILE
81 cp $TMPLOG $LOGFILE &&
/netbsd-src/external/bsd/ipf/dist/perl/
H A Dlogfilter.pl52 open(LOGFILE, $filename) || die "Could not open the firewall log file.\n";
56 while($line = <LOGFILE>) {
147 close(LOGFILE);
/netbsd-src/tests/fs/lfs/
H A Dt_rfw.c54 #define LOGFILE "newfs.log" macro
83 if (system("newfs_lfs -D -F -s 10000 ./" IMGNAME " > " LOGFILE) == -1) in ATF_TC_BODY()
85 pipe = fopen(LOGFILE, "r"); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Ddglib.pm109 open(LOGFILE, $logfile) or die "Couldn't open log file $logfile: $!\n";
120 while(<LOGFILE>) {
385 close LOGFILE;
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Ddglib.pm109 open(LOGFILE, $logfile) or die "Couldn't open log file $logfile: $!\n";
120 while(<LOGFILE>) {
385 close LOGFILE;
/netbsd-src/external/bsd/less/dist/
H A Dedit.c47 #if LOGFILE
462 #if LOGFILE in edit_ifile()
627 #if LOGFILE in edit_ifile()
927 #if LOGFILE
H A Dch.c139 #if LOGFILE
296 #if LOGFILE in ch_get()
373 #if LOGFILE
H A Dopttbl.c121 #if LOGFILE
362 #if LOGFILE
H A Doptfunc.c72 #if LOGFILE
100 #if LOGFILE
H A Dmain.c38 #if LOGFILE
H A Ddefines.o289 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
91 #define LOGFILE (!SECURE)
H A Ddefines.wn89 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
91 #define LOGFILE (!SECURE)
H A Ddefines.o988 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
90 #define LOGFILE (!SECURE)
H A Ddefines.ds96 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
98 #define LOGFILE (!SECURE)
H A Ddefines.h.in86 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
88 #define LOGFILE (!SECURE) macro
H A Dconfigure.ac559 * LOGFILE is 1 if you wish to allow the -o option (to create log files).
561 #define LOGFILE (!SECURE)
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh582 LOGFILE=`pwd`/check.log
778 echo find_tool: ${1+"$@"} >>$LOGFILE
790 echo "Running $tooltest $trytool" >>$LOGFILE
792 echo "$result" >>$LOGFILE
795 echo "PASS: $tooltest $trytool" >>$LOGFILE
797 echo "MARGINAL: $tooltest $trytool; rc=$rc" >>$LOGFILE
802 echo "FAIL: $tooltest $trytool; rc=$rc" >>$LOGFILE
812 echo "Notice: The default version of \`$default_TOOL' is defective." >>$LOGFILE
813 echo "using \`$TOOL' and hoping for the best." >>$LOGFILE
836 echo "Using ID=$ID" >>$LOGFILE
[all …]
/netbsd-src/external/bsd/less/include/
H A Ddefines.h91 #define LOGFILE (!SECURE) macro
/netbsd-src/games/warp/
H A Dscore.c530 for (i=0; link(LOGFILE, LOCKFILE) == -1 && i<10; i++) in score()
534 if ((logfd = fopen(LOGFILE,"a")) != NULL) { in score()
H A Dwarp.h50 #define LOGFILE "warp.log" macro
/netbsd-src/share/doc/smm/01.setup/
H A Dspell.ok91 LOGFILE
/netbsd-src/share/man/tools/
H A Dsp.ignore647 LOGFILE
1648 LOGFILE

12