Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A D_findbuf.c51 Uchar *
55 Uchar *buf; in _findbuf()
57 Uchar *endbuf; in _findbuf()
68 else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != in _findbuf()
88 if ((buf = (Uchar *)malloc(sizeof (Uchar)*(size+_SMBFSZ))) != in _findbuf()
H A Dsetbuf.c46 Uchar *buf = (Uchar *)abuf; in setbuf()
49 Uchar *temp; in setbuf()
68 if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != 0) { in setbuf()
H A Dsetvbuf.c46 Uchar *buf = (Uchar *)abuf; in setvbuf()
47 Uchar *temp; in setvbuf()
69 if ((buf = malloc(_SMBFSZ * sizeof (Uchar))) != NULL) { in setvbuf()
89 if ((buf = malloc(sizeof (Uchar) * in setvbuf()
H A Ddata.c54 Uchar _sibuf[BUFSIZ + _SMBFSZ], _sobuf[BUFSIZ + _SMBFSZ];
55 Uchar _smbuf[_NFILE + 1][_SMBFSZ] = {0}; /* shared library compatibility */
130 Uchar *_bufendtab[_NFILE+1] = { NULL, NULL, _smbuf[2] + _SBFSIZ, };
H A Dflush.c423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
432 Uchar *
463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
482 Uchar *
512 _bufsync(FILE *iop, Uchar *bufend) in _bufsync()
529 Uchar *base = iop->_base; in _xflsbuf()
530 Uchar *bufend; in _xflsbuf()
H A D_flsbuf.c48 Uchar uch; in _flsbuf()
H A Dgets.c51 Uchar *bufend; in gets()
H A D_filbuf.c58 Uchar *endbuf; in _filbuf()
H A Dfgets.c50 Uchar *bufend; in fgets()
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
52 Uchar *buf = (Uchar *)abuf; in setbuffer()
55 Uchar *temp; in setbuffer()
69 } else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != in setbuffer()
/titanic_50/usr/src/ucblib/libucb/inc/
H A Dstdiom.h49 typedef unsigned char Uchar; typedef
66 extern Uchar *_bufendtab[];
85 extern Uchar *_realbufend(FILE *iop);
86 extern void _setbufend(FILE *iop, Uchar *end);
92 extern void _bufsync(FILE *iop, Uchar *bufend);
98 extern Uchar *_findbuf(FILE *iop);
/titanic_50/usr/src/lib/libc/inc/
H A Dstdiom.h101 typedef unsigned char Uchar; typedef
133 extern Uchar _smbuf[][_SMBFSZ];
155 extern Uchar *_realbufend(FILE *iop);
159 extern void _setbufend(FILE *iop, Uchar *end);
163 extern void _bufsync(FILE *iop, Uchar *bufend);
209 extern Uchar *_findbuf(FILE *iop);
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1237 typedef unsigned char Uchar;
1238 void _setbufend(FILE *iop, Uchar *end);
1239 Uchar *_realbufend(FILE *iop);
1240 void _bufsync(FILE *iop, Uchar *bufend);