HomeSort by relevance Sort by last modified time
    Searched refs:feof_unlocked (Results 1 - 21 of 21) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
feof.c 45 #undef feof_unlocked macro
59 feof_unlocked(FILE *fp) function
  /external/bison/lib/
unlocked-io.h 45 # define feof(x) feof_unlocked (x)
47 # define feof_unlocked(x) feof (x) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 45 # define feof(x) feof_unlocked (x)
47 # define feof_unlocked(x) feof (x) macro
  /external/e2fsprogs/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
119 # define feof(s) feof_unlocked (s)
  /external/elfutils/tests/
addrscopes.c 171 while (!feof_unlocked (stdin))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /external/elfutils/libdwfl/
linux-proc-maps.c 218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
linux-kernel-modules.c 408 if ((n == 0 && feof_unlocked (f)) || (n > 1 && line[n - 2] == ']'))
850 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 102 # define feof(Stream) feof_unlocked (Stream)
104 extern int feof_unlocked (FILE *);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 102 # define feof(Stream) feof_unlocked (Stream)
104 extern int feof_unlocked (FILE *);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 102 # define feof(Stream) feof_unlocked (Stream)
104 extern int feof_unlocked (FILE *);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 102 # define feof(Stream) feof_unlocked (Stream)
104 extern int feof_unlocked (FILE *);
  /external/elfutils/src/
addr2line.c 152 while (!feof_unlocked (stdin))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 805 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 805 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 805 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 899 milliseconds