Searched refs:__SALC (Results 1 – 4 of 4) sorted by relevance
129 if ((fp->_flags & (__SALC | __SSTR)) == in __sfvwrite()130 (__SALC | __SSTR) && fp->_w < (int)len) { in __sfvwrite()
58 f._flags = __SWR | __SSTR | __SALC;
60 f._flags = __SWR | __SSTR | __SALC; in vswprintf()
276 #define __SALC 0x4000 /**< allocate string space dynamically */ macro