Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c280 vfpPutInteger(a_vfp, a_ept->volno); in putcvfpfile()
299 vfpPutInteger(a_vfp, a_ept->ainfo.major); in putcvfpfile()
308 vfpPutInteger(a_vfp, a_ept->ainfo.minor); in putcvfpfile()
H A Dpkglib.h223 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER)) macro