Home
last modified time | relevance | path

Searched refs:_needsync (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgets.c91 if (_needsync(stdin, bufend)) in gets()
H A Dputs.c86 if (_needsync(stdout, bufend)) in puts()
H A Dfgets.c91 if (_needsync(iop, bufend)) in fgets()
H A Dfputs.c91 if (_needsync(iop, bufend)) in fputs()
H A Dflush.c556 if (_needsync(iop, bufend)) /* recover from interrupts */ in _xflsbuf()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h112 #define _needsync(p, bufend) ((bufend - (p)->_ptr) < \ macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h250 #define _needsync(p, bufend) ((bufend - (p)->_ptr) < \ macro