Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/auditreduce/
H A Doption.c870 audit_fcb_t *fcb, *fcbp, *fcbprev; in proc_file() local
920 fcbp = pcb->pcb_first; in proc_file()
922 while (fcbp != NULL) { in proc_file()
923 if (fcb->fcb_start < fcbp->fcb_start) { in proc_file()
928 fcb->fcb_next = fcbp; in proc_file()
931 fcbprev = fcbp; in proc_file()
932 fcbp = fcbp->fcb_next; in proc_file()