Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dwsetup.c71 if ((fp->_flags & (__SSTR | __SALC)) == __SSTR) in __swsetup()
Dvasprintf.c38 f._flags = __SWR | __SSTR | __SALC; in vasprintf()
Dvswprintf.c57 f._flags = __SWR | __SSTR | __SALC; in vswprintf()
/bionic/libc/stdio/
Dlocal.h162 #define __SALC 0x4000 // Allocate string space dynamically. macro