Searched defs:_realbufend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h128 #define _bufend(iop) _realbufend(iop)
153 #define _realbufend(iop) ((iop)->_end) macro
155 extern Uchar *_realbufend(FILE *iop);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c430 #undef _realbufend macro
433 _realbufend(FILE *iop) /* get the end pointer for this iop */ function
483 _realbufend(FILE *iop) /* get the end pointer for this iop */ function

Completed in 90 milliseconds