Searched refs:feof_unlocked (Results 1 – 12 of 12) sorted by relevance
45 # define feof(x) feof_unlocked (x)47 # define feof_unlocked(x) feof (x) macro
97 # define FEOF(fp) feof_unlocked (fp)119 # define feof(s) feof_unlocked (s)
29 AC_CHECK_DECLS_ONCE([feof_unlocked])
171 while (!feof_unlocked (stdin)) in main()
218 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
408 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()
152 while (!feof_unlocked (stdin)) in main()
399 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
422 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
8076 char *p = (char *) feof_unlocked;
5532 extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__));
19821 ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "$ac_includes_default"