Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfvwrite.c129 if ((fp->_flags & (__SALC | __SSTR)) == in __sfvwrite()
130 (__SALC | __SSTR) && fp->_w < (int)len) { in __sfvwrite()
Dvasprintf.c58 f._flags = __SWR | __SSTR | __SALC;
Dvswprintf.c60 f._flags = __SWR | __SSTR | __SALC; in vswprintf()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h276 #define __SALC 0x4000 /**< allocate string space dynamically */ macro