HomeSort by: relevance | last modified time | path
    Searched refs:__SALC (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/stdio/
vasprintf.c 65 f._flags = __SWR | __SSTR | __SALC;
vswprintf.c 72 f._flags = __SWR | __SSTR | __SALC;
fvwrite.c 128 if ((fp->_flags & (__SALC | __SSTR)) ==
129 (__SALC | __SSTR) && (size_t)fp->_w < len) {
  /src/include/
stdio.h 168 #define __SALC 0x4000 /* allocate string space dynamically */

Completed in 11 milliseconds