HomeSort by relevance Sort by last modified time
    Searched refs:__SMOD (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetln.c 61 * 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.
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
refill.c 148 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */
fgetstr.c 95 * it if they wish. Thus, we set __SMOD in case the caller does.
129 fp->_flags |= __SMOD;
137 * As a bonus, though, we can leave off the __SMOD.
fseeko.c 233 if ((fp->_flags & __SMOD) == 0 &&
  /bionic/libc/stdio/
local.h 158 // #define __SMOD 0x2000 --- historical (set iff fgetln modified _p text).
163 #define __SMOD 0
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 275 #define __SMOD 0x2000 /**< true => fgetln modified _p text */
    [all...]

Completed in 190 milliseconds