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

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dasprintf.c62 f._flags = __SWR | __SSTR | __SALC;
H A Dvasprintf.c55 f._flags = __SWR | __SSTR | __SALC;
H A Dvswprintf.c66 f._flags = __SWR | __SSTR | __SALC;
H A Dfvwrite.c127 if ((fp->_flags & (__SALC | __SSTR)) ==
128 (__SALC | __SSTR) && fp->_w < len) {
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h166 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 107 milliseconds