Home
last modified time | relevance | path

Searched refs:fake_feof (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h41 int fake_feof(FakeFILE* file) __HIDDEN__;
53 #define feof fake_feof
Dstdio_impl.c72 int fake_feof(FakeFILE* file) { in fake_feof() function
Dvfwprintf.c411 if (fake_feof(out)) return -1; in vswprintf()