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

/system/core/toolbox/
H A Dreadtty.c66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);

Completed in 244 milliseconds