Searched refs:vfpGetc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c678 while (((c = vfpGetcNoInc(vfp)) != '\0') && (isspace(vfpGetc(vfp))))
720 c = vfpGetc(vfp);
744 (isspace(vfpGetc(vfp))))
756 c = vfpGetc(vfp);
810 c = vfpGetc(vfp);
H A Dpkglib.h229 #define vfpGetc(VFP) (*(VFP)->_vfpCurr++) macro

Completed in 2183 milliseconds