Searched refs:vfpo (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/installf/ |
H A D | dofinal.c | 57 dofinal(PKGserver server, VFP_T *vfpo, int rmflag, char *myclass, char *prog) in dofinal() argument 87 save_path = check_db_entry(vfpo, &entry, rmflag, myclass, in dofinal() 103 check_db_entry(VFP_T *vfpo, struct cfextra *entry, int rmflag, char *myclass, in check_db_entry() argument 147 if (putcvfpfile(&(entry->cf_ent), vfpo)) { in check_db_entry() 152 (void) vfpSetModified(vfpo); in check_db_entry() 154 vfpPutc(vfpo, '-'); in check_db_entry() 155 vfpPuts(vfpo, entry->cf_ent.path); in check_db_entry() 156 vfpPutc(vfpo, '\n'); in check_db_entry() 233 if (putcvfpfile(&(entry->cf_ent), vfpo)) { in check_db_entry()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgdbmerg.c | 98 static int do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, 100 static int do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl); 106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo); 290 do_like_ent(VFP_T *vfpo, struct cfextra *el_ent, struct cfent *cf_ent, int ctrl) in do_like_ent() argument 345 if (putcvfpfile(cf_ent, vfpo)) { in do_like_ent() 486 output(vfpo, cf_ent, pkgpinfo); in do_like_ent() 489 output(vfpo, &(el_ent->cf_ent), pkgpinfo); in do_like_ent() 522 do_new_ent(VFP_T *vfpo, struct cfextra *el_ent, int ctrl) in do_new_ent() argument 618 output(vfpo, &(el_ent->cf_ent), pinfo); in do_new_ent() 1058 output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo) in output() argument [all …]
|