Home
last modified time | relevance | path

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

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