Searched refs:__SIGN (Results 1 – 3 of 3) sorted by relevance
121 fp->_flags |= __SIGN; in __srefill()123 fp->_flags &= ~__SIGN; in __srefill()
58 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()
192 #define __SIGN 0x8000 /* ignore this file in _fwalk */ macro