Searched refs:vfpGetCurrCharPtr (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 723 (void) findendvfp(&vfpGetCurrCharPtr(vfp)); in gpkgmapvfp() 744 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp() 751 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, PATH_MAX, in gpkgmapvfp() 763 if (!getlnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 765 (getnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 767 getnumvfp(&vfpGetCurrCharPtr(vfp), 10, in gpkgmapvfp() 774 if (getendvfp(&vfpGetCurrCharPtr(vfp))) { in gpkgmapvfp() 792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp() 797 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp() 806 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp() [all …]
|
H A D | pkglib.h | 235 #define vfpGetCurrCharPtr(VFP) ((VFP)->_vfpCurr) macro
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 215 pos = vfpGetCurrCharPtr(vfp); /* get current position in file */ in xdir() 255 vfpGetCurrCharPtr(vfp) = pos; in xdir()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 477 pe = vfpGetCurrCharPtr(*a_cfTmpVfp); /* last char in contents file */ in swapcfile()
|