Searched refs:__SSTR (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dvsprintf.c75 f._flags = __SWR | __SSTR;
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) {
149 if (fp->_flags & __SSTR) {
H A Dvsnprintf.c90 f._flags = __SWR | __SSTR;
H A Dvfwprintf.c196 * Like __fputwc, but handles fake string (__SSTR) files properly.
209 if ((fp->_flags & __SSTR) == 0)
/netbsd-current/include/
H A Dstdio.h163 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */ macro

Completed in 105 milliseconds