Searched refs:__SSTR (Results 1 – 7 of 7) sorted by relevance
128 if ((fp->_flags & (__SALC | __SSTR)) == in __sfvwrite()129 (__SALC | __SSTR) && (size_t)fp->_w < len) { in __sfvwrite()149 if (fp->_flags & __SSTR) { in __sfvwrite()
75 f._flags = __SWR | __SSTR; in __weak_alias()
72 f._flags = __SWR | __SSTR | __SALC; in __weak_alias()
65 f._flags = __SWR | __SSTR | __SALC; in __weak_alias()
90 f._flags = __SWR | __SSTR; in __weak_alias()
209 if ((fp->_flags & __SSTR) == 0) in __xfputwc()
163 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */ macro