/external/clang/test/Analysis/ |
cxx-method-names.cpp | 9 void feof(int, int); // stream checker 19 E.feof(0,1);
|
/bionic/libc/stdio/ |
feof.c | 1 /* $OpenBSD: feof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */ 38 * A subroutine version of the macro feof. 40 #undef feof macro 43 feof(FILE *fp) function
|
/sdk/emulator/qtools/ |
decoder.h | 15 bool IsEOF() { return (end_ == next_) && feof(fstream_); }
|
/external/openssl/crypto/bio/ |
bio_lcl.h | 13 #define UP_feof feof
|
/external/skia/src/ports/ |
SkOSFile_stdio.cpp | 61 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f))); 67 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n", 68 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
|
/external/bison/lib/ |
unlocked-io.h | 45 # undef feof macro 46 # define feof(x) feof_unlocked (x) macro 48 # define feof_unlocked(x) feof (x)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unlocked-io.h | 44 # undef feof macro 45 # define feof(x) feof_unlocked (x) macro 47 # define feof_unlocked(x) feof (x)
|
/build/tools/bin2asm/ |
data | 37 while (! feof(stdin)) {
|
icudata.c | 48 while (! feof(stdin)) {
|
/external/valgrind/main/none/tests/ |
coolo_sigaction.cpp | 47 while (!feof(p)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnss_files-2.7.so | |
libnss_files.so | |
libnss_files.so.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnss_files-2.7.so | |
libnss_files.so | |
libnss_files.so.2 | |
/external/e2fsprogs/intl/ |
localealias.c | 97 # define FEOF(fp) feof_unlocked (fp) 100 # define FEOF(fp) feof (fp) 118 # undef feof macro 119 # define feof(s) feof_unlocked (s) macro 244 while (!FEOF (fp)) 351 will exit at the `feof' test. */
|
/external/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 62 # undef feof macro 68 using _STLP_VENDOR_CSTD::feof;
|
/external/e2fsprogs/lib/ext2fs/ |
read_bb_file.c | 54 while (!feof (f)) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
buildNotes.php | 11 while (!feof($fileHandle)) {
|