Home
last modified time | relevance | path

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

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