Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c727 fcb->fcb_suffix = fcb->fcb_name = fcb->fcb_file; in process_fileopt()
907 if (strlen(fcb->fcb_suffix) != strlen(f_machine) || in proc_file()
908 (strcmp(fcb->fcb_suffix, f_machine) != 0)) { in proc_file()
916 if ((pcb = get_next_pcb(fcb->fcb_suffix)) == NULL) { in proc_file()
981 fcb->fcb_suffix = NULL; in check_file()
1042 fcb->fcb_suffix = &slp[30]; in check_file()
H A Dauditrt.h51 char *fcb_suffix; /* ptr to suffix in fcb_file */ member