Searched defs:filed (Results 1 – 2 of 2) sorted by relevance
332 struct filed { struct333 struct filed *f_next; /* next in linked list */ argument334 short f_type; /* entry type, see below */335 short f_file; /* file descriptor */336 time_t f_time; /* time this was last written */337 char *f_host; /* host from which to record */338 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */339 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */343 char *f_program; /* program this applies to */344 union {[all …]
444 struct filedesc filed; in dofiles() local