Lines Matching refs:Record
218 static char Record[LOGSIZE]; /* Place to build log records. */ variable
331 sprintf(Record, format, in reportConn()
344 reportTimes(Record, &contimes, FS); in reportConn()
345 strcat(Record, EOR); in reportConn()
346 writeLog(Record,&LogFile,LogName,&Collecting); in reportConn()
388 sprintf(Record, format1,
413 pfloat(Record, inque, FS);
414 pfloat(Record, tat, FS);
420 lastbyte = strlen(Record);
421 (void) sprintf(Record+lastbyte, format2,
438 reportTimes(Record, &diff, FS);
445 lastbyte = strlen(Record);
446 (void) sprintf(Record+lastbyte, "%c%s%c",
451 (void) strcat(Record, EOR);
452 writeLog(Record,&LogFile,LogName,&Collecting);