HomeSort by relevance Sort by last modified time
    Searched defs:feof (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
feof.c 2 Implementation of a subroutine version of the macro feof,
44 NetBSD: feof.c,v 1.11 2003/08/07 16:43:22 agc Exp
45 feof.c 8.1 (Berkeley) 6/4/93
55 #undef feof macro
58 feof(FILE *fp) function
  /external/libcxx/include/
stdio.h 97 int feof(FILE* stream);
115 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
stdio.h 97 int feof(FILE* stream);
122 #undef feof macro
  /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. */
  /toolchain/binutils/binutils-2.27/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
247 while (!FEOF (fp))
354 will exit at the `feof' test. */
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 66 int feof (FILE *);
1601 #define feof macro
    [all...]
  /bionic/libc/stdio/
stdio.cpp 426 int feof(FILE* fp) { function
  /external/syslinux/com32/lua/src/
lua.h 20 #define feof(x) 0 macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 108 # undef feof macro
109 # define feof(Stream) feof_unlocked (Stream) macro
    [all...]

Completed in 557 milliseconds