Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 89) sorted by relevance

1234

/glibc-2.36/libio/
Dtst-mmap2-eofsync.c67 feof (f), ferror (f)); in do_test()
72 feof (f), ferror (f)); in do_test()
76 c, feof (f), ferror (f)); in do_test()
92 feof (f), ferror (f)); in do_test()
97 feof (f), ferror (f)); in do_test()
126 feof (f), ferror (f)); in do_test()
130 c, feof (f), ferror (f)); in do_test()
Dtst-mmap-eofsync.c61 feof (f), ferror (f)); in do_test()
66 feof (f), ferror (f)); in do_test()
70 c, feof (f), ferror (f)); in do_test()
86 feof (f), ferror (f)); in do_test()
91 feof (f), ferror (f)); in do_test()
Dtst-mmap-fflushsync.c61 feof (f), ferror (f)); in do_test()
81 feof (f), ferror (f)); in do_test()
86 feof (f), ferror (f)); in do_test()
Dtst-eof.c54 if (feof (fp)) in do_test()
66 if (! feof (fp)) in do_test()
Dbug-ungetwc1.c57 while (!feof (fp)) in do_test()
79 if (feof (fp)) in do_test()
Dtst-mmap-offend.c61 || ferror (f) || !feof (f)) in do_test()
64 ferror (f), feof (f)); in do_test()
Dtst_putwc.c57 while (! feof (fp) && n < sizeof (buf) - 1) in do_test()
91 while (! feof (fp) && n < sizeof (buf) - 1) in do_test()
Dtst_getwc.c30 while (! feof (stdin) && n < sizeof (buf) - 1) in main()
Dfeof.c43 weak_alias (_IO_feof, feof)
Dtst-fgetc-after-eof.c89 TEST_VERIFY_EXIT (feof (fp)); in do_test()
Dbug-ungetc2.c9 if (feof (fp)) in check()
/glibc-2.36/stdio-common/
Dtst-fseek.c75 else if (! feof (fp)) in do_test()
85 else if (feof (fp)) in do_test()
97 else if (! feof (fp)) in do_test()
107 else if (feof (fp)) in do_test()
Dtst-fmemopen.c85 if (feof (fp)) in do_test()
144 if (feof (fp)) in do_test()
Dxbug.c43 while (!feof(input) && (bytes = fread(buf, 1, BUFSIZ, input)) > 0) { in ReadFile()
Dtst-ungetc.c49 assert (feof (fp) == 0); in main()
/glibc-2.36/crypt/
Dcert.c55 for(;!feof(stdin);){ in main()
103 if(feof(stdin)) in get8()
/glibc-2.36/intl/
Dlocalealias.c96 # define FEOF(fp) feof (fp)
114 # undef feof
115 # define feof(s) feof_unlocked (s) macro
/glibc-2.36/support/
Dxgetline.c32 if (feof (stream)) in xgetline()
/glibc-2.36/posix/
Dbug-regex31.c15 while (! feof (stdin)) in main()
/glibc-2.36/wcsmbs/
Dtst-fgetwc-after-eof.c94 TEST_VERIFY_EXIT (feof (fp)); in do_test()
/glibc-2.36/localedata/
Dshow-ucs-data.c26 while (! feof (fp)) in main()
Dtst-langinfo.c157 while (! feof (stdin)) in do_test()
/glibc-2.36/malloc/
Dtst-mtrace.c51 while (!feof (fp)) in do_test()
/glibc-2.36/misc/
Dtst-mntent-autofs.c132 TEST_COMPARE (feof (fp), 1); in do_test()
/glibc-2.36/argp/
Dargp-namefrob.h101 # define feof_unlocked(x) feof (x)

1234