Searched refs:Uchar (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | _findbuf.c | 51 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 D | setbuf.c | 46 Uchar *buf = (Uchar *)abuf; in setbuf() 49 Uchar *temp; in setbuf() 68 if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != 0) { in setbuf()
|
H A D | setvbuf.c | 46 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 D | data.c | 54 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 D | flush.c | 423 _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.c | 48 Uchar uch; in _flsbuf()
|
H A D | gets.c | 51 Uchar *bufend; in gets()
|
H A D | _filbuf.c | 58 Uchar *endbuf; in _filbuf()
|
H A D | fgets.c | 50 Uchar *bufend; in fgets()
|
/titanic_50/usr/src/ucblib/libucb/port/gen/ |
H A D | setbuffer.c | 47 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 D | stdiom.h | 49 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 D | stdiom.h | 101 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 D | llib-lc | 1237 typedef unsigned char Uchar; 1238 void _setbufend(FILE *iop, Uchar *end); 1239 Uchar *_realbufend(FILE *iop); 1240 void _bufsync(FILE *iop, Uchar *bufend);
|