Searched refs:vfpGetCurrCharPtr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 718 (void) findendvfp(&vfpGetCurrCharPtr(vfp)); in gpkgmapvfp() 739 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp() 746 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, PATH_MAX, in gpkgmapvfp() 758 if (!getlnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 760 (getnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 762 getnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 769 if (getendvfp(&vfpGetCurrCharPtr(vfp))) { in gpkgmapvfp() 787 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp() 792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp() 801 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp() [all …]
|
H A D | pkglib.h | 237 #define vfpGetCurrCharPtr(VFP) ((VFP)->_vfpCurr) macro
|
/titanic_41/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 216 pos = vfpGetCurrCharPtr(vfp); /* get current position in file */ in xdir() 256 vfpGetCurrCharPtr(vfp) = pos; in xdir()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 475 pe = vfpGetCurrCharPtr(*a_cfTmpVfp); /* last char in contents file */ in swapcfile()
|