Searched refs:feof_unlocked (Results 1 – 18 of 18) sorted by relevance
45 # define feof(x) feof_unlocked (x)47 # define feof_unlocked(x) feof (x) macro
23 while (!feof_unlocked(infile)) { in matchmediacon()
36 while (!feof_unlocked(fp)) { in find_default_type()
97 # define FEOF(fp) feof_unlocked (fp)119 # define feof(s) feof_unlocked (s)
29 AC_CHECK_DECLS_ONCE([feof_unlocked])
164 while (!feof_unlocked (stdin)) in main()
201 while (!feof_unlocked (stdin)) in main()
270 int result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in proc_maps_report()
952 result = ferror_unlocked (f) ? errno : feof_unlocked (f) ? 0 : ENOEXEC; in INTDEF()
181 while (!feof_unlocked (stdin)) in main()
399 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
100 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
1692 fun:feof_unlocked=uninstrumented
5532 extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__));
9575 … ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "#include <stdio.h>
1308 AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
19821 ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "$ac_includes_default"
357 PUBLIC 6d980 0 feof_unlocked