Home
last modified time | relevance | path

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

/titanic_50/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.h225 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER))
228 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER))
299 #define vfpPutFormat(VFP, FORMAT, ARG) \ macro