audit_fcb_t
audit_fcb_t *pcb_cur; /* ptr to current fcb_ */
audit_fcb_t *pcb_dfirst; /* ptr to first fcb_ for deleting */
audit_fcb_t *pcb_dlast; /* ptr to last fcb_ for deleting */
audit_fcb_t *pcb_first; /* ptr to first fcb_ */
audit_fcb_t *pcb_last; /* ptr to last fcb_ */
audit_fcb_t *fcb, *fcbn;
audit_fcb_t *fcb;
audit_fcb_t *fcb;
fcb = (audit_fcb_t *)a_calloc(1, sizeof (*fcb) + strlen(std));
static int check_file(audit_fcb_t *, int);
audit_fcb_t *fcb, *fcbp, *fcbprev;
len = sizeof (audit_fcb_t) + strlen(fname);
fcb = (audit_fcb_t *)a_calloc(1, len);
check_file(audit_fcb_t *fcb, int do_check)
audit_fcb_t *fcb;