Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Drefill.c121 fp->_flags |= __SIGN; in __srefill()
123 fp->_flags &= ~__SIGN; in __srefill()
H A Dfwalk.c58 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()
/freebsd/include/
H A Dstdio.h192 #define __SIGN 0x8000 /* ignore this file in _fwalk */ macro