Uchar
extern Uchar _smbuf[][_SMBFSZ];
extern Uchar *_realbufend(FILE *iop);
extern void _setbufend(FILE *iop, Uchar *end);
extern void _bufsync(FILE *iop, Uchar *bufend);
extern Uchar *_findbuf(FILE *iop);
Uchar *endbuf;
Uchar *
Uchar *buf;
Uchar *endbuf;
} else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) !=
if ((buf = (Uchar *)malloc(sizeof (Uchar)*(size+_SMBFSZ))) !=
Uchar uch;
Uchar *_bufendtab[_NFILE+1] = { NULL, NULL, _smbuf[2] + _SBFSIZ, };
Uchar _sibuf[BUFSIZ + _SMBFSZ], _sobuf[BUFSIZ + _SMBFSZ];
Uchar _smbuf[_NFILE + 1][_SMBFSZ] = {0}; /* shared library compatibility */
Uchar *bufend;
_setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */
Uchar *
_setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */
Uchar *
_bufsync(FILE *iop, Uchar *bufend)
Uchar *base = iop->_base;
Uchar *bufend;
Uchar *bufend;
Uchar *buf = (Uchar *)abuf;
Uchar *temp;
} else if ((buf = (Uchar *)malloc(_SMBFSZ *
sizeof (Uchar))) != NULL) {
Uchar *buf = (Uchar *)abuf;
Uchar *temp;
if ((buf = malloc(_SMBFSZ * sizeof (Uchar))) != NULL) {
if ((buf = malloc(sizeof (Uchar) *
extern Uchar *_bufendtab[];
extern Uchar *_realbufend(FILE *iop);
extern void _setbufend(FILE *iop, Uchar *end);
extern void _bufsync(FILE *iop, Uchar *bufend);
extern Uchar *_findbuf(FILE *iop);
extern Uchar _smbuf[][_NFILE];
Uchar *buf = (Uchar *)abuf;
Uchar *temp;
} else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) !=