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

/freebsd-10-stable/lib/libc/stdio/
H A Dvasprintf.c51 f._flags = __SWR | __SSTR | __SALC;
H A Dfvwrite.c107 if ((fp->_flags & (__SALC | __SSTR)) ==
108 (__SALC | __SSTR) && fp->_w < len) {
H A Dvswprintf.c71 f._flags = __SWR | __SSTR | __SALC;
/freebsd-10-stable/include/
H A Dstdio.h177 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 68 milliseconds