Searched refs:flush_only (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c129 int flush_only = c == EOF; local
132 return flush_only ? 0 : EOF;
140 if (pos >= (_IO_size_t) (_IO_blen (fp) + flush_only))
178 if (!flush_only)
H A Dwstrops.c127 int flush_only = c == WEOF; local
130 return flush_only ? 0 : WEOF;
138 if (pos >= (_IO_size_t) (_IO_wblen (fp) + flush_only))
177 if (!flush_only)

Completed in 31 milliseconds