Searched refs:vfpPutc (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | putcfile.c | 272 vfpPutc(a_vfp, '='); in putcvfpfile() 279 vfpPutc(a_vfp, ' '); in putcvfpfile() 285 vfpPutc(a_vfp, ' '); in putcvfpfile() 286 vfpPutc(a_vfp, a_ept->ftype); in putcvfpfile() 287 vfpPutc(a_vfp, ' '); in putcvfpfile() 295 vfpPutc(a_vfp, ' '); in putcvfpfile() 296 vfpPutc(a_vfp, '?'); in putcvfpfile() 298 vfpPutc(a_vfp, ' '); in putcvfpfile() 304 vfpPutc(a_vfp, ' '); in putcvfpfile() 305 vfpPutc(a_vfp, '?'); in putcvfpfile() [all …]
|
H A D | pkglib.h | 218 #define vfpPutc(VFP, C) \ macro
|
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 112 vfpPutc(*tmpfp, '-'); in delmap() 114 vfpPutc(*tmpfp, '\n'); in delmap()
|
/titanic_44/usr/src/cmd/svr4pkg/installf/ |
H A D | dofinal.c | 154 vfpPutc(vfpo, '-'); in check_db_entry() 156 vfpPutc(vfpo, '\n'); in check_db_entry()
|