| /src/external/gpl2/xcvs/dist/lib/ |
| test-getdate.sh | 26 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 [all...] |
| /src/tests/fs/lfs/ |
| util.h | 24 #define LOGFILE "newfs.log"
|
| util.c | 32 SEGSIZE, fssize, width, IMGNAME, LOGFILE); 35 pipe = fopen(LOGFILE, "r");
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsfreeze.sh | 41 LOGFILE=${RCSDIR}.rcsfreeze.log 43 test -r $VERSIONFILE || { echo 0 >$VERSIONFILE && >>$LOGFILE; } || exit 60 # Stamp the logfile. Because we order the logfile the most recent 77 cat $LOGFILE 81 cp $TMPLOG $LOGFILE &&
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conf.sh | 475 LOGFILE="$1" 476 sed -n "s/^;; XFR size: .*messages \([0-9][0-9]*\).*/messages=\1/p" "${LOGFILE}" 477 sed -n "s/^;; XFR size: \([0-9][0-9]*\) records.*/records=\1/p" "${LOGFILE}" 478 sed -n "s/^;; XFR size: .*bytes \([0-9][0-9]*\).*/bytes=\1/p" "${LOGFILE}" 486 LOGFILE="$1" 490 grep " ${PEER}#.*${MESSAGE}:" "${LOGFILE}" \ 492 grep " ${PEER}#.*${MESSAGE}:" "${LOGFILE}" \ 494 grep " ${PEER}#.*${MESSAGE}:" "${LOGFILE}" \
|
| /src/external/bsd/am-utils/dist/scripts/ |
| lostaltmail.in | 146 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 ); 384 if (defined($logfile) && $logfile ne "" ) { 385 close (LOGFILE); # Flush logfile output [all...] |
| /src/external/bsd/ipf/dist/perl/ |
| logfilter.pl | 52 open(LOGFILE, $filename) || die "Could not open the firewall log file.\n"; 53 $openfiles{$filename} = "LOGFILE"; 56 while($line = <LOGFILE>) { 147 close(LOGFILE);
|
| /src/external/bsd/less/include/ |
| defines.h | 89 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 91 #define LOGFILE (!SECURE)
|
| /src/external/bsd/ntp/dist/sntp/ |
| sntp-opts.h | 199 # ifdef LOGFILE 200 # warning undefining LOGFILE due to option name conflict 201 # undef LOGFILE 242 # undef LOGFILE
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd-opts.h | 229 # ifdef LOGFILE 230 # warning undefining LOGFILE due to option name conflict 231 # undef LOGFILE 329 # undef LOGFILE
|
| /src/external/bsd/less/dist/ |
| defines.o2 | 90 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 92 #define LOGFILE (!SECURE)
|
| defines.o9 | 89 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 91 #define LOGFILE (!SECURE)
|
| defines.wn | 90 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 92 #define LOGFILE (!SECURE)
|
| edit.c | 47 #if LOGFILE 48 extern int logfile; 462 #if LOGFILE 627 #if LOGFILE 927 #if LOGFILE 982 logfile = creat(filename, CREAT_RW); 988 logfile = open(filename, OPEN_APPEND); 989 if (lseek(logfile, (off_t)0, SEEK_END) == BAD_LSEEK) 991 close(logfile); 992 logfile = -1 [all...] |
| defines.ds | 97 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 99 #define LOGFILE (!SECURE)
|
| defines.h.in | 86 * LOGFILE is 1 if you wish to allow the -o option (to create log files). 88 #define LOGFILE (!SECURE)
|
| ch.c | 139 #if LOGFILE 140 extern int logfile; 296 #if LOGFILE 300 if (!secure && logfile >= 0 && n > 0) 301 write(logfile, (char *) &bp->data[bp->datasize], n); 373 #if LOGFILE 375 * Close the logfile. 382 if (logfile < 0) 387 ierror("Finishing logfile", NULL_PARG); 392 close(logfile); [all...] |
| main.c | 38 #if LOGFILE 39 public int logfile = -1; variable
|
| /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/ |
| redis.conf | 35 logfile @LOGFILE@
|
| /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/ |
| redis.conf | 35 logfile @LOGFILE@
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| dglib.pm | 98 my($logfile, $options) = @_; 109 open(LOGFILE, $logfile) or die "Couldn't open log file $logfile: $!\n"; 120 while(<LOGFILE>) { 385 close LOGFILE;
|
| /src/external/gpl3/gcc/dist/contrib/ |
| dglib.pm | 98 my($logfile, $options) = @_; 109 open(LOGFILE, $logfile) or die "Couldn't open log file $logfile: $!\n"; 120 while(<LOGFILE>) { 385 close LOGFILE;
|
| /src/external/gpl2/xcvs/dist/src/ |
| sanity.sh | 582 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...] |
| /src/games/warp/ |
| warp.h | 50 #define LOGFILE "warp.log"
|
| score.c | 530 for (i=0; link(LOGFILE, LOCKFILE) == -1 && i<10; i++) 534 if ((logfd = fopen(LOGFILE,"a")) != NULL) {
|