Home
last modified time | relevance | path

Searched refs:__SIGN (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/stdio/
H A Drefill.c104 fp->_flags |= __SIGN; in __srefill()
106 fp->_flags &= ~__SIGN; in __srefill()
H A Dlocal.h163 #define __SIGN 0x8000 // Ignore this file in _fwalk. macro
H A Dstdio.cpp216 if (fp->_flags != 0 && (fp->_flags & __SIGN) == 0) { in _fwalk()