Searched defs:filed (Results 1 – 2 of 2) sorted by relevance
150 struct filed { struct151 struct filed *f_next; /* next in linked list */ argument152 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 {[all …]
306 struct filedesc filed; in dofiles() local