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

/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h77 #define setbufend(iop, end) _setbufend(iop, end)
86 extern void _setbufend(FILE *iop, Uchar *end);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_findbuf.c99 _setbufend(iop, endbuf);
H A Dsetbuf.c82 _setbufend(iop, temp + size);
H A Dsetvbuf.c108 _setbufend(iop, temp + size);
H A Dflush.c423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ function
463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ function
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c82 _setbufend(iop, temp + size);
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h159 extern void _setbufend(FILE *iop, Uchar *end);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1239 void _setbufend(FILE *iop, Uchar *end);

Completed in 63 milliseconds