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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
ferror.c 45 #undef ferror_unlocked macro
59 ferror_unlocked(FILE *fp) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 133 __NTH (ferror_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 133 __NTH (ferror_unlocked (FILE *__stream)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 133 __NTH (ferror_unlocked (FILE *__stream)) function
  /external/bison/lib/
unlocked-io.h 52 # define ferror(x) ferror_unlocked (x)
54 # define ferror_unlocked(x) ferror (x) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 52 # define ferror(x) ferror_unlocked (x)
54 # define ferror_unlocked(x) ferror (x) macro

Completed in 201 milliseconds