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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c131 * last found a free FILE* and we remember whether we saw any fcloses
137 static int fcloses; variable
257 fcloses = 0;
294 * If there was a sufficient number of fcloses since we last started
296 * all fcloses; that would simplify the algorithm but would make
306 if (fcloses > nchunks/32)
716 fcloses++;
762 fcloses++;

Completed in 22 milliseconds