HomeSort by relevance Sort by last modified time
    Searched refs:__SSTR (Results 1 - 16 of 16) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wsetup.c 71 if ((fp->_flags & (__SSTR | __SALC)) == __SSTR)
vasprintf.c 35 f._flags = __SWR | __SSTR | __SALC;
fvwrite.c 105 if ((fp->_flags & (__SALC | __SSTR)) ==
106 (__SALC | __SSTR) && fp->_w < len) {
125 if (fp->_flags & __SSTR) {
vswprintf.c 57 f._flags = __SWR | __SSTR | __SALC;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsprintf.c 67 f._flags = __SWR | __SSTR;
sprintf.c 70 f._flags = __SWR | __SSTR;
fvwrite.c 129 if ((fp->_flags & (__SALC | __SSTR)) ==
130 (__SALC | __SSTR) && fp->_w < (int)len) {
150 if (fp->_flags & __SSTR) {
snprintf.c 81 f._flags = __SWR | __SSTR;
vasprintf.c 58 f._flags = __SWR | __SSTR | __SALC;
vsnprintf.c 74 f._flags = __SWR | __SSTR;
vswprintf.c 60 f._flags = __SWR | __SSTR | __SALC;
vfwprintf.c 196 * Like __fputwc, but handles fake string (__SSTR) files properly.
209 if ((fp->_flags & __SSTR) == 0)
    [all...]
  /bionic/libc/stdio/
local.h 154 #define __SSTR 0x0200 // This is an sprintf/snprintf string.
printf_common.h 747 // Like __fputwc_unlock, but handles fake string (__SSTR) files properly.
750 if ((fp->_flags & __SSTR) == 0) return __fputwc_unlock(wc, fp);
stdio.cpp 986 f._flags = __SWR | __SSTR;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 271 #define __SSTR 0x0200 /**< this is an sprintf/snprintf string */
    [all...]

Completed in 150 milliseconds