Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_findbuf.c55 Uchar *
59 Uchar *buf; in _findbuf()
61 Uchar *endbuf; in _findbuf()
78 } else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != in _findbuf()
99 if ((buf = (Uchar *)malloc(sizeof (Uchar)*(size+_SMBFSZ))) != in _findbuf()
H A Dsetbuf.c49 Uchar *buf = (Uchar *)abuf; in setbuf()
52 Uchar *temp; in setbuf()
67 } else if ((buf = (Uchar *)malloc(_SMBFSZ * in setbuf()
68 sizeof (Uchar))) != NULL) { in setbuf()
H A Dsetvbuf.c44 Uchar *buf = (Uchar *)abuf; in setvbuf()
45 Uchar *temp; in setvbuf()
64 if ((buf = malloc(_SMBFSZ * sizeof (Uchar))) != NULL) { in setvbuf()
85 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.c435 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
444 Uchar *
475 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
494 Uchar *
524 _bufsync(FILE *iop, Uchar *bufend) in _bufsync()
541 Uchar *base = iop->_base; in _xflsbuf()
542 Uchar *bufend; in _xflsbuf()
H A D_flsbuf.c49 Uchar uch; in _flsbuf()
H A Dgets.c49 Uchar *bufend; in gets()
H A D_filbuf.c55 Uchar *endbuf; in _filbuf()
H A Dfgets.c48 Uchar *bufend; in fgets()
/illumos-gate/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()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h47 typedef unsigned char Uchar; typedef
64 extern Uchar *_bufendtab[];
83 extern Uchar *_realbufend(FILE *iop);
84 extern void _setbufend(FILE *iop, Uchar *end);
90 extern void _bufsync(FILE *iop, Uchar *bufend);
96 extern Uchar *_findbuf(FILE *iop);
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h110 typedef unsigned char Uchar; typedef
142 extern Uchar _smbuf[][_SMBFSZ];
164 extern Uchar *_realbufend(FILE *iop);
168 extern void _setbufend(FILE *iop, Uchar *end);
172 extern void _bufsync(FILE *iop, Uchar *bufend);
215 extern Uchar *_findbuf(FILE *iop);