Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/stdio/
Drefill.c127 fp->_flags |= __SIGN; in __srefill()
129 fp->_flags &= ~__SIGN; in __srefill()
Dfwalk.c64 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()
/freebsd-12-stable/include/
Dstdio.h192 #define __SIGN 0x8000 /* ignore this file in _fwalk */ macro