Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfsetlocking.c73 result = (fp->_flags2 & __SNLK) ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()
77 fp->_flags2 |= __SNLK; in __fsetlocking()
80 fp->_flags2 &= ~__SNLK; in __fsetlocking()
Dfclose.c74 if (!(fp->_flags2 & __SNLK)) in fclose()
79 if (!(fp->_flags2 & __SNLK)) in fclose()
105 if (!(fp->_flags2 & __SNLK)) in fclose()
Dfreopen.c95 if (!(oflags2 & __SNLK)) in freopen()
100 if (!(oflags2 & __SNLK)) in freopen()
208 if (!(oflags2 & __SNLK)) in freopen()
233 if (!(oflags2 & __SNLK)) in freopen()
Dlocal.h80 if (!(_fp->_flags2 & __SNLK)) \
85 if (!(_fp->_flags2 & __SNLK)) \
91 if (!(_fp->_flags2 & __SNLK)) \
118 if (!(_fp->_flags2 & __SNLK)) \
122 if (!(_fp->_flags2 & __SNLK)) \
126 if (!(_fp->_flags2 & __SNLK)) \
Dstdio.h251 #define __SNLK 0x0001 /* stdio functions do not lock streams themselves */ macro
/picolibc-latest/newlib/libc/stdio64/
Dfreopen64.c98 if (!(oflags2 & __SNLK)) in freopen64()
103 if (!(oflags2 & __SNLK)) in freopen64()
211 if (!(oflags2 & __SNLK)) in freopen64()
239 if (!(oflags2 & __SNLK)) in freopen64()
/picolibc-latest/newlib/
DChangeLog-201583 dependent on __SNLK flag.
1273 * libc/include/stdio.h (__SNLK): Define.
1281 call dependent on __SNLK flag.