Lines Matching refs:cfent
81 extern int cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent);
95 static int is_setuid(struct cfent *ent);
96 static int is_setgid(struct cfent *ent);
97 static int merg(struct cfextra *el_ent, struct cfent *cf_ent);
99 struct cfent *cf_ent, int ctrl);
101 static int typechg(struct cfent *el_ent, struct cfent *cf_ent,
105 static void chgclass(struct cfent *cf_ent, struct pinfo *pinfo);
106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
118 static struct cfent cf_ent; /* scratch area */ in pkgdbmerg()
290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) in do_like_ent()
686 is_setuid(struct cfent *ent) in is_setuid()
696 is_setgid(struct cfent *ent) in is_setgid()
727 typechg(struct cfent *el_ent, struct cfent *cf_ent, struct mergstat *mstat) in typechg()
843 merg(struct cfextra *el_ent, struct cfent *cf_ent) in merg()
1058 output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo) in output()
1100 chgclass(struct cfent *cf_ent, struct pinfo *pinfo) in chgclass()