Home
last modified time | relevance | path

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

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