Home
last modified time | relevance | path

Searched refs:currentPosition (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c196 long currentPosition, totalSize; in ficlPrimitiveIncludeFile() local
201 currentPosition = ftell(ff->f); in ficlPrimitiveIncludeFile()
203 size = totalSize - currentPosition; in ficlPrimitiveIncludeFile()
205 if ((totalSize != -1) && (currentPosition != -1) && (size > 0)) { in ficlPrimitiveIncludeFile()