Home
last modified time | relevance | path

Searched refs:feof_unlocked (Results 1 – 13 of 13) sorted by relevance

/external/bison/lib/
Dunlocked-io.h46 # define feof(x) feof_unlocked (x)
48 # define feof_unlocked(x) feof (x) macro
/external/e2fsprogs/intl/
Dlocalealias.c97 # define FEOF(fp) feof_unlocked (fp)
119 # define feof(s) feof_unlocked (s)
/external/bison/m4/
Dunlocked-io.m432 AC_CHECK_DECLS_ONCE([feof_unlocked])
/external/elfutils/tests/
Daddrscopes.c171 while (!feof_unlocked (stdin)) in main()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
Dlinux-kernel-modules.c408 if ((n == 0 && feof_unlocked (f)) || (n > 1 && line[n - 2] == ']')) in INTDEF()
850 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in INTDEF()
/external/elfutils/src/
Daddr2line.c152 while (!feof_unlocked (stdin)) in main()
/external/bison/
Dconfig.hin46 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
Dconfig.log1268 configure:11047: checking whether feof_unlocked is declared
Dconfigure11063 char *p = (char *) feof_unlocked;
/external/e2fsprogs/
Daclocal.m4422 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
Dconfigure8076 char *p = (char *) feof_unlocked;
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5532 extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__));