Searched defs:VFP (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 162 #define vfpGetModifiedLen(VFP) \ argument 173 #define vfpIncCurrPtrBy(VFP, INC) \ argument 186 #define vfpGetPath(VFP) ((VFP)->_vfpPath) argument 189 #define vfpGets(VFP, PTR, LEN) \ argument 208 #define vfpGetBytesRemaining(VFP) \ argument 213 #define vfpGetBytesAvailable(VFP) \ argument 218 #define vfpPutc(VFP, C) \ argument 225 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER)) argument 228 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER)) argument 231 #define vfpGetc(VFP) (*(VFP)->_vfpCurr++) argument [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 51 #define NXTENTRY(P, VFP) (gpkgmapvfp((P), (VFP))) argument
|
H A D | checkmap.c | 61 #define NXTENTRY(P, VFP, SRV) \ argument
|