Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkglib.h127 struct _vfp { struct
128 FILE *_vfpFile; /* -> opened FILE */ argument
129 char *_vfpCurr; /* -> current byte to read/write */ argument
130 char *_vfpHighWater; /* -> last byte modified */ argument
131 char *_vfpEnd; /* -> last data byte */ argument
132 char *_vfpPath; /* -> path associated with FILE */ argument
133 char *_vfpStart; /* -> first data byte */ argument
134 void *_vfpExtra; /* undefined */ argument
135 size_t _vfpSize; /* size of mapped/allocated area */ argument
136 size_t _vfpMapSize; /* # mapped bytes */ argument
[all …]