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