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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 72 if (flags & __SMBF)
74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
114 flags |= __SMBF;
makebuf.c 68 flags |= __SMBF;
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
setvbuf.c 98 if (flags & __SMBF)
100 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
140 flags |= __SMBF;
fclose.c 76 if (fp->_flags & __SMBF)
makebuf.c 92 flags |= __SMBF;
freopen.c 132 if (fp->_flags & __SMBF)
  /bionic/libc/stdio/
local.h 152 #define __SMBF 0x0080 // `_buf` is from malloc.
stdio.cpp 318 if (fp->_flags & __SMBF) free(fp->_bf._base);
382 if (fp->_flags & __SMBF) free(fp->_bf._base);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 269 #define __SMBF 0x0080 /**< _buf is from malloc */
    [all...]

Completed in 98 milliseconds