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

/freebsd-10-stable/lib/libc/stdio/
H A Drefill.c135 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */
H A Dfgetln.c82 * it if they wish. Thus, we set __SMOD in case the caller does.
111 fp->_flags |= __SMOD;
119 * As a bonus, though, we can leave off the __SMOD.
H A Dfseek.c215 if (fp->_flags & __SMOD)
/freebsd-10-stable/include/
H A Dstdio.h176 #define __SMOD 0x2000 /* true => fgetln modified _p text */ macro

Completed in 25 milliseconds