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

/netbsd-current/lib/libc/stdio/
H A Dvasprintf.c65 f._flags = __SWR | __SSTR | __SALC;
H A Dvswprintf.c72 f._flags = __SWR | __SSTR | __SALC;
H A Dfvwrite.c128 if ((fp->_flags & (__SALC | __SSTR)) ==
129 (__SALC | __SSTR) && (size_t)fp->_w < len) {
/netbsd-current/include/
H A Dstdio.h168 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 114 milliseconds