Searched refs:feof_unlocked (Results 1 – 13 of 13) sorted by relevance
46 # define feof(x) feof_unlocked (x)48 # define feof_unlocked(x) feof (x) macro
97 # define FEOF(fp) feof_unlocked (fp)119 # define feof(s) feof_unlocked (s)
32 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()
46 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
1268 configure:11047: checking whether feof_unlocked is declared
11063 char *p = (char *) feof_unlocked;
422 gt_CHECK_DECL(feof_unlocked, [#include <stdio.h>])
8076 char *p = (char *) feof_unlocked;
5532 extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__));