Home
last modified time | relevance | path

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

/openbsd/include/
H A Dstdio.h151 #define __SMOD 0x2000 /* true => fgetln modified _p text */ macro
/openbsd/lib/libc/stdio/
H A Dfgetln.c88 fp->_flags |= __SMOD; in fgetln()
H A Dfseek.c187 if ((fp->_flags & __SMOD) == 0 && in fseeko()
H A Drefill.c117 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */ in __srefill()