Home
last modified time | relevance | path

Searched refs:__SL64 (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfflush.c150 if (fp->_flags & __SL64) in _sflush()
178 if (fp->_flags & __SL64) in _sflush()
Dfopencookie.c240 fp->_flags |= __SL64; in fopencookie()
Dfunopen.c255 fp->_flags |= __SL64; in funopen()
Dfindfp.c82 ptr->_flags |= __SL64; in std()
Dfmemopen.c350 fp->_flags |= __SL64; in fmemopen()
Dopen_memstream.c374 fp->_flags |= __SL64; in internalopen_memstream()
Dstdio.h248 #define __SL64 0x8000 /* is 64-bit offset large file */ macro
/picolibc-latest/newlib/libc/stdio64/
Dfopen64.c105 fp->_flags |= __SL64; in fopen64()
Dfdopen64.c101 fp->_flags |= __SL64; in fdopen64()
Dftello64.c85 if (!(fp->_flags & __SL64)) in ftello64()
Dfreopen64.c237 fp->_flags |= __SL64; in freopen64()
Dfseeko64.c104 if (!(fp->_flags & __SL64)) in fseeko64()
/picolibc-latest/newlib/
DChangeLog-201517303 (__SL64): New file flag indicating file is opened via fopen64.