Lines Matching refs:cfstat
120 static struct cfstat { struct
132 struct cfstat *next; argument
136 static struct cfstat *fpkg(char *pkginst);
141 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
142 static void getinfo(struct cfstat *dp);
143 static void dumpinfo(struct cfstat *dp, int pkgLngth);
321 struct cfstat *dp, *choice; in report()
328 choice = (struct cfstat *)0; in report()
423 dumpinfo(struct cfstat *dp, int pkgLngth) in dumpinfo()
535 static struct cfstat *
538 struct cfstat *dp, *last; in fpkg()
541 last = (struct cfstat *)0; in fpkg()
548 dp = (struct cfstat *)calloc(1, sizeof (struct cfstat)); in fpkg()
639 struct cfstat *dp; in rdcontents()
690 getinfo(struct cfstat *dp) in getinfo()
725 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage()