Searched refs:__SMOD (Results 1 - 4 of 4) sorted by last modified time

/openbsd-current/lib/libc/stdio/
H A Dfseek.c187 if ((fp->_flags & __SMOD) == 0 &&
H A Dfgetln.c61 * it if they wish. Thus, we set __SMOD in case the caller does.
88 fp->_flags |= __SMOD;
97 * As a bonus, though, we can leave off the __SMOD.
H A Drefill.c117 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */
/openbsd-current/include/
H A Dstdio.h151 #define __SMOD 0x2000 /* true => fgetln modified _p text */ macro

Completed in 290 milliseconds