Home
last modified time | relevance | path

Searched refs:vfpPutFormat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c320 vfpPutFormat(a_vfp, in putcvfpfile()
337 vfpPutFormat(a_vfp, in putcvfpfile()
342 vfpPutFormat(a_vfp, in putcvfpfile()
347 vfpPutFormat(a_vfp, in putcvfpfile()
H A Dpkglib.h223 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER))
226 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER))
297 #define vfpPutFormat(VFP, FORMAT, ARG) \ macro