Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c445 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() function
495 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() function
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h162 #define _realbufend(iop) ((iop)->_end) macro