Searched refs:__SALC (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/stdio/
H A Dasprintf.c35 f._flags = __SWR | __SSTR | __SALC;
H A Dvasprintf.c35 f._flags = __SWR | __SSTR | __SALC;
H A Dwsetup.c71 if ((fp->_flags & (__SSTR | __SALC)) == __SSTR)
H A Dfvwrite.c109 if ((fp->_flags & (__SALC | __SSTR)) ==
110 (__SALC | __SSTR) && fp->_w < (int)len) {
/bionic/libc/include/
H A Dstdio.h172 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 195 milliseconds