Searched refs:__SL64 (Results 1 – 13 of 13) sorted by relevance
150 if (fp->_flags & __SL64) in _sflush()178 if (fp->_flags & __SL64) in _sflush()
240 fp->_flags |= __SL64; in fopencookie()
255 fp->_flags |= __SL64; in funopen()
82 ptr->_flags |= __SL64; in std()
350 fp->_flags |= __SL64; in fmemopen()
374 fp->_flags |= __SL64; in internalopen_memstream()
248 #define __SL64 0x8000 /* is 64-bit offset large file */ macro
105 fp->_flags |= __SL64; in fopen64()
101 fp->_flags |= __SL64; in fdopen64()
85 if (!(fp->_flags & __SL64)) in ftello64()
237 fp->_flags |= __SL64; in freopen64()
104 if (!(fp->_flags & __SL64)) in fseeko64()
17303 (__SL64): New file flag indicating file is opened via fopen64.