Searched refs:_realbufend (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h76 #define _bufend(iop) _realbufend(iop)
85 extern Uchar *_realbufend(FILE *iop);
/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
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1240 Uchar *_realbufend(FILE *iop);

Completed in 62 milliseconds