Searched refs:_IO_SYNC (Results 1 – 6 of 6) sorted by relevance
38 return _IO_SYNC (fp) ? EOF : 0; in __fflush_unlocked()
40 result = _IO_SYNC (fp) ? EOF : 0; in _IO_fflush()
45 _IO_SYNC (fp); in freopen64()
46 _IO_SYNC (fp); in freopen()
453 if (_IO_SYNC (fp) == EOF) in libc_hidden_def()
215 #define _IO_SYNC(FP) JUMP0 (__sync, FP) macro
Completed in 14 milliseconds