Searched defs:statistics (Results 1 – 4 of 4) sorted by relevance
15 struct statistics struct17 time_t stat_itime; /* file initialization time */18 short stat_size; /* size of this structure */19 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */20 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */21 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */22 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
105 statistics(){ in statistics() function
26 char statistics[25]; variable