Lines Matching defs:filed
150 struct filed { struct
151 struct filed *f_next; /* next in linked list */ argument
152 short f_type; /* entry type, see below */
153 short f_file; /* file descriptor */
154 time_t f_time; /* time this was last written */
155 char *f_host; /* host from which to recd. */
156 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
157 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
161 char *f_program; /* program this applies to */
162 union {
174 } f_un;
175 char f_prevline[MAXSVLINE]; /* last message logged */
176 char f_lasttime[16]; /* time of last occurrence */
177 char f_prevhost[MAXHOSTNAMELEN]; /* host from which recd. */
178 int f_prevpri; /* pri of f_prevline */
179 int f_prevlen; /* length of f_prevline */
180 int f_prevcount; /* repetition cnt of prevline */
181 u_int f_repeatcount; /* number of "repeated" msgs */
182 int f_flags; /* file-specific flags */