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

/freebsd-current/lib/libc/stdio/
H A Dvasprintf.c50 f._flags = __SWR | __SSTR | __SALC;
H A Dfvwrite.c103 if ((fp->_flags & (__SALC | __SSTR)) ==
104 (__SALC | __SSTR) && fp->_w < len) {
H A Dvswprintf.c67 f._flags = __SWR | __SSTR | __SALC;
/freebsd-current/include/
H A Dstdio.h188 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 147 milliseconds