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

/bionic/libc/stdio/
H A Dfread.c110 fp->_flags |= __SMOD;
H A Drefill.c114 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */
H A Dlocal.h142 #define __SMOD 0x2000 // true => fgetln modified _p text. macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
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.

Completed in 131 milliseconds