Searched defs:filed (Results 1 – 1 of 1) sorted by relevance
337 struct filed { struct338 struct filed *f_next; /* next in linked list */ argument339 short f_type; /* entry type, see below */340 short f_file; /* file descriptor */341 time_t f_time; /* time this was last written */342 char *f_host; /* host from which to record */343 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */344 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */348 char *f_program; /* program this applies to */349 union {[all …]