Home
last modified time | relevance | path

Searched refs:__SMOD (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/stdio/
H A Drefill.c131 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */ in __srefill()
H A Dfgetln.c100 fp->_flags |= __SMOD; in fgetln()
H A Dfseek.c211 if (fp->_flags & __SMOD) in _fseeko()
/freebsd/include/
H A Dstdio.h190 #define __SMOD 0x2000 /* true => fgetln modified _p text */ macro