Searched refs:ferror_unlocked (Results 1 – 9 of 9) sorted by relevance
52 # define ferror(x) ferror_unlocked (x)54 # define ferror_unlocked(x) ferror (x) macro
30 AC_CHECK_DECLS_ONCE([ferror_unlocked])
504 result = ferror_unlocked (state.f) ? errno : ENOEXEC; in intuit_kernel_bounds()906 : ferror_unlocked (f) ? errno : ENOEXEC); in INTDEF()952 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in INTDEF()
270 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
42 #define ferror(s) ferror_unlocked (s)
1695 fun:ferror_unlocked=uninstrumented
5533 extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__));
19832 ac_fn_c_check_decl "$LINENO" "ferror_unlocked" "ac_cv_have_decl_ferror_unlocked" "$ac_includes_defa…
358 PUBLIC 6d990 0 ferror_unlocked