Lines Matching refs:cfstat
124 static struct cfstat { struct
136 struct cfstat *next; argument
140 static struct cfstat *fpkg(char *pkginst);
145 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
146 static void getinfo(struct cfstat *dp);
147 static void dumpinfo(struct cfstat *dp, int pkgLngth);
325 struct cfstat *dp, *choice; in report()
332 choice = (struct cfstat *)0; in report()
427 dumpinfo(struct cfstat *dp, int pkgLngth) in dumpinfo()
539 static struct cfstat *
542 struct cfstat *dp, *last; in fpkg()
552 dp = (struct cfstat *)calloc(1, sizeof (struct cfstat)); in fpkg()
642 struct cfstat *dp; in rdcontents()
693 getinfo(struct cfstat *dp) in getinfo()
728 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage()