Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c82 static audit_pcb_t *get_next_pcb(char *);
731 if ((pcb = get_next_pcb((char *)NULL)) == (audit_pcb_t *)NULL) in process_fileopt()
916 if ((pcb = get_next_pcb(fcb->fcb_suffix)) == NULL) { in proc_file()
1061 get_next_pcb(char *suffix) in get_next_pcb() function