Lines Matching refs:statline
565 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; in trstat_write() local
673 snprintf(statline, STATLINE_SIZE, "%s %s %s %s %03ld %s", in trstat_write()
676 UPD_EOSTAT(statline); in trstat_write()
680 UPD_EOSTAT(statline); in trstat_write()
684 UPD_EOSTAT(statline); in trstat_write()
693 UPD_EOSTAT(statline); in trstat_write()
699 UPD_EOSTAT(statline); in trstat_write()
705 UPD_EOSTAT(statline); in trstat_write()
711 UPD_EOSTAT(statline); in trstat_write()
717 UPD_EOSTAT(statline); in trstat_write()
724 strcpy(statline+STATLINE_SIZE-2, "\n"); in trstat_write()
732 write(statfile, statline, strlen(statline)); in trstat_write()