Searched refs:feof (Results 1 – 25 of 89) sorted by relevance
1234
/glibc-2.36/libio/ |
D | tst-mmap2-eofsync.c | 67 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()
|
D | tst-mmap-eofsync.c | 61 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()
|
D | tst-mmap-fflushsync.c | 61 feof (f), ferror (f)); in do_test() 81 feof (f), ferror (f)); in do_test() 86 feof (f), ferror (f)); in do_test()
|
D | tst-eof.c | 54 if (feof (fp)) in do_test() 66 if (! feof (fp)) in do_test()
|
D | bug-ungetwc1.c | 57 while (!feof (fp)) in do_test() 79 if (feof (fp)) in do_test()
|
D | tst-mmap-offend.c | 61 || ferror (f) || !feof (f)) in do_test() 64 ferror (f), feof (f)); in do_test()
|
D | tst_putwc.c | 57 while (! feof (fp) && n < sizeof (buf) - 1) in do_test() 91 while (! feof (fp) && n < sizeof (buf) - 1) in do_test()
|
D | tst_getwc.c | 30 while (! feof (stdin) && n < sizeof (buf) - 1) in main()
|
D | feof.c | 43 weak_alias (_IO_feof, feof)
|
D | tst-fgetc-after-eof.c | 89 TEST_VERIFY_EXIT (feof (fp)); in do_test()
|
D | bug-ungetc2.c | 9 if (feof (fp)) in check()
|
/glibc-2.36/stdio-common/ |
D | tst-fseek.c | 75 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()
|
D | tst-fmemopen.c | 85 if (feof (fp)) in do_test() 144 if (feof (fp)) in do_test()
|
D | xbug.c | 43 while (!feof(input) && (bytes = fread(buf, 1, BUFSIZ, input)) > 0) { in ReadFile()
|
D | tst-ungetc.c | 49 assert (feof (fp) == 0); in main()
|
/glibc-2.36/crypt/ |
D | cert.c | 55 for(;!feof(stdin);){ in main() 103 if(feof(stdin)) in get8()
|
/glibc-2.36/intl/ |
D | localealias.c | 96 # define FEOF(fp) feof (fp) 114 # undef feof 115 # define feof(s) feof_unlocked (s) macro
|
/glibc-2.36/support/ |
D | xgetline.c | 32 if (feof (stream)) in xgetline()
|
/glibc-2.36/posix/ |
D | bug-regex31.c | 15 while (! feof (stdin)) in main()
|
/glibc-2.36/wcsmbs/ |
D | tst-fgetwc-after-eof.c | 94 TEST_VERIFY_EXIT (feof (fp)); in do_test()
|
/glibc-2.36/localedata/ |
D | show-ucs-data.c | 26 while (! feof (fp)) in main()
|
D | tst-langinfo.c | 157 while (! feof (stdin)) in do_test()
|
/glibc-2.36/malloc/ |
D | tst-mtrace.c | 51 while (!feof (fp)) in do_test()
|
/glibc-2.36/misc/ |
D | tst-mntent-autofs.c | 132 TEST_COMPARE (feof (fp), 1); in do_test()
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 101 # define feof_unlocked(x) feof (x)
|
1234