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

/freebsd-9.3-release/lib/libc/stdio/
H A Dvasprintf.c51 f._flags = __SWR | __SSTR | __SALC;
H A Dfvwrite.c109 if ((fp->_flags & (__SALC | __SSTR)) ==
110 (__SALC | __SSTR) && fp->_w < len) {
H A Dvswprintf.c65 f._flags = __SWR | __SSTR | __SALC;
/freebsd-9.3-release/include/
H A Dstdio.h176 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 59 milliseconds