Searched refs:__SIGN (Results 1 – 3 of 3) sorted by relevance
104 fp->_flags |= __SIGN; in __srefill()106 fp->_flags &= ~__SIGN; in __srefill()
144 #define __SIGN 0x8000 // Ignore this file in _fwalk. macro
49 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()