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

  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 230 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
linux-kernel-modules.c 937 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 109 # define feof(Stream) feof_unlocked (Stream)
111 extern int feof_unlocked (FILE *);
    [all...]
  /external/elfutils/0.153/src/
addr2line.c 163 while (!feof_unlocked (stdin))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 809 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 809 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /external/e2fsprogs/
configure     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
  /external/bison/
configure     [all...]

Completed in 1170 milliseconds