Searched refs:__SNLK (Results 1 – 7 of 7) sorted by relevance
73 result = (fp->_flags2 & __SNLK) ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()77 fp->_flags2 |= __SNLK; in __fsetlocking()80 fp->_flags2 &= ~__SNLK; in __fsetlocking()
74 if (!(fp->_flags2 & __SNLK)) in fclose()79 if (!(fp->_flags2 & __SNLK)) in fclose()105 if (!(fp->_flags2 & __SNLK)) in fclose()
95 if (!(oflags2 & __SNLK)) in freopen()100 if (!(oflags2 & __SNLK)) in freopen()208 if (!(oflags2 & __SNLK)) in freopen()233 if (!(oflags2 & __SNLK)) in freopen()
80 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)) \
251 #define __SNLK 0x0001 /* stdio functions do not lock streams themselves */ macro
98 if (!(oflags2 & __SNLK)) in freopen64()103 if (!(oflags2 & __SNLK)) in freopen64()211 if (!(oflags2 & __SNLK)) in freopen64()239 if (!(oflags2 & __SNLK)) in freopen64()
83 dependent on __SNLK flag.1273 * libc/include/stdio.h (__SNLK): Define.1281 call dependent on __SNLK flag.