Searched refs:audit_fcb_t (Results 1 – 4 of 4) sorted by relevance
54 typedef struct audit_fcb audit_fcb_t; typedef96 audit_fcb_t *pcb_first; /* ptr to first fcb_ */97 audit_fcb_t *pcb_last; /* ptr to last fcb_ */98 audit_fcb_t *pcb_cur; /* ptr to current fcb_ */99 audit_fcb_t *pcb_dfirst; /* ptr to first fcb_ for deleting */100 audit_fcb_t *pcb_dlast; /* ptr to last fcb_ for deleting */
80 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()
356 audit_fcb_t *fcb, *fcbn; in rm_mem()601 audit_fcb_t *fcb; in delete_infiles()
240 audit_fcb_t *fcb;