Home
last modified time | relevance | path

Searched refs:audit_fcb_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrt.h56 typedef struct audit_fcb audit_fcb_t; typedef
98 audit_fcb_t *pcb_first; /* ptr to first fcb_ */
99 audit_fcb_t *pcb_last; /* ptr to last fcb_ */
100 audit_fcb_t *pcb_cur; /* ptr to current fcb_ */
101 audit_fcb_t *pcb_dfirst; /* ptr to first fcb_ for deleting */
102 audit_fcb_t *pcb_dlast; /* ptr to last fcb_ for deleting */
H A Doption.c80 static int check_file(audit_fcb_t *, int);
715 audit_fcb_t *fcb; in process_fileopt()
725 fcb = (audit_fcb_t *)a_calloc(1, sizeof (*fcb) + strlen(std)); in process_fileopt()
870 audit_fcb_t *fcb, *fcbp, *fcbprev; in proc_file()
885 len = sizeof (audit_fcb_t) + strlen(fname); in proc_file()
886 fcb = (audit_fcb_t *)a_calloc(1, len); in proc_file()
966 check_file(audit_fcb_t *fcb, int do_check) in check_file()
H A Dmain.c362 audit_fcb_t *fcb, *fcbn; in rm_mem()
611 audit_fcb_t *fcb; in delete_infiles()
H A Dproc.c240 audit_fcb_t *fcb;