Lines Matching refs:Record
220 static char Record[LOGSIZE]; /* Place to build log records. */ variable
333 sprintf(Record, format, in reportConn()
346 reportTimes(Record, &contimes, FS); in reportConn()
347 strcat(Record, EOR); in reportConn()
348 writeLog(Record,&LogFile,LogName,&Collecting); in reportConn()
390 sprintf(Record, format1,
415 pfloat(Record, inque, FS);
416 pfloat(Record, tat, FS);
422 lastbyte = strlen(Record);
423 (void) sprintf(Record+lastbyte, format2,
440 reportTimes(Record, &diff, FS);
447 lastbyte = strlen(Record);
448 (void) sprintf(Record+lastbyte, "%c%s%c",
453 (void) strcat(Record, EOR);
454 writeLog(Record,&LogFile,LogName,&Collecting);