Lines Matching defs:cfstat
120 static struct cfstat {
132 struct cfstat *next;
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;
328 choice = (struct cfstat *)0;
423 dumpinfo(struct cfstat *dp, int pkgLngth)
535 static struct cfstat *
538 struct cfstat *dp, *last;
541 last = (struct cfstat *)0;
548 dp = (struct cfstat *)calloc(1, sizeof (struct cfstat));
639 struct cfstat *dp;
690 getinfo(struct cfstat *dp)
725 pkgusage(struct cfstat *dp, struct cfent *pentry)