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

  /external/selinux/libselinux/src/
get_default_type.c 36 while (!feof_unlocked(fp)) {
matchmediacon.c 23 while (!feof_unlocked(infile)) {
  /external/e2fsprogs/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
119 # define feof(s) feof_unlocked (s)
  /toolchain/binutils/binutils-2.27/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
119 # define feof(s) feof_unlocked (s)
  /external/elfutils/tests/
addrscopes.c 164 while (!feof_unlocked (stdin))
addrcfi.c 201 while (!feof_unlocked (stdin))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 126 __NTH (feof_unlocked (FILE *__stream)) function
  /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...]
  /bionic/libc/include/
stdio.h 251 int feof_unlocked(FILE* __fp) __INTRODUCED_IN(23);
  /external/elfutils/libdwfl/
linux-proc-maps.c 270 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
linux-kernel-modules.c 952 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
  /bionic/libc/stdio/
stdio.cpp 421 int feof_unlocked(FILE* fp) { function
429 return feof_unlocked(fp);
  /external/elfutils/src/
addr2line.c 181 while (!feof_unlocked (stdin))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 833 extern int feof_unlocked (FILE *__stream) __THROW __wur;
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 565 milliseconds