Searched refs:__SIGN (Results 1 – 4 of 4) sorted by relevance
107 fp->_flags |= __SIGN; in __srefill()109 fp->_flags &= ~__SIGN; in __srefill()
126 fp->_flags |= __SIGN; in fread()128 fp->_flags &= ~__SIGN; in fread()
62 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()
147 #define __SIGN 0x8000 /* ignore this file in _fwalk */ macro