Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Drefill.c104 fp->_flags |= __SIGN; in __srefill()
106 fp->_flags &= ~__SIGN; in __srefill()
Dlocal.h144 #define __SIGN 0x8000 // Ignore this file in _fwalk. macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwalk.c49 if ((fp->_flags != 0) && ((fp->_flags & __SIGN) == 0)) in _fwalk()