Searched refs:__SALC (Results 1 - 6 of 6) sorted by last modified time

/openbsd-current/lib/libc/stdio/
H A Dfvwrite.c106 if ((fp->_flags & (__SALC | __SSTR)) ==
107 (__SALC | __SSTR) && fp->_w < len) {
H A Dwsetup.c75 if ((fp->_flags & (__SSTR | __SALC)) == __SSTR) {
H A Dvswprintf.c57 f._flags = __SWR | __SSTR | __SALC;
H A Dvasprintf.c38 f._flags = __SWR | __SSTR | __SALC;
H A Dasprintf.c40 f._flags = __SWR | __SSTR | __SALC;
/openbsd-current/include/
H A Dstdio.h152 #define __SALC 0x4000 /* allocate string space dynamically */ macro

Completed in 114 milliseconds