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

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

Completed in 53 milliseconds