Lines Matching refs:audit_pcb_t
82 static audit_pcb_t *get_next_pcb(char *);
91 static void proc_pcb(audit_pcb_t *, char *, int);
718 audit_pcb_t *pcb; in process_fileopt()
731 if ((pcb = get_next_pcb((char *)NULL)) == (audit_pcb_t *)NULL) in process_fileopt()
871 audit_pcb_t *pcb; in proc_file()
1060 audit_pcb_t *
1066 audit_pcb_t *pcb; in get_next_pcb()
1085 size = pcbsize * sizeof (audit_pcb_t); in get_next_pcb()
1086 zerosize = size - ((pcbsize - PCB_INC) * sizeof (audit_pcb_t)); in get_next_pcb()
1087 if ((audit_pcbs = (audit_pcb_t *)realloc((char *)audit_pcbs, size)) == in get_next_pcb()
1117 proc_pcb(audit_pcb_t *pcb, char *suffix, int i) in proc_pcb()