Searched refs:vfpOpen (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | vfpops.c | 153 vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode, VFPFLAGS_T a_flags) in vfpOpen() function 996 return (vfpOpen(r_vfp, a_path, a_mode, a_flags)); in vfpCheckpointOpen() 1020 return (vfpOpen(r_vfp, a_path, a_mode, a_flags)); in vfpCheckpointOpen() 1035 return (vfpOpen(r_vfp, a_path, a_mode, a_flags)); in vfpCheckpointOpen() 1063 return (vfpOpen(r_vfp, a_path, a_mode, a_flags)); in vfpCheckpointOpen()
|
H A D | mapfile-vers | 220 vfpOpen;
|
H A D | pkglib.h | 554 extern int vfpOpen(VFP_T **r_vfp, char *a_path, char *a_mode,
|
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | checkmap.c | 157 if (vfpOpen(&vfp, mapfile, "r", VFP_NONE) != 0) { in checkmap()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 325 if (vfpOpen(&tmpvfp, (char *)NULL, "w", VFP_NONE) != 0) { in ocfile()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginfo/ |
H A D | pkginfo.c | 699 if (vfpOpen(&vfp, pkgmap, "r", VFP_NEEDNOW) != 0) { in getinfo()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 376 if (vfpOpen(&vfp, t_pkgmap, "r", VFP_NEEDNOW) != 0) { in main()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | main.c | 1756 if (vfpOpen(&pkgmapVfp, p_pkgmap, "r", VFP_NEEDNOW) != 0) { in main()
|