Searched refs:vfpPutFormat (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | putcfile.c | 320 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 D | pkglib.h | 225 #define vfpPutInteger(VFP, NUMBER) vfpPutFormat((VFP), "%d", (NUMBER)) 228 #define vfpPutLong(VFP, NUMBER) vfpPutFormat((VFP), "%ld", (NUMBER)) 299 #define vfpPutFormat(VFP, FORMAT, ARG) \ macro
|