Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c870 audit_fcb_t *fcb, *fcbp, *fcbprev; in proc_file() local
921 fcbprev = NULL; in proc_file()
924 if (fcbprev) in proc_file()
925 fcbprev->fcb_next = fcb; in proc_file()
931 fcbprev = fcbp; in proc_file()
939 if (fcbprev) in proc_file()
940 fcbprev->fcb_next = fcb; in proc_file()