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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dbf.c67 int bf_size; /* Total current size of file */ member in struct:bf
176 bfp->bf_size = 0;
278 return bfp->bf_size;
461 bfp->bf_offset = bfp->bf_size + offset;
620 if (bfp->bf_offset > bfp->bf_size)
621 bfp->bf_size = bfp->bf_offset;
797 bfp->bf_size = 0;

Completed in 15 milliseconds