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

/freebsd-10-stable/lib/libc/stdio/
H A Dfwalk.c62 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0))
H A Drefill.c125 fp->_flags |= __SIGN;
127 fp->_flags &= ~__SIGN;
/freebsd-10-stable/include/
H A Dstdio.h178 #define __SIGN 0x8000 /* ignore this file in _fwalk */ macro

Completed in 85 milliseconds