Searched defs:VFP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 160 #define vfpGetModifiedLen(VFP) \ argument 171 #define vfpIncCurrPtrBy(VFP, INC) \ argument 184 #define vfpGetPath(VFP) ((VFP)->_vfpPath) argument 187 #define vfpGets(VFP, PTR, LEN) \ argument 206 #define vfpGetBytesRemaining(VFP) \ argument 211 #define vfpGetBytesAvailable(VFP) \ argument 216 #define vfpPutc(VFP, C) \ argument 223 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER)) argument 226 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER)) argument 229 #define vfpGetc(VFP) (*(VFP)->_vfpCurr++) argument [all …]
|
/illumos-gate/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
|