Home
last modified time | relevance | path

Searched defs:VFP (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/libpkg/common/
H A Dpkglib.h162 #define vfpGetModifiedLen(VFP) \ argument
173 #define vfpIncCurrPtrBy(VFP, INC) \ argument
186 vfpGetPath(VFP) global() argument
189 vfpGets(VFP,PTR,LEN) global() argument
208 vfpGetBytesRemaining(VFP) global() argument
213 vfpGetBytesAvailable(VFP) global() argument
218 vfpPutc(VFP,C) global() argument
225 vfpPutInteger(VFP,NUMBER) global() argument
228 vfpPutLong(VFP,NUMBER) global() argument
231 vfpGetc(VFP) global() argument
234 vfpGetcNoInc(VFP) global() argument
237 vfpGetCurrCharPtr(VFP) global() argument
240 vfpIncCurrPtr(VFP) global() argument
243 vfpDecCurrPtr(VFP) global() argument
246 vfpGetFirstCharPtr(VFP) global() argument
249 vfpGetLastCharPtr(VFP) global() argument
252 vfpSetCurrCharPtr(VFP,PTR) global() argument
259 vfpSetLastCharPtr(VFP,PTR) global() argument
268 vfpSeekToEnd(VFP) global() argument
271 vfpGetCurrPtrDelta(VFP,P) global() argument
275 vfpPuts(VFP,S) global() argument
285 vfpPutBytes(VFP,PTR,LEN) global() argument
299 vfpPutFormat(VFP,FORMAT,ARG) global() argument
[all...]
/titanic_51/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c51 #define NXTENTRY(P, VFP) (gpkgmapvfp((P), (VFP))) argument
H A Dcheckmap.c61 #define NXTENTRY(P, VFP, SRV) \ argument