Searched refs:feof_unlocked (Results 1 - 9 of 9) sorted by relevance

/external/bison/lib/
H A Dunlocked-io.h46 # define feof(x) feof_unlocked (x)
48 # define feof_unlocked(x) feof (x) macro
/external/e2fsprogs/intl/
H A Dlocalealias.c97 # define FEOF(fp) feof_unlocked (fp)
119 # define feof(s) feof_unlocked (s)
/external/elfutils/tests/
H A Daddrscopes.c171 while (!feof_unlocked (stdin))
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
H A Dlinux-kernel-modules.c408 if ((n == 0 && feof_unlocked (f)) || (n > 1 && line[n - 2] == ']'))
850 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC;
/external/elfutils/src/
H A Daddr2line.c152 while (!feof_unlocked (stdin))
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5532 extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__));
/external/e2fsprogs/
H A Dconfigure8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether feof_unlocked is declared" >&5
8064 $as_echo_n "checking whether feof_unlocked is declared... " >&6; }
8075 #ifndef feof_unlocked
8076 char *p = (char *) feof_unlocked;
/external/bison/
H A Dconfigure11047 echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5
11048 echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6
11062 #ifndef feof_unlocked
11063 char *p = (char *) feof_unlocked;

Completed in 320 milliseconds