Home
last modified time | relevance | path

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

/external/bison/lib/
Dunlocked-io.h45 # define feof(x) feof_unlocked (x)
47 # 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.m429 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/libexif/auto-m4/
Dgettext.m4399 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
/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__));
/external/bison/
Dconfigure19821 ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "$ac_includes_default"