Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dgets.c93 if (_needsync(stdin, bufend)) in gets()
H A Dputs.c88 if (_needsync(stdout, bufend)) in puts()
H A Dfgets.c93 if (_needsync(iop, bufend)) in fgets()
H A Dfputs.c94 if (_needsync(iop, bufend)) in fputs()
H A Dflush.c544 if (_needsync(iop, bufend)) /* recover from interrupts */ in _xflsbuf()
/titanic_50/usr/src/ucblib/libucb/inc/
H A Dstdiom.h114 #define _needsync(p, bufend) ((bufend - (p)->_ptr) < \ macro
/titanic_50/usr/src/lib/libc/inc/
H A Dstdiom.h244 #define _needsync(p, bufend) ((bufend - (p)->_ptr) < \ macro