Home
last modified time | relevance | path

Searched refs:__SEXT (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dsetvbuf.c42 if ((stream->flags & __SEXT) && xf->setvbuf) in setvbuf()
Dftell.c47 if ((stream->flags & __SEXT) && xf->seek) { in FTELL()
Dfseek.c46 if ((stream->flags & __SEXT) && xf->seek) { in FSEEK()
Dstdio.h90 #define __SEXT 0x0020 /* struct is __file_ext */ macro
121 .cfile = FDEV_SETUP_CLOSE(put, get, flush, close, (rwflag) | __SEXT), \